[Asterisk-Users] Connecting Asterisks via SIP
Kevin P. Fleming
kpfleming at starnetworks.us
Tue Mar 1 12:25:30 MST 2005
Marcin Okraszewszki wrote:
> exten => _1XX,1, Dial(SIP/pbx2:pbx2 at 10.1.3.207/${EXTEN},30,r)
This syntax does not work. The extension part was just recently fixed in
CVS HEAD, but you cannot specify the "secret" in the dial string.
You will need to create a SIP peer for this server that contains the IP
address and secret, then you can use:
Dial(SIP/pbx2/${EXTEN})
More information about the asterisk-users
mailing list