similar to: Continuing after a TIMEOUT(absolute)

Displaying 20 results from an estimated 1000 matches similar to: "Continuing after a TIMEOUT(absolute)"

2008 Mar 23
3
Unable to capture CallerID through Zap
Hi all, I am using Digium PCI board to receive PSTN call through regular phone line. It is no problem for me to receive calls, but I am not able to obtain the Caller ID if the calls are from the phone line. exten => s,1,Answer() exten => s, n, Verbose(1|incoming number is ${CHANNEL} calling to ${EXTEN} routing to ${phonenum} ) exten => s,n, Verbose(1|callid is ${CALLID(num)}) exten
2010 Jun 07
0
Announcement before absolute timeout / how to terminate a meetme conf?
Hi, I'm new to asterisk and have a little trouble in developing my first more complex dialplan. The basic task is a click to call solution: - call one number via sip, play some announcements, do cdr etc. and put the callee into an conference room with music on hold - call a second number via sip, play some announcements, do cdr etc. put the callee into the same conference - have a nice chat
2020 Feb 05
1
Hangup hook to put back a call into a queue
hi, I hope someone can help me:-) we’ve got a freepbx server. there are 2 special extensions (2001, 2002). if someone calls this extensions (or a call is forwarded to these extensions) and these extension hangup (not the caller party), then we’d like to put the calls back into a queue (1000) and wouldn’t like to hangup. I read your description about hangup hooks:
2012 Aug 22
1
recording calls
I am trying to record calls on demand both inbound and outbound calls. I can record outbound calls just fine but not inbound calls or calls from an internally between extensions. I am using the latest asterisk 1.8.x certified version. On an outbound call I see: == Using SIP RTP CoS mark 5 -- Called SIP/ BVTrunk /7190000000 -- SIP/BVTrunk-00000163 is making progress passing it to
2006 Feb 03
1
international calling via POTS in Russia
Hi, I'm having a problem calling international numbers with debian's Asterisk 1.0.7 w/ zaptel 1.0.9 in Moscow. Russia doesn't seem to have touchtone dialing, so pulsedial is enabled on my TDM400P interface. Local numbers work fine, but when it comes to long distance or international, I'm lost. The prefix for these should be 8 (wait for dialtone) 10 (country code) (city code)
2010 Sep 06
2
Macro when calling cellphone (GSM) + silence when connecting
Hello list, I'm using the following macro when calling an external callphone/GSM number : [macro-press1] exten => s,1,NoOp() exten => s,n,Playback(/var/lib/asterisk/sounds/prompts/press1) exten => s,n,Read(INPUT,,1,1,1) exten => s,n,NoOp(input : ${INPUT}) exten => s,n,GoToIf($["${INPUT}"=="1"]?exit:hangup) exten => s,n(exit),NoOp(call accepted) exten
2009 Oct 08
2
How to keep difference between 2 SIP-accounts/trunks from same server ??
Hey list, I have a problem when I host 2 SIP-accounts on the same Asterisk-server. Asterisk picks out the SIP-account on alphabetic order A --> Z. In my sip.conf : register => user1:passwd1 at server/user1 register => user2:passwd2 at server/user2 [YOCAN-3starsnet] type=peer host=server username=user1 secret=passwd1 fromuser=user1 accountcode=user1_in [ITCENTER-3starsnet] type=peer
2015 Nov 28
2
endwhile jumping out of macro
Hi I have a 3 level nested while-endwhile loop in a macro that when the execution reaches endwhile, it is jumping out to the While at the caller macro. It shouldn't since the are instructions after the endwhile. -- Executing [s at macro-call-from-outside:72] EndWhile("DAHDI/i1/1234567-4a7f", "") in new stack == Channel 'DAHDI/i1/1234567-4a7f' jumping out of
2009 May 11
1
PauseMonitor() Hanging Up Call
Hi All, I'm at the end of my tether here and would really appreciate some help. I'm trying to implement DTMF based pause/resume of call recording. I'm using Asterisk 1.4.22.1. Here's the scenario: The caller (SIP or ISDN, doesn't matter) dials into the asterisk which executes the following code: exten => _X.,1,Monitor(wav,${CALLDIR}${UNIQUEID},mb)
2006 May 31
5
Explicit Dialplan Exit
So, I've kind of converted my dialplan from: exten => custcare,1,GotoIfTime(8:00-17:00|mon-fri|*|*?acd_one_queue,custcare-open,1) exten => custcare,2,Goto(custcare-closed,1) exten => custcare-open,1.... exten => custcare-open,99.... exten => custcare-closed,1.... exten => custcare-closed,99.... to: exten =>
2018 May 11
2
Passing parameter to Queue-called macro
Hi Marie Thanks! I was just worried about thread safety if I had to use a global variable, e. g. it might be set to a value by one call (since I'm using the same global for every incoming call to transfer the accountcode gotten from my HTTP endpoint to the same macro, and there can be several calls simultaneously all inserting HTTP-sourced values at more or less the same instant) and then
2016 Jun 30
2
how to join 2 channels using AGI/AMI
thanks John yeah, your approach is much siple, i've tried it but i'm not able do detect DTMF tones. it seems that on calls that i receive DTMF tones are handled correctly, but on calls generated from Asterisk to the world when the called side sends some DTMF digits they are not detected: -- Executing [s at macro-myconnector:1] NoOp("SIP/pbx2-000004b2", "") in new
2018 May 08
2
Passing parameter to Queue-called macro
Hi all I need to pass a parameter in a thread-safe manner to the Queue pickup macro. This is to know when (and who) picked up an incoming call to a queue and log that to my back-office system with a CURL to a HTTP endpoint. However, the Queue application does not appear to allow passing of parameters to the called queue pickup macro. E. g. non-working code is: [queuetest] timeout = 60 retry =
2007 Dec 06
1
Dial() Macro option error in 1.4.15
After updating to 1.4.15, I have the following issue: When I try to use the "M" macro option in the Dial() option, I get the following in the console: -- Executing Dial("Zap/1-1", "Zap/g2/w5051234|60|M(set-userfield^local)KT") -- Called g2/w5051234 -- Zap/3-1 answered Zap/1-1 [Dec 6 12:10:58] ERROR[19496]: app_dial.c:1541 dial_exec_full: Unable to start
2008 Mar 10
2
What replaces Macro() now? And how do you do the equivalent?
I've been working on getting the sample configuration of extensions.conf to be more usable, i.e. to make the examples be more flexible or cover more territory... I thought it might be handy to show people how to use more contexts for virtual hosting, for example. Problem is I was using the existing stdexten macro from 1.2. See: http://bugs.digium.com/view.php?id=11969 If
2014 Mar 28
1
AMD with analog lines - DIALSTATUS empty
Hello, I would like to use AMD on outgoing calls using analog line. I tested with SPA3102 and cisco2811 as gw and asterisk 1.8.26.1 as well as 11.8.1 Other end is analog number behind another cisco/asterisk, also tested calling a mobile number with the same result. What I did: dial is done like exten => s,n,Dial(SIP/<IP gw>/<dialed number>,,M(myMacro)), which tell Asterisk to
2009 Jun 30
1
Setting CDR(userfield) from Macro called from feature doesn't work with cdr_mysql
cdr_mysql doesn't set the userfield when it's set inside a macro called from a feature (1.4.25, addons 1.4.8). I have a feature code: autorecord => *1,self,Macro,apprecord The apprecord macro looks like: [macro-apprecord] exten => s,1,Playback(beep) exten =>
2010 Jun 15
4
can't seem to register, status unmonitored
Hi everybody, I am trying to register my softphone(twinkle) on an asterisk server. Everything seems to be fine. Here is the output on show registrations in twinkle: Tue 18:57:51 nikhil: you have the following registrations <sip:2001 at 172.26.48.208 <sip%3A2001 at 172.26.48.208>>;expires=3013 208 is ip of the asterisk server. on the server on doing 'sip show peers' , it
2014 Sep 23
1
Change codec when dial from SIP to DAHDI
Hi: I am useing asterisk 11.12. I use G722 as preferred codec for my ip-phone. and my PSTN DAHDI use alaw. G722 is great when ip-phone talks to each other. but when ip-phone dialout to PSTN DAHDI, G722 is not great, since it is need to transcode to alaw. so I try to change the codec when dial from SIP to DAHDI. I tried to use IP_CODEC/SIP_CODEC_OUTBOUND at dialplan. but the SIP
2010 Jun 18
1
Error trying to add context: Context 'internal' tries to include nonexistent context 'nighttime|12:30-8:00|mon-fri|*|*'
Hello again dear list. Could you please help with this? Thank you for all support, you are great, and i am now at a late stage in the setup and tweaking this server, So I hope you can help me again. I Can't make include the context nighttime. Just to demonstrate if it works, I have a playback function there. But CLI reports: CLI [Jun 18 14:20:22] WARNING[2287]: pbx.c:9542