search for: ttrr

Displaying 5 results from an estimated 5 matches for "ttrr".

Did you mean: mtrr
2007 Jan 29
3
Pickup() ringing extension and call waiting
...erisk 1.2.14 under openSuSE 10.2 with kernel 2.6.18. I have Wildcard TDM400P card and D-Link DPH-120S and DPH-140S SIP phones. I would like to be able to pickup ringing extention from any SIP phone using Pickup() application. from my dial plan: [incoming] exten => s,1,Dial(SIP/somebody1|60|tTrR) [internal] include => outbound-local include => parkedcalls exten => 200,1,Dial(SIP/somebody1|20|tTrR) exten => 201,1,Dial(SIP/somebody2|20|tTrR) exten => 202,1,Dial(SIP/somebody3|20|tTrR) exten => _8.,1,Pickup(${EXTEN:1}) [outbound-local] ignorepat => 9 exten => _9XXX...
2007 Feb 01
0
Enhanced PickupChan
Hi All, I've installed Enhanced PickupChan on asterisk 1.2.14 using howto from http://www.thorsten-knabe.de/linux/asterisk/pickup.jsp . from extensions.conf: exten => 0,1,Dial(SIP/eosoiris|20|tTrR) exten => 200,1,Dial(SIP/dzalewski|20|tTrR) exten => _7.,1,Pickup2(${EXTEN:1}) When I try to pickup ringing SIP channel from other IP headset I go disconnected. here is debug from asterisk CLI: -- Executing Dial("SIP/eosoiris-081b5e40", "SIP/dzalewski|15|tTrR") i...
2007 Mar 15
0
MP3Player
Hi All, I'm having problem with MP3Player app. I want the caller to hear mp3 when he is waiting until I answer my phone. -- from extentions.conf -- exten => 200,1,Answer() exten => 200,2,MP3Player(/home/user200/mp3/hanna-hais.mp3) exten => 200,3,Dial(SIP/200|20|tTrR) exten => 200,4,Hangup() -- end -- here is debug from CLI: -- Executing Answer("SIP/200-08a64d98", "") in new stack -- Executing MP3Player("SIP/200-08a64d98", "/home/user200/mp3/hanna-hais.mp3") in new stack Mar 15 11:25:32 NOTICE[4991]: app_m...
2007 Jul 04
1
Dialout Macro and transfer call in progress
...Local/${temp}@local/n) ; Unconditional Forward exten => s,5,GoToIf($["${DNDStatus}" = ""]?7) ; If not existing ring the interface exten => s,6,Voicemail(u${ARG1}) ; If CFU failed, send to voicemail w/ unavail announce exten => s,7,Dial(${ARG2},20,tTrR) ; Ring the interface exten => s,8,Goto(s-${DIALSTATUS},1) ; Jump based on status (NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER) exten => s-NOANSWER,1,Set(temp=${DB(CFNA/${ARG1})}) ; Get CFNA key exten => s-NOANSWER,2,GotoIf($["${temp}" = ""]...
2007 Jul 01
0
Transfer outgoing call - macro
...,4,Dial(Local/${temp}@local/n); Unconditional Forward exten => s,5,GoToIf($["${DNDStatus}" = ""]?7) ; If not existing ring the interface exten => s,6,Voicemail(u${ARG1}) ; If CFU failed, send to voicemail w/ unavail announce exten => s,7,Dial(${ARG2},20,tTrR) ; Ring the interface exten => s,8,Goto(s-${DIALSTATUS},1) ; Jump based on status (NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER) exten => s-NOANSWER,1,Set(temp=${DB(CFNA/${ARG1})}) ; Get CFNA key exten => s-NOANSWER,2,GotoIf($["${temp}" = ""]...