Displaying 1 result from an estimated 1 matches for "javaagi".
2005 Jun 15
2
SIP call doesn't execute the 's'-extension
Hi,
i have just started to configure access to the * over SIP-Phones.
Therefore I have defined this SIP-Phone in sip.conf:
[tobias]
type=friend
username=tobias
secret=tobias
auth=md5
host=dynamic
reinvite=no
dtmfmode=inband
callerid="Tobias" <1087006>
allow=all
context=javaAgi
dtmfmode=rfc2833
As you can see i am directing calls from this user to the context
[javaAgi] which is defined here in extension.conf:
[javaAgi]
exten => s,1,Answer()
exten => s,2,Playback(code1000)
exten => s,3,Hangup()
exten => 1,1,Answer()
exten => 1,2,Playback(code1000)
exten...