I have following sip account :
Name/username Host Dyn
Forcerport ACL Port Status Description
demo-alice/demo-alice 192.168.7.47 D
N 1080 Unmonitored
demo-bob/demo-bob 192.168.7.47 D
N 5060 Unmonitored
and i have set up the following extensions for them:
ASTERISK_IP=192.168.7.39
[users]
exten=>6001,1,Dial(SIP/demo-alice,20)
exten=>6002,1,Dial(SIP/demo-bob,20)
exten => _.,n,GotoIf($[${SIPDOMAIN} = ${ASTERISK_IP}]?unhandled)
exten => _.,n,GotoIf($[${SIPDOMAIN} = ${ASTERISK_IP}:5060]?unhandled)
exten => _.,n,Macro(uri-dial,${EXTEN}@${SIPDOMAIN})
exten => _.,n,HangUp()u
[macro-uri-dial]
exten=>s,n,NoOp(Calling as SIP address: ${ARG1})
exten=>s,n,Dial(SIP/${ARG1},60)
But if i dial sip uri the call does not happen. asterisk cli shows
extension is rejected.
--
-aft
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users