similar to: Busy Signals after hangup

Displaying 20 results from an estimated 10000 matches similar to: "Busy Signals after hangup"

2007 Mar 02
2
PRI progress codes.
Anyone know how to let asterisk deal with the progress codes coming from the carrier? The problem I am having is when a customer calls an invalid number the carrier tells me the call is invalid via a progress code but doesn't route me to a recording (this number is invalid). Instead they hang up on me causing a fast busy or sometimes hold up the call with dead air for 15 to 30 seconds then a
2005 Sep 15
3
${DIALSTATUS} problems
Hi. I'm dialling two numbers - one that's unobtainable, one that's busy. ${DIALSTATUS} is coming back ANSWER each time right before the channels hang up. Am using the following dialplan macro to dial out. [macro-advdial] exten => s,1,Dial(${ARG1},20,g) ; Ring the interface, 20 seconds maximum exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status
2014 Dec 13
1
How to get BEEP BEEP BEEP when underline sends 486 Busy Here.
Hello There, I would like to play a busy tone (ie BEEP BEEP BEEP) when the underline carrier sends back 486 Busy Here. Looking at Dial parameters ( http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial), it mentioned something about the r parameter as not being very professional or something like that... Then there was: U(x): Executes, via gosub, routine x on the called channel. This is similar
2009 Dec 15
2
member (In use)
Hello list. We just upgraded to 1.6.1.11. We are using real time information stored on mysql databases. That is all running fine. Now, since we upgraded, some member don't get calls from queues. In CLI: "queue show" shows something like: 611 (Local/611 at agents) with penalty 20 (realtime) (*In use*) has taken no calls yet We use the extension 611 in different computers, in the
2007 Aug 03
2
DIALSTATUS not set
I'm trying to write a dialplan that will allow me to "stress" test it. I want to be able to dial an extension, or pretend that the extension is busy or out of order (so that I can see what to do) given the dialplan snippet: [outbound] exten => _X.,1,NoOp(${TEST}) exten => _X.,n,Dial(SIP/${EXTEN}) exten => Busy,1,Busy(2) exten => Busy,n,Hangup() exten =>
2006 Jan 26
6
Fail over to Pri on VoIP connection failure
I am trying to tweak my dial plan and I am running into a problem. Sometimes my VoIP out bound calls do not complete on overseas calls(busy or just a hang-up). Is there a way in the dial plan to automatically dial out of my PRI when something like this happens. Either by time limit by a failure event? Any point in the right direction would be great Thanks, CLI output (cleansed to protect the
2009 Jan 14
8
evaluate SIP response codes in dialplan
Hi! Is it somehow possible to evaluate the SIP response code inside the dialplan? I have an Asterisk server which forwards requests to various PSTN gateways with SIP. If the Dial() attempt is not successful I want to differ at least these 3 options: - called destination is busy (486): e.g. activate auto-redial - called destination does not exist, unassigned number (404) - gateway is broken,
2015 Mar 25
2
TRUNK Dial failed due to CONGESTION HANGUPCAUSE: 34
hello list, i have asterisk 11.15.0 and i have some trunks sip from my provider we have some ip phone astra 6731i each Ip-phone is configured with trunk and we call no ihave configured another trunk from the same provider in my asterisk i can call all numbers just the numbers are configured in thses ip phones. but when i configured the same trunk in x-lite i can call theses ip-phones without
2005 Aug 15
12
Voipbuster blocking Asterisk/IAX connections?
What settings are people using? I've seen the ones from dslreports but I'm in that lucky group of people that paid the 1 euro just to have it no longer work. Even after I setup a additional account over the weekend it still doesn't work. And, of course, etherreal only shows encrypted traffic so I can't snag any config settings from it. Any assistance? -----Original
2009 Aug 13
1
Autofallthrough delays before hanging up calling channel?
I am seeing some curious behaviour with a 1.2.32 system, which I do not understand and so can't work out how to fix it. I have a PRI routed to context default. Here is the complete default context: [default] exten => _9X.,1,Dial(IAX2/m1peer/${EXTEN:1}) exten => _20XX,1,Dial(IAX2/sipeer/${EXTEN}) exten => _X.,1,Dial(IAX2/m1peer/${EXTEN}) exten =>
2018 Mar 14
2
DIALSTATUS vs HANGUPCAUSE
Hello list, Hope all doing well! I've been checking some cases when a Dial fails and dialplan execution continues to handle this. I am finding it a little confusing how we should handle the DIALSTATUS and the HANGUPCAUSE in this situation.... More specifically, I am facing a case in version 13.6.0 where I am getting a DIALSTATUS=BUSY and HANGUPCAUSE=19 after receiving a 480 SIP error. Seems
2011 Apr 15
5
Possible bug in Hangup() (Asterisk 1.4.x)
Hello, On an Asterisk 1.4.33.1 in a simple scenario: [test] exten => _X.,1,Dial(SIP/12345 at peer01,,,) exten => i,1,Hangup(${HANGUPCAUSE}) exten => t,1,Hangup(${HANGUPCAUSE}) exten => h,1,Hangup(${HANGUPCAUSE}) I have noticed that no matter what value we set in the Hangup(<cause code>) commands, if the call is not answered by peer01 for any reason, the actual cause code
2018 Mar 14
2
DIALSTATUS vs HANGUPCAUSE
Thanks Dovid! Indeed looks a bug but regardless of this, this problem made me think that the HANGUPCAUSE could be used for this purpose with benefits. I couldn't find an explanation about when DIALSTATUS would actually be better. The HANGUPCAUSE was reworked in version 11 ( https://wiki.asterisk.org/wiki/display/AST/Hangup+Cause) but I didn't find someone actually stating it is a better
2013 Dec 17
1
Who causes the congestion or can I mix?
Is there a recommended way to find out the cause of DIALSTATUS = CONGESTION for PRI/BRI channels? Currently I am evaluating the DIALSTATUS variable and I also count the active ISDN channels for the ISDN trunk in question. Counting the active ISDN channels seems somewhat clumsy as the mapping to a specific trunk must be done by hand (or write even more code). I have a setup where outgoing calls
2005 Mar 09
3
NuFone + VoIPJet = busy busy busy
Hi List, I'm using VoIPJet and NuFone as a fallback, and it seems that both of them are circuit busy! Also it seems that VoIPJet takes forever to return 'circuit busy' while NuFone does it instantly. At any rate, is there like a reliable third VoIP provider I can use for fallback when the two others are busy? Cheers, Jean-Michel.
2004 Dec 03
2
DIALSTATUS weirdness (CHANUNAVAIL instead of BUSY, NOANSWER instead of CHANUNAVAIL)
Just throwing this out here, hopefully someone can tell me why. *CLI> show version Asterisk CVS-HEAD-11/17/04-10:16:38 built by root@wanderer on a i686 running Linux Zap/g1 is pri_cpe to Bell Canada 5551234 is a normal POTS line I have busied out (handset offhook) exten => 1234,1,Dial(Zap/g1/5551234,,g) exten => 1234,n,NoOp(HANGUPCAUSE is ${HANGUPCAUSE} and DIALSTATUS is
2011 Feb 28
5
Failover Routing
Hi, I am doing failover routing based on 2 dial commands. First route sends back 4xx response and I don't want it to try 2nd route when it is 4xx response. Can we do failover routing based on SIP 5xx response only ? Thanks Deepika -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Sep 28
1
Disconnect calls : known reasons
Hello, are there any known reasons why Asterisk would disconnect random calls ? My server uses 1,5 GB out of 8 GB RAM My server uses up to 35% CPU at peak There are about 40 concurrent calls. I have 300 RTP-ports available. I just see the call ending, as if one of the connected parties hung up but that is not the case ! So what could be a bottleneck ? Any known reasons for random hangup ?
2008 Jan 08
4
Bugs??
Good Day All, I am facing a serious problem since I started to use asterisk. I don?t know if it is a bug or some one already solved this. Currently I am running 120 VoIP SIP channels on my asterisk server but each day 2, 3 calls got hanged in asterisk, and on asterisk CLI ?show channels? showing us as call UP but in real there is no call. When asterisk restarted the hanged calls removed from
2010 Dec 22
8
Possible Bug (Include ${HANGUPCAUSE} in CDR)
Ok I can't get my CDR values to set from the h extension in either 1.6.2 or 1.8 What is wrong? Here is what I found in the cdr.conf ; Normally, CDR's are not closed out until after all extensions are finished ; executing. By enabling this option, the CDR will be ended before executing ; the "h" extension so that CDR values such as "end" and "billsec" may