[Asterisk-Users] Sipura 3000 inbound FXO problem
Kristian Kielhofner
kris at krisk.org
Thu Dec 30 14:28:46 MST 2004
Steven P. Donegan wrote:
> All are in default context - 1000 is a SIP phone, 1001 is the Sipura
> analog phone, 1002 is the Sipura analog trunk port. My extensions.conf
> has a lot of contexts - but at the end I basically include them all in
> to the default context - kind of like a program calling a bunch of
> subroutines :-) It all works just fine - except for the authentication
> thing which I haven't figured out yet.
Steven,
What about doing this:
sip.conf:
[general]
context=default
[1001]
context=friends
.. etc etc..
extensions.conf:
[default]
include => intern
include => myivr
include => voicemail
..etc etc..
[friends]
include => default
include => voiptrunks
include => zaptrunks
.. etc etc..
[intern]
exten => 1001,1,Macro(stdexten,1001)
--- done ---
Does this make any more sense?
--
Kristian Kielhofner
More information about the asterisk-users
mailing list