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
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to