Darin Iv
2012-Oct-30 07:46 UTC
[asterisk-users] Cant we have same extension in different context?
Cant we have same extension in different context? This is what we we want in same pbx server? Company A Context Company_A IVR Company A Extensions: 101,102,103,104 etc. Company B Context Company_B IVR Company B Extensions: 101,102,103,104 etc. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121030/6c670c11/attachment.htm>
Mitul Limbani
2012-Oct-30 07:52 UTC
[asterisk-users] Cant we have same extension in different context?
FYI SIP usernames =! Extensions You have to use unique sip usernames to be identified inside dialplan for mapping to extensions [contextA] Exten => 101,1,Dail(sip/custA_user1) [contextB] Exten => 101,1,Dial(sip/custB_user2) Hope this makes it clear. Mitul On Oct 30, 2012 1:16 PM, "Darin Iv" <adariniv at gmail.com> wrote:> Cant we have same extension in different context? > > This is what we we want in same pbx server? > Company A > Context Company_A > IVR Company A > Extensions: 101,102,103,104 etc. > Company B > Context Company_B > IVR Company B > Extensions: 101,102,103,104 etc. > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > 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/20121030/5c577886/attachment.htm>