Displaying 1 result from an estimated 1 matches for "fromgizmo".
2009 Aug 05
0
Asterisk with gizmo5 and google voice only takes one call at a time.
...oogle, asterisk will answer it?
At the end of my sip file i have this
[Calls-From-Gizmo-Network]
type=user
context=demo
disallow=all
allow=ulaw
allow=ilbc
allow=gsm
dtmfmode=rfc2833
host=proxy01.sipphone.com
insecure=very
username=user
secret=password
canreinvite=no
In my extentions i have this:
[fromgizmo]
exten => s,1,Wait(5)
exten => s,n,Answer
exten => s,n,Wait(2)
exten => s,n,Playback(welcome)
exten => s,n,Playback(test)
exten => s,n,Playback(test2)
exten => s,n,Hangup
The odd thing is i would have thought the
context=demo line from sip.conf would play the demo in extensio...