| |
| News & Reviews |
Welcome to the Voxilla VoIP Forum.
Voxilla has been a trusted source for accurate, up-to-date information on the IP Communications industry since 2002. A dedicated staff of reporters and engineers produce feature articles and product reviews to keep industry watchers abreast of the people, companies, and trends driving a fast moving market.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
Voxilla VoIP Forum |
Using multiple Broadvoice lines with AsteriskTechnical support, how-to guides, troubleshooting, and general assistance, from beginner to seasoned pro, this is where to discuss Asterisk, the most powerful open source PBX. |
| | LinkBack | Thread Tools | Rate Thread | Display Modes |
| |||
| Hi, I am trying to setup an asterisk pbx with outbound calling driven through multiple BV lines. i want the first line to reflect as busy when a second or subsequent caller is automatically sent outbound from the second or subsequent line and so on. But the problem is that the broadvoice line never reflects as busy (maybe because of 3-way calling ability) and as a result any outbound call automatically goes through the first bv line which allows up to 2 individual calls to happen simultaneously but in the 3rd one goes all the way to bv and comes back with a message "Your call cannot be completed. Please hangup and try later." Instead i want this line to just give a busy tone so asterisk will automatically fallback to the next outbound line in the dial plan or something. Can anyone help? I am using regular asterisk not a@h. Here is what i am using. exten => _1NXXNXXXXXX,1, Dial(SIP/${EXTEN}@account1server,60,rtT) exten => _1NXXNXXXXXX,2, GotoIf(($[${DIALSTATUS}=CHANNELUNAVAIL]?7:8) exten => _1NXXNXXXXXX,7, Dial(SIP/${EXTEN}@account2server,60,rtT) exten => _1NXXNXXXXXX,8, GotoIf(($[${DIALSTATUS}=CHANNELUNAVAIL]?10:12) exten => _1NXXNXXXXXX,10, Dial(${TRUNK}/${EXTEN},60,rtT) exten => _1NXXNXXXXXX,12, Goto(102) exten => _1NXXNXXXXXX,102, Congestion exten => _1NXXNXXXXXX,103, Hangup ;========= What happens is the first outbound call goes through account1server, so does a second outbound call from another user, and a third call instead of going to account2server also goes to account1server as there is no busy or fast busy tone indicating to the asterisk that the line is busy, tends to attempt through the account1server and gives a recorded message "your call cannot be completed. please hangup and try later". Could anyone please help? I have posted this in broadvoice forum also. |
| ||||
| This is an Asterisk situation, having nothing to do with BV. It's not very elegant (there used to be an "outgoinglimit=" command for your [dial-broadvoice] block), but have a look at this posting over on voip-info.org. You will need to set up each BV line independently with the SetGroup() command and enforce it in your Dial Plan with the CheckGroup() command.
__________________ Please do not send technical questions via PM. Please post all questions to the forum. |
| |||
| HI I think I am trying to achieve something similar to this. I have multiple sip lines and would like asterisk to try the first line for outgoing calls, if it's free to use it. If not free to try the next available free line and so on. So for eg if all 10 lines are being used and say line two becomes free, then asterisk will route the next call made to this available free line ? Can you provide guidance to help me do this? Cheers Columbo |
| Thread Tools | |
| Display Modes | Rate This Thread |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multiple 'lines' | mlutter | Asterisk Support Forum | 2 | April 13th, 2006 08:09 AM |
| Multiple Broadvoice DIDs on one account and Asterisk | fatcat | Asterisk Support Forum | 24 | November 25th, 2005 08:09 PM |
| Asterisk with multiple broadvoice accounts incoming calls | thameema | Asterisk Support Forum | 13 | September 9th, 2005 02:56 AM |
| Multiple Broadvoice DID and Asterisk | fatcat | BroadVoice Support Forum | 0 | June 12th, 2005 07:36 PM |
| Using multiple Broadvoice lines with Asterisk | karthik | BroadVoice Support Forum | 7 | June 8th, 2005 02:09 PM |