| |
| 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 |
Multiple Lines, Line Busy/Outgoing SelectionTechnical 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 |
| |||
| I've found plenty of information on how to route in multiple lines, but I havent found an example that makes sense to me for outoing lines, lets say we have 5 phone lines and I want the first 4 in a "Pool" If someone tries to make an outbound call it would check line 1, if its busy then try 2 and 3 and then 4, finally giving a congestion or whatever I decide if there are no more lines availble Thank you for your help! -Spencer |
| |||
| If you're using AAH you can put the trunk sequence in the outbound routes... so g0, g1, g2, etc. otherwise, I think you can use it via the dial command.... exten => _whatever,1,Answer exten => _whatever,2,Macro(dialout-trunk,1,dialedoutnumber) exten => _whatever,3,Macro(dialout-trunk,2,dialedoutnumber) exten => _whatever,4,Macro(dialout-trunk,3,dialedoutnumber) exten => _whatever,5,Macro(dialout-trunk,4,dialedoutnumber) exten => _whatever,6,Congestion This will go through all the trunks, and then present congestion, or you can even use one of the sound files to say no outbound routes available, try your call again later or whatever.
__________________ [iSEPIC] |
| Thread Tools | |
| Display Modes | Rate This Thread |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ATA with multiple incoming-outgoing lines/providers? | Dr.Buster | Linksys (Sipura) VoIP Support Forum | 12 | June 15th, 2006 06:50 AM |
| Multiple 'lines' | mlutter | Asterisk Support Forum | 2 | April 13th, 2006 08:09 AM |
| Multiple Outgoing, Multiple Incoming. Any Sipuras do this? | scope | Linksys (Sipura) VoIP Support Forum | 28 | November 8th, 2005 02:27 PM |
| SPA 2000 multiple outgoing providers from same line | syedamerali | Linksys (Sipura) VoIP Support Forum | 1 | February 22nd, 2005 06:48 AM |
| Multiple Lines? | marco | General VoIP Discussion | 1 | November 15th, 2004 06:01 AM |