Displaying 4 results from an estimated 4 matches for "_333".
Did you mean:
333
2004 May 05
1
Problem in Extension.conf
Hi,
Have a problem in my extension.conf:
I have:
[sip]
exten => _333.,1,wait,3
exten => _333.,2,Answer
exten => _333.,3,AbsoluteTimeout,7
exten => _333.,4,Hangup
I wanted to test if * is executing this dial plan by calling 3335254255 for
example.
The problem is as follow:
It waits, it answers but it does not seems to see the Absolutetimeout: call goes
fo...
2004 May 05
0
Problem with extension.conf
Hi,
I am new on this field and I'm looking for some help
I have this conf:
[sip]
exten => _333.,1,wait,3
exten => _333.,2,Answer
exten => _333.,3,AbsoluteTimeout,7
exten => _333.,4,Hangup
this works up to answer. then it can not stop after the 7 sec i specified
in AbsoluteTimeout. Why?
Any help?
Regards
Ghislain
2009 Feb 17
0
Optimizing this script for calling Skype users from Asterisk
...w=ulaw ;
allow=alaw ;SEE
gizmo5.com/opensky
allow=ilbc ;FOR MORE INFO
[general]
exten => _1333.,1,Goto(opensky,,1) ;COPY THIS CONFIG
exten => _333.,1,Goto(opensky,,1) ;INTO YOUR
exten => _skype[_].,1,Goto(opensky,,1) ;extensions.confexten =>
563,1,Dial(SIP/skype_echo123 at proxy01.sipphone.com<SIP/skype_joeschmo at proxy01.sipphone.com>)
;To dial a Skype user by dialing 563 in this example echo123
exten => echo...
2009 Mar 19
0
Can I tell if a call picked up on PSTN extension... for example?
...e)
exten => 600,n,Hangup()
;# record message
exten => 1205,1,Wait(2)
exten => 1205,2,Record(/tmp/asterisk-recording:gsm)
exten => 1205,3,Hangup
exten => _X.,1,Dial(DAHDI/1/${EXTEN})
exten => _X.,n,Hangup()
;# opensky gizmo5
exten => _1333.,1,Goto(opensky,,1)
exten => _333.,1,Goto(opensky,,1) ;COPY THIS CONFIG
exten => _skype[_].,1,Goto(opensky,,1) ;INTO YOUR
exten => 563,1,Dial(SIP/skype_echo123 at proxy01.sipphone.com) ;extensions.conf
; transfer all to cell phone
exten => 5555,1,Wait(1)
exten => 5555,n,Dial(DAHDI/1/*72XXXXXXXXXX,,)
exten => 555...