Matt wrote:

Has anyone used asterisk as a simple voip server? (I'm sure its been/ing done).
If so... how did you provide 911 service? Did you setup different
contexts and put sip phones in those contexts per county?


I think that's what you'd have to do.

Also, is it possible to put a phone into multiple contexts?

For instance:

context=from-internal


Dunno... this'll work though:

context=from-internal-and-somethingelse

and in your extensions.conf

[from-internal-and-somethingelse]
include => from-internal
include => somethingelse

BTW, I think the best way to manage your * config files is to have a database of users, and build your sip.conf, extensions.conf, etc from the database using a template language such as the template toolkit (Perl)

Cheers,
Jean-Michel.
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
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