similar to: Dial Application Return Codes - Help needed

Displaying 20 results from an estimated 6000 matches similar to: "Dial Application Return Codes - Help needed"

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
2006 Feb 07
1
MFC/R2 in Brazil
I don?t know if the last message was with content. So, I sent again. I have installed a Digium card TE210P and unicall for use MFC/R2. I think that it?s all right but I can?t make and receive calls. I?m using asterisk 2.1 with the patch made by Jos? P. Leit?o and the follow libs: libsupertone-0.0.2 libunicall-0.0.3 libmfcr2-0.0.3 zaptel 2.1 My number is 34318300. The Telco send me only 8300.
2008 Apr 29
0
PRI CallerID - leading zero added
Hello List! We have problems setting the right caller id on outgoing calls. The Asterisk Pbx is located in Bucarest(Romania), our Telco provider is rcs-rds.ro. We have the local telefon number 40787 00-99, associated to our PRI E1 Line. Where 00-99 are the DID numbers available. The telco is aspecting a 3 digit long Callerid from us, for example like "710", for the extension 10.
2006 Mar 08
1
Calls forwarding to numbers only in user's context
Hello, I'm trying to do call forwarding based on this: http://www.voip-info.org/wiki/view/Asterisk+call+forwarding In the extensions.conf file I have several context defined (local, longdistance, mobile, international and so on). Each user can be associated with different context (so can make only i.e. local calls). How to set calls forwarding only to numbers that are available in
2007 May 16
2
Get sip response code
I was wondering if it is possible (in 1.2.x) to get the SIP response code back after doing Dial(). Dial() seems to treat most call-setup problems as dialstatus CONGESTION, and some are NOANSWER, but I want to know the SIP response code, so I could return the right tones to the user, not just a congestion tone for every fault. Anyone know a way to find out that information, so I want the
2006 Mar 06
0
No ring when doing blind transfer.
Hi, I have an odd problem when doing a blind transfer. The transfer is intiated and the transferred caller hears nothing until the timeout. I have tried setting the 'r' and the 'm' variables in the dial command. Nothing happens when I use the 'r' variable when I use the 'm' variable I briefly hear music on hold and then it stops until the timeout for no answer
2006 Mar 30
0
BUG: FOP reports incorrect (duplicate) IP address until restarted
Hi, This problem may be related to a configuration problem but I believe it is a bug in the FOP since restarting the FOP server clears the problem. Here is the scenario: Using AgentCallBackLogin and have four agents logged in a call is made to one of the agents directly from an internal phone. Okay so far. Call is hung up and the same extension is used to call another agent okay again, no
2005 Feb 12
0
Outbound calls on a busy Zap/1: BUSY vs. CHANUNAVAIL
Hi, I'm using the macro below in extensions.conf for most of my outbound calls. One issue with my current configuration is that when I make an outbound call it doesn't properly detect that my PSTN line (Zap/1) is busy with another call and then overflow to my outbound IAX connections. I think the root cause is that DIALSTATUS gets reported as BUSY. The debug output is below. My desired
2004 Nov 30
0
No voice when I dial out
I can dial from 601 to a public number. The public number rings. I pickup and hear nothing, while on 601 it keeps ringing. (BTW, is it right to say "ringing" on the active phone?) The *CLI> doesn't show me anything useful: Executing Macro("SIP/601-8238", "dial-pstn|88097880|") in new stack Executing SetGlobalVar("SIP/601-8238",
2005 Mar 03
3
Why ${EXTEN} variable changes after Goto ?
Hi, I'm trying to implement dynamic routing of incoming calls to local extension if previous outgoing call was unanswered. But after I do Goto to s-NOANSWER, variable ${EXTEN} changes to 's-NOANSWER'. I guess this is normal, but I don't understand why ? How to workaround on this one ? Thanks in advance, regards, Rob. [outbound-capi-ISDN] exten => _0.,1,NoOp(Calling ISDN
2007 May 22
0
Dialplan Problem - Outgoing
Hi, I have some really disturbing problems with Asterisk 1.4.1 and my dialplan for outgoing calls. First of all i switched some weeks ago from * 1.2 (bristuffed version ) to this version and in my opinion a lot more troubles arose.... For outgoing calls I use a Digium B410P with chan_misdn (before a Junghanns QuadBRI with zap). 1) So first thing is, that a user reports to me (highly
2008 Jan 26
1
CHANUNAVAIL
I've got a setup where we have 100 DID's. Our default dialplan has one line that calls a macro: exten => _22XX,1,Macro(STDEXT,${EXTEN}) The macro is pretty basic: [macro-STDEXT] exten => s,1,NoOp exten => s,2,Dial(SIP/${ARG1},15,Tt) exten => s,3,Goto(s-${DIALSTATUS},1) exten => s-NOANSWER,1,Voicemail(${ARG1}|u) exten => s-NOANSWER,n,Hangup exten =>
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
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???
2014 Oct 23
1
logger.conf
with the below defined in logger.conf on 11.6 cert 6 I am not getting any log message other than notice and warning in any files when doing module reload logger - queue log is the only one that says it restarts *CLI> module reload logger == Parsing '/etc/asterisk/logger.conf': Found Asterisk Queue Logger restarted built fresh box with make samples - added 2 stations, dialing from
2004 Dec 01
0
extension and PSTN connection
I got two phones on an ATA-186 (601, 602) and two phones on the TDM22B (603, 604). I have two lines on the TDM22B. I cannot figure out some of the problems: 1. 601 dials via ZAP/3-1 to local phone number at PSTN: ringing pickup on PSTN (empty) still ringing in the phone set 601 2. call from PSTN back: 601 picks up ... everything works !!! No caller id shows up 3. For testing I have only one
2015 Jul 06
0
Asterisk 13.4.0 - mixmonitor only records one side's perspective
Hi All I have a problem with mixmonitor in 13.4.0 doing the following: 1. Caller phones in 2. Reception picks up 3. Talks to caller 4. Does attended transfer, talks to manager to screen the caller wanting to speak to him 5. Complete the transfer by putting down her handset so the caller can speak to the manager 6. Caller talks to the manager The problem is that mixmonitor only records
2008 Mar 19
3
How to configure Voice mail for multi users.
Hi All, i want to configure voice mail on Asterisk 1.4 for multiple users. let me explain you the scenario. i have 10 users with the name of 1000,2000,3000,4000,5000,6000,.......and these user can call to each other. Now i want to configure separate voice mail box for separate user. my extensions.conf ..... settings below.. [voicemail] exten => _X.,1,Dial(SIP/${EXTEN}) exten =>
2008 Mar 19
0
How configure Voice mail for multi users.
Hi All, i want to configure voice mail on Asterisk 1.4 for multiple users. let me explain you the scenario. i have 10 users with the name of 1000,2000,3000,4000,5000,6000,.......and these user can call to each other. Now i want to configure separate voice mail box for separate user. my extensions.conf ..... settings below.. [voicemail] exten => _X.,1,Dial(SIP/${EXTEN}) exten =>
2010 Dec 22
0
CDR on MySQL
What would it do if you exten => h,1,ResetCDR(w) exten => h,2,NoCDR() exten => h,3,DEADAGI(get-unqiueid.php) I have not tried it but in theory it should write the first CDR and then kill the write of the second NO ANSWER CDR. Let me know if it works for you as I may need to do it on some of my h exten code as well. Bryant ---------------------------------------- From: