Displaying 1 result from an estimated 1 matches for "vq20".
Did you mean:
v20
2009 May 20
0
inbound SIP funnies
...stn]
include => local-UK
include => local-US
include => test_numbers
and [test_numbers] includes:
exten => 555,1,Answer(0) ; Pick up phone instantly
exten => 555,n,Playback(vq51) ; Let them know what's going on
exten => 555,n,Playback(vq20)
exten => 555,n,Goto(default,555,3) ; repeat
So as far as I can tell, we should be accepting the connection and
playing the voicefile (yup - I know this would be open to the internet,
that's the intention).
Sip.conf also has:
allowexternalinvites=yes
allowexternaldomains=ye...