[Asterisk-Users] question about type=user in sip.conf
Michael Ulitskiy
mulitskiy at acedsl.com
Thu Oct 21 12:31:10 MST 2004
Hi,
I may be missing something here, but I don't really understand
how asterisk supposed to handle type=user.
Suppose I have the following config (mostly taken from default sip.conf.sample):
sip.conf:
context=sip ;default context for incoming calls
...
register => user at sip-proxy-out
..
[sip-proxy-out]
type=peer
username=user
secret=secret
..
[sip-proxy]
type=user
context=from-proxy
The question is how asterisk determines that the call is from sip-proxy?
Whatever I do all incoming calls coming from sip-proxy (or from any other sip device
not registered locally) get into "sip" context (default context) instead of "sip-proxy" context.
Could anybody enlighten me on this or point out to some documentation?
Thanks,
Michael
More information about the asterisk-users
mailing list