[Asterisk-Users] about sip and registering
Wilson Pickett
spamsucks2005 at gmail.com
Sun Mar 27 00:32:55 MST 2005
Hi Andrea,
> register => user:secret:authuser at host:port/extension
> well, it's only local, or is important for authentication on external
> sip server?
As far as I understand it, that extension will be the one the external
server requests. Consider FWD example:
register = 123456:password at fwd.pulver.com/123456
Assuming your "local" extension is 2000, the context in
[fwd.pulver.com] is "fwd-incoming", when FWD contacts asterisk, it
will give 123456 as the extension:
[fwd-incoming]
123456,1,Dial(SIP/2000,45)
I think the two extensions must be the same for FWD, but for example
register = username:password at tx.voip.e164.org/3000
will call extension 3000 when an entry at e164.org is called
hth
More information about the asterisk-users
mailing list