Hello All, i am repeating this question for the sixth time but i think i was not explaining the problem correctly. ............. Now i will try to explain it...... I have 4 telephone lines(PSTN) in my PBX. Now I want to make groups of the extensions to use that lines. e.g. extensions 12,13 & 31 are in groupA extensions 14 - 20 are in groupB extensions 21 - 30 are in groupC groupA has access on lines 2,3,4 (Try line 2, if busy try line 3 ,if busy try line 4) groupB has access on lines 3,4 (Try line 3 ,if busy try line 4) groupC has access on line 4 only. (Try line 4 only, and if busy give busy tone) Line 1 is reserved for one extension only. i.e. 11 I will be grateful for an early and complete response. Thanks a lot Faisal --------------------------------- Yahoo! Mail Use Photomail to share photos without annoying attachments. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060321/7f887052/attachment.htm
At 01:50 AM 03/21/2006, you wrote:>i am repeating this question for the sixth time but i think i was >not explaining the problem correctly. ............. Now i will try >to explain it......For each line in Zapata.conf make an entry like: context=line1 group=1,9 channel => 1 context=line2 group=2,9 channel => 2 context=line3 group=2,3,9 channel => 3 context=line4 group=2,3,4,9 channel => 4 Then in sip.conf assign the extensions to the outgoing contexts as shown in extensions.conf: [12] context=group2 [13] context=group2 [14] context=group3 [20] context=group3 [21] context=group4 [30] context=group4 Then in extensions.conf make your dial entries look something like: [group1] include => emergency exten => _x.,1, dial(ZAP/g1, ${EXTEN}) [group2] include => emergency exten => _x.,1, dial(ZAP/g2, ${EXTEN}) [group3] include => emergency exten => _x.,1, dial(ZAP/g3, ${EXTEN}) [group4] include => emergency exten => _x.,1, dial(ZAP/g4, ${EXTEN}) [emergency] 911,1,dial(ZAP/g9, 911) That's the tip of the iceberg. It's everything you need to know if you've read the documentation about setting up *. Ira -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.1.385 / Virus Database: 268.2.6/286 - Release Date: 03/20/2006
pdhales@optusnet.com.au
2006-Mar-21 14:30 UTC
[Asterisk-Users] How to make extension groups ???
You will have to break up the card into 4 Zap channels, and them use some clever dialplan work to make sure people are using the right channels. Paul Hales Technical Manager AsteriskIT ----- Original Message ----- From: Faisal Inam To: asterisk-users@lists.digium.com Sent: Tuesday, March 21, 2006 8:50 PM Subject: [Asterisk-Users] How to make extension groups ??? Hello All, i am repeating this question for the sixth time but i think i was not explaining the problem correctly. ............. Now i will try to explain it...... I have 4 telephone lines(PSTN) in my PBX. Now I want to make groups of the extensions to use that lines. e.g. extensions 12,13 & 31 are in groupA extensions 14 - 20 are in groupB extensions 21 - 30 are in groupC groupA has access on lines 2,3,4 (Try line 2, if busy try line 3 ,if busy try line 4) groupB has access on lines 3,4 (Try line 3 ,if busy try line 4) groupC has access on line 4 only. (Try line 4 only, and if busy give busy tone) Line 1 is reserved for one extension only. i.e. 11 I will be grateful for an early and complete response. Thanks a lot Faisal ------------------------------------------------------------------------------ Yahoo! Mail Use Photomail to share photos without annoying attachments. ------------------------------------------------------------------------------ _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060321/7c34ebbe/attachment.htm