One of my providers has a different SIP account for each number. I have all of my users in one outbound context (caller ID passes fine). How do I ensure that the callers get routed down their correct SIP account with my provider for e911 purposes without each having their own context? ----- Mike Hammett Intelligent Computing Solutions http://www.ics-il.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071120/a4c118f8/attachment.htm
*bump*
-----
Mike Hammett
Intelligent Computing Solutions
http://www.ics-il.com
----- Original Message -----
From: Mike Hammett
To: asterisk-users at lists.digium.com
Sent: Tuesday, November 20, 2007 12:27 PM
Subject: [asterisk-users] e911
One of my providers has a different SIP account for each number.
I have all of my users in one outbound context (caller ID passes fine).
How do I ensure that the callers get routed down their correct SIP account
with my provider for e911 purposes without each having their own context?
-----
Mike Hammett
Intelligent Computing Solutions
http://www.ics-il.com
------------------------------------------------------------------------------
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.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/20071124/9b25e4af/attachment.htm
Mike Hammett wrote on 11/20/07 1:27 PM:> One of my providers has a different SIP account for each number. > > I have all of my users in one outbound context (caller ID passes fine). > > How do I ensure that the callers get routed down their correct SIP > account with my provider for e911 purposes without each having their own > context?I think the easiest answer is going to be to go ahead and put each in their own context. Note that you can include contexts from each other... so say they're all in [downstream-phones] right now (for example)... you can do something like this: [phones-in-account1] include => downstream-phones exten => 911,s,Goto(DialViaAccount1) [phones-in-account2] include => downstream-phones exten => 911,s,Goto(DialViaAccount2) etc. -- Dave Miller http://www.justdave.net/ System Administrator, Mozilla Corporation http://www.mozilla.com/ Project Leader, Bugzilla Bug Tracking System http://www.bugzilla.org/