similar to: PROGRESS code

Displaying 20 results from an estimated 11000 matches similar to: "PROGRESS code"

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 =>
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
2009 May 18
0
${HANGUPCAUSE} is not printed when call ends or is interrupted
Today I get the remark that a call got disconnected after 10 minutes. This what my VERBOSE-logfile tells me : [May 18 15:36:30] VERBOSE[3940] logger.c: -- Executing [00493516426 at intern:1] NoOp("SIP/51-b76023b8", "Gesprek naar GSM-nummer via Telenet") in new stack [May 18 15:36:30] VERBOSE[3940] logger.c: -- Executing [00493516426 at intern:2]
2004 Sep 11
0
Problems with Call Progress and fax detection on PRI
Hello, I have been running some tests to get a better understanding of PRIs and the HANGUPCAUSE variable and I'm not having any luck. I have tried calling disconnected numbers and the call is connected through to my extension and I hear the tri-tones. And it looks like HANGUPCAUSE is always 16 (AST_CAUSE_NORMAL_CLEARING). Am I doing something wrong, or am I just misunderstanding? Also,
2015 Mar 25
0
TRUNK Dial failed due to CONGESTION HANGUPCAUSE: 34
On Wed, Mar 25, 2015 at 7:35 AM, Salaheddine Elharit <salah.elharit200 at gmail.com> wrote: > 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
2010 Jan 22
0
Handling SIP error codes/ISDN codes
Hi, I was trying to use 2 of asterisk servers and interconnected, one of them as a peer to other sever (configured in sip.conf), so all the calls to server 1 will just be passed to server 2 (has PRI Card, TE 412P, only one PRI connected), i was sending calls to server 1 and that would send to server 2 and then dial out using Dahdi, but the problem that i got was the hangup cause codes, i was not
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
2009 Jun 29
0
FW: re: Asterisk Outbound with Failover, alarm notification, dial status and hangupcause capturing to CDR from Dialplan
Managed to implement this on asterisk v1.4.24.1, Also, Hangupcause updating to user field. However, this only works on the edge of my voice network (demarcation point) It does not work on my internal routing boxes as I use IAX to route between remote sites. I was thinking of using some sort of SIP variables to transport these results over the IAX trunk.. Any bright ideas folks???
2005 Jan 21
0
Manager API on gives the DIALSTATUS of the first picked up channel?
Hi All! Let me explain the problem. When using the Originate? command from the manager api, the dialstatus variable returns results? for whichever phone picks up first, and in this case it is the IAX/2? connection. It doesn't matter if Zap/G2/XXXXXXX is set as the channel,? or an extension either. What I am ultimately trying to do is get the? dialstatus of the Zap/X/XXXXXXX channel, i.e.,
2015 Mar 25
2
TRUNK Dial failed due to CONGESTION HANGUPCAUSE: 34
tnaks for your response but the number dialed exist and i can call this number when i configure the trunk directly in x-lite and i call call also this number from my cell phone . any help thanks and regards 2015-03-25 12:59 GMT+00:00 Matthew Jordan <mjordan at digium.com>: > On Wed, Mar 25, 2015 at 7:35 AM, Salaheddine Elharit > <salah.elharit200 at gmail.com> wrote: > >
2009 Jun 23
0
PRI cause code discrepancy
Steve Casto escribi?: >/ I am trying to retrieve the cause code of a outgoing call over a PRI />/ where the number called is out of service. When an out service number is />/ called I get a recording that the number dialed is not a working />/ number. I see cause code 1 in in the CLI as soon as the call is dialed />/ the Telco recording goes on for 30 sec. then hangs up. Any
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
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 =>
2008 Oct 28
1
Dealing with progress codes
Hi, I've ran into an issue with a PRI provider in a major metropolitan area that I haven't needed to deal with before and I was hoping someone might have some insight on how to handle this within the Asterisk dialplan. At this location users can't always tell if a number is long distance or not (there are a lot of area codes and prefixes in the vicinity). Additionally, users are
2005 Jan 21
0
Help DIALSTATUS gives ANSWER when line is BUSY?
I'm running Asterisk CVS-v1-0-12/20/04. I'm using PHP with Manager API Here is the code: #################################################################### # Make call #################################################################### $socket = fsockopen($ask_db,"5038", $errno, $errstr, $timeout); if (!$socket) { echo "$errstr ($errno)<br /\n"; } else {
2007 Mar 15
0
Re: busy/hangup/answer detection in PRI E1 channels (Vidura Senadeera)
> Hi Gareth Blades & Doug, > > Thanks so much for for the feedback. I have searched on lot of documents > but couldn't able to find clear answer regarding it. > > I hope you guys replies are very much help all in aterisk community. > > > Thanks & Regards, > > Vidura Senadeera, > > Network Engineer, > > Debug Solutions > > Sri Lanka .
2006 Mar 11
4
Polycom - directory dial
This is not an Asterisk specific question but doesn't anyone know if you can automatically prepend a 9 on the call lists so clients can return dial without having to repunch in the number? If you go to directories now it just shows the number without a 9 (obviously). Maybe on the Asterisk side?? Bill -------------- next part -------------- An HTML attachment was scrubbed... URL:
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 May 24
1
vmoutcall]
--> Perhaps someone can share how? First you need to give them the option of turning the feature on and off. I do it with the following: [callback-activate] ; *********************************************** ; Callback activate/deactivate. If this function ; is enabled and there is a call file in the form ; of ${EXTEN}.call, then Asterisk will call the ; phone number contained within the
2004 Nov 25
0
Solution - ISDN-PRI hangup cause
Well, it works for me .. YMMV. Yesterday I had a problem where I had a meridian talking to * via a PRI card, and from * to the pstn via an isdn30 link. The problem was that if the number was bad, or engaged then the meridian line simply dropped, not giving the operator any indication of what occurred. With much help from this list, I managed to construct a dialplan which solved our issues.