search for: ringtim

Displaying 20 results from an estimated 41 matches for "ringtim".

Did you mean: ringtime
2012 Dec 19
1
Dialplan - working out when users answer
Hey guys, I've got a part of my dialplan that dials multiple people: exten => direct,n,Dial(${QUEUEEXTS},${RINGTIME}) Multiple extensions are in the ${QUEUEEXTS} from an external script - e.g. SIP/100&SIP/101&SIP/105 etc This works great, however I want to see if I can find a way to work out (and run an AGI script) when the call is picked up by someone. Thanks all! -------------- next part ---------...
2005 Jun 15
0
Re: Asterisk-Users Digest, Vol 11, Issue 100
...r >>reference: >> >>[ext-sales] >>exten => 1,1,Answer() ; >>exten => 1,2,SetCIDName(Sales) ; >>exten => 1,3,GotoIfTime(${REGTIME}|${REGDAYS}|*|*?ext-cs-vm,1,1) >>exten => 1,4,Playback(custom/PleaseWait) >>exten => 1,5,Macro(dial,${RINGTIMER},tm,717-6197585949#) >>exten => 1,6,Macro(dial,${RINGTIMER},tm,707-6199208398#) >>exten => 1,7,Macro(dial,${RINGTIMER},tm,8323686410#) >>exten => 1,8,Macro(dial,${RINGTIMER},tm,717-6197585949#) >>exten => 1,9,Macro(dial,${RINGTIMER},tm,707-6199208398#) >>...
2005 Jun 16
1
Newbie question about pressing a key to, be connected to the caller
...gt; reference: >> >> [ext-sales] >> exten => 1,1,Answer() ; >> exten => 1,2,SetCIDName(Sales) ; >> exten => 1,3,GotoIfTime(${REGTIME}|${REGDAYS}|*|*?ext-cs-vm,1,1) >> exten => 1,4,Playback(custom/PleaseWait) >> exten => 1,5,Macro(dial,${RINGTIMER},tm,717-6197585949#) >> exten => 1,6,Macro(dial,${RINGTIMER},tm,707-6199208398#) >> exten => 1,7,Macro(dial,${RINGTIMER},tm,8323686410#) >> exten => 1,8,Macro(dial,${RINGTIMER},tm,717-6197585949#) >> exten => 1,9,Macro(dial,${RINGTIMER},tm,707-6199208398#) >...
2007 Jul 20
2
priorityjumping not working, Dial goes to n+1 not n+101
Priorityjumping is totally ignored by my asterisk (tested 1.4.4 and 1.4.7.1 on FreeBSD 6.2) [general] priorityjumping=yes With n+101: exten => 1337,1,Dial(SIP/zytek,5,Ttj) exten => 1337,102,Dial(SIP/zytek,${RINGTIME},${OPTIONS}) exten => 1337,n,Hangup -- Executing [1337 at firma:1] Dial("SIP/113-087a3000", "SIP/zytek|5|Ttj") in new stack -- Called zytek -- SIP/zytek-087b9000 is ringing -- Nobody picked up in 5000 ms == Auto fallthrough, channel 'SIP/113-087a3000...
2007 Nov 01
3
Outgoing PRI CID?
...100 numbers) connected and everything is working except the outgoing caller ID. Whatever SIP phone I'm using, the CID that's shown is the very first number... ----- s n i p ----- [default] include => outgoing include => priin [outgoing] exten => _NXXXXX.,1,Macro(dial,08${EXTEN},${RINGTIME}) ; Local number (w/o areacode) - Stockholm exten => _0NX.,1,Macro(dial,${EXTEN},30,r) [priin] exten => _X.,1,Dial(IAX2/graham/${EXTEN},30,r) [macro-dial] exten => s,1,NoOp(Trying extension/number: ${ARG1} from ${CALLERID(num)}) ;exten => s,n,Set(CALLERID(num)=${CALLERID(num...
2019 Jan 09
2
Switched from Asterisk 1.8 to 13 - CDR ringtime now always zero (Joshua C. Colp)
...y dialplan when dialing out? -----Original Message----- From: Stefan Viljoen <viljoens at verishare.co.za> Sent: Tuesday, 08 January 2019 08:49 To: 'asterisk-users at lists.digium.com' <asterisk-users at lists.digium.com> Subject: RE: Re: Switched from Asterisk 1.8 to 13 - CDR ringtime now always zero (Joshua C. Colp) Message: 2 Date: Mon, 07 Jan 2019 06:07:54 -0500 From: "Joshua C. Colp" <jcolp at digium.com> >> On Mon, Jan 7, 2019, at 3:04 AM, Stefan Viljoen wrote: >> Hi guys . . . >> E. g. on 13, I see this (zero ringtime) for a call that I...
2005 Jul 26
2
Stumped on vMail problem, any ideas?
...tensions.conf I see the following marcro's: ; Ring an extension, if the extension is busy or there is no answer send it ; to voicemail ; ARGS: $VMBOX, $EXT [macro-exten-vm] exten => s,1,Setvar(FROMCONTEXT=exten-vm) exten => s,2,Macro(record-enable,${ARG2},IN) exten => s,3,Macro(dial,${RINGTIMER},${DIAL_OPTIONS},${ARG2}) exten => s,4,GotoIf($[${CHANNEL:0:5} = Local]?s-${DIALSTATUS},1) ; if the channel is Local, then do not go to voicemail. This is primarily to avoid vm for call-forwarded extensions in ring groups exten => s,5,GotoIf($[${ARG1} = novm]?s-${DIALSTATUS},1) ; no voicem...
2008 Apr 24
1
No CallerID Transfer Problem
...all would be well, but this didn't do any good. After playing a bit longer I just set the following: exten => 900,2,set(CALLERID(num)="606-555-1212") exten => 900,3,set(CALLERID(name)="Outside Call") exten => 900,4,Dial(${DIALEXTENSIONS},${RINGTIMER},${DIAL_OPTIONS}) Now all works well. So is there another option somewhere to keep asterisk from killing a transfer without callerid? This happened on both 1.4.17 & 1.4.18.1. Thanks, Ken -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium....
2009 Jul 20
1
callforward with asterisk-gui.problem with stdexten
...arts from here---------------------------- exten = s,3,Set(temp=${DB(CFIM/${ARG1})}) exten = s,4,Dial(Local/${temp}@default/n) ; Unconditional forward exten = s,5,Set(DB(lastcaller/${ARG1})=${CALLERID(num)}) ; Note the last caller ------ends here------------------------ exten = s,6,Dial(${ARG2},${RINGTIME},${DIALOPTIONS}) exten = s,7,Goto(s-${DIALSTATUS},1) exten = s,8,Macro(stdexten-followme,${ARG1},${ARG2}) exten = s-NOANSWER,1,Voicemail(${ARG1},u) exten = s-NOANSWER,2,Goto(default,s,1) exten = s-BUSY,1,Voicemail(${ARG1},b) exten = s-BUSY,2,Goto(default,s,1) exten = _s-.,1,Goto(s-NOANSWER,1) exte...
2009 Feb 18
1
Accumulated call time
...hat the Dial() application sets two variables - DIALEDTIME and ANSWEREDTIME - to the total time the Dial() application ran and the time since the call was answered respectively. However, I can't find a way to access these. I've tried the following: exten => s,1,Dial(${rgMain}/${EXTEN},${RINGTIME},t) exten => s,n,Log(NOTICE, Call to ${EXTEN} lasted ${DIALEDTIME}) However the expected notice does not appear in /var/log/asterisk/messages, which is where other notices generated with the Log() application do. Can someone point the way? TIA, -- Geoff
2009 Aug 07
3
Going to VM after 180 seconds in queue
Hello all, This is a VICIDial server and I am looking to send calls to VM box 2100 after 3 minutes of sitting in the queue(via the VICIDial AGI). This would be inserted between exten => s,8,Background(open) and exten => s,9,AGI.
2008 Jul 29
0
Fallback on a fallback
...anyone have a suggestion on how to implement this? Current setup is exactly as follows MAIN: ;exten => 13057221371,1,Macro(welcome-message) ;exten => 13057221371,n,Macro(site-fallback,site1/4997|site2/4997|7|7) [macro-site-fallback] ; ${ARG1) Dialstring 1 ; ${ARG2} Dialstring 2 ; ${ARG3} Ringtime Peer 1 ; ${ARG4} Ringtime PEER 2 exten => s,1,Playtones(ring) exten => s,2,Dial(${ARG1},${ARG3},m) exten => s,n,Goto(s-${DIALSTATUS},1) ;exten => s-NOANSWER,1, ;exten => s-BUSY,1,Macro(all-circuits-busy) ;exten => s-BUSY,n,Hangup exten => _s-.,1,GoTo(s-BACKUP,1) exten =&...
2006 Nov 06
0
help for recording
...callerid) exten => s,n,Set(FROMCONTEXT=exten-vm) exten => s,n,Set(VMBOX=${ARG1}) exten => s,n,Set(EXTTOCALL=${ARG2}) exten => s,n,Set(CFUEXT=${DB(CFU/${EXTTOCALL})}) exten => s,n,Set(RT=${IF($[$["${VMBOX}"!="novm"] | $["foo${CFUEXT}"!="foo"]]?${RINGTIMER}:"")}) exten => s,n,Macro(record-enable,${EXTTOCALL},IN) exten => s,n,GotoIf($["${CHANNEL:0:5}" = "Local"]?dolocaldial,1) ; if the channel is Local exten => s,n,Macro(dial,${RT},${DIAL_OPTIONS},${EXTTOCALL}) exten => s,n,GosubIf($[$["${DIALSTATUS}&qu...
2005 Feb 17
1
(Kphone) Registration Failed: Forbidden
...make calls to the demos and even get into the mailbox but kphone cannot register. Here's my story. Can you help me?? Please I have installed asterisk on debian using apt-get install asterisk. I have configured an extension in extensions.conf as follows exten => 8003,1,Dial(Sip/8003,${RINGTIME},rt) exten => 8003,2,SetLanguage(en) exten => 8003,3,Voicemail(u8003) exten => 8003,103,Voicemail(b8003) exten => 8003,104,Hangup And in sip.conf i have [8003] type=friend host=dynamic ;<- This is supposed to allow registration, isnt it? callerid=A...
2009 Aug 27
3
Sticky Park
...r() exten => _SIP011XX,n,NoOp(Call Parked on: ${PARKINGSLOT}) exten => _SIP011XX,n,NoOp(This is who parked us: ${EXTEN}) exten => _SIP011XX,n,Set(PARKINGEXTEN=${PARKINGSLOT}) ;This sets the PARKINGEXTEN to the parking slot we were parked in. exten => _SIP011XX,n,Dial(SIP/${EXTEN:4:4},${RINGTIMER},${INTERNAL_DIAL_OPTIONS}) ;This send the call back to the person who parked it. There are a couple of global variables I use here. Nothing unusual here. So what is the problem? Well the problem is that the PARKINGEXTEN variable gets reset after the dial command in parkedcallstimeout. Tha...
2006 Nov 14
6
unable to get channel lock BAD BAD BAD
...${RGPREFIX})}}" != "${RGPREFIX}"]?4:3) [pbx_config] 2. Set(VMGAIN=${IF($["foo${VM_GAIN}"!="foo"]?"g(${VM_GAIN})":"")}) [pbx_config] 'docfu' => 1. Set(RTCFU=${IF($["${VMBOX}"!="novm"]?${RINGTIMER}:"")}) [pbx_config] 6. Set(RT=${IF($[$["${VMBOX}"!="novm"] | $["foo${CFUEXT}"!="foo"]]?${RINGTIMER}:"")}) [pbx_config] 10. GosubIf($[$["${DIALSTATUS}"="NOANSWER"] & $["...
2006 May 26
1
Not able to make any calls
...60 expires 120 May 26 07:34:52 NOTICE[2761]: pbx.c:1738 pbx_extension_helper: Cannot find extension context 'from-internal' May 26 07:35:23 NOTICE[2761]: pbx.c:1738 pbx_extension_helper: Cannot find extension context 'from-internal' my extension.conf is :- [globals] VM_PREFIX = * RINGTIMER = 15 REGTIME = 7:55-17:05 REGDAYS = mon-fri RECORDEXTEN = "" PARKNOTIFY = SIP/200 OUT_2 = IAX2/fwd OUT_1 = ZAP/g0 OUTPREFIX_2 = OUTMAXCHANS_2 = 1 OUTCID_2 = mithunafila<672648> OPERATOR = NULL = "" IN_OVERRIDE = forcereghours INCOMING = GRP-1 FAX_RX_EMAIL = fax@mydomain....
2009 Feb 05
6
Newbie query: how to write priority n+101
Hi All, Asterisk 1.4.12 on CentOS 5 Sorry for a question that I'm guessing is obvious to most of you. I'm trying to revamp my dialplan. When I first created it, I had something like: exten => s,1,Set(CALLERID(name)=${DB(cidname/${CALLERID(num)})}) exten => s,2,Dial(${rgMain},${RINGTIME},t) exten => s,3,VoiceMail(main at default) exten => s,103,VoiceMail(main at default) Now I want to play around to add things like the privacy manager and blacklist handling, which all goes before priority 2 in the above. The Dial() application jumps to the priority 101 more than its own pr...
2009 Sep 11
2
Parser for Asterisk Queue Logs
Hello Team, Can you help me on this? I have attached here the queue logs of my asterisk. I've searching a parser for this. I do not know what are the meaning of that logs. Thank you so much. Your response is highly appreciated. Regards, Cristina -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 May 16
1
Dial plan - does not stop after first match
...ip) ; "Please hold while..." but skip if channel is not up ;exten => s,2,SendText('Calling extension '${ARG1}) ; Tell the user what extension being called exten => s,2,SetVar(LastStatus=CallDone) ; Ensure script knows that a Dial was completed exten => s,3,Dial(${ARG2},${RINGTIME},r) ; Ring the interface, 20 seconds maximum exten => s,4,NoOp(${DIALSTATUS}) ; Show status after hangup exten => s,5,Goto(s-${DIALSTATUS},1) ; Jump based on status (NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER) exten => s-NOANSWER,1,Voicemail(u${ARG1}) ; If unavailable, send to voicem...