search for: welcome2short

Displaying 1 result from an estimated 1 matches for "welcome2short".

2004 Sep 20
0
problem with dialing
...-- SIP/3308-05d9 answered SIP/3307-8a8f -- Attempting native bridge of SIP/3307-8a8f and SIP/3308-05d9 can anyone tell me what i'm doing wrong? here's a piece of my extensions.conf file that does the pin number varification [test] exten => s,1,Answer exten => s,2,Background(welcome2short) #exten => s,2,ResponseTimeout(3) exten => _XXXXXXXXXXXX,1,Agi,step2|${EXTEN} exten => _XXXXXXXXXXXX,2,Goto(allowcall,s,1) exten => _XXXXXXXXXXXX,3,Hangup exten => _XXXXXXXXXXXX,102,Background(vm-last) exten => 0,1,Goto(s,1) exten => i,1,Playback(pbx-invalid) [allowcall] e...