[asterisk-users] e911
Mike Hammett
asterisk-users at ics-il.net
Sat Nov 24 18:38:29 CST 2007
Then I could just make "downstream-phones" my current outbound context and
everything would do what I'm after. I got what you're saying.
-----
Mike Hammett
Intelligent Computing Solutions
http://www.ics-il.com
----- Original Message -----
From: "Dave Miller" <justdave at mozilla.com>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
<asterisk-users at lists.digium.com>
Sent: Saturday, November 24, 2007 2:25 PM
Subject: Re: [asterisk-users] e911
> 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/
>
> _______________________________________________
> --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
>
More information about the asterisk-users
mailing list