search for: dial_str

Displaying 4 results from an estimated 4 matches for "dial_str".

Did you mean: dialstr
2010 Jul 15
1
Asterisk Manager Problem
I am originating a call to a Local channel using an Originate Action: Action: Originate Channel: Local/dial at outdial Context: outdial Exten: answer Priority: 1 Timeout: 45000 ActionID: some_id In my dialplan, I have this: [outdial] exten => dial,1,Dial(${DIAL_STRING}, ${DIAL_TIMEOUT}) exten => dial,n,NoOp(Dial Status = ${DIALSTATUS}) exten => dial,n,Agi(agi://localhost/Outdial.agi, ${DIAL_STRING}) exten => dial,n,Hangup() exten => answer,1,NoOp(Dial Status = ${DIALSTATUS}) exten => answer,n,Playback(${GREETING_NAME}) exten =>...
2007 Jun 12
2
No audio after Dial with G option
I'm using the Dial application in the extensions file with the G option to execute an AGI script after the Dial (I need to track the call status) as follows: exten => _X.,3, Dial({DIAL_STRING},,G(_X.^4)) exten => _X.,4, Answer() exten => _X.,5,AGI,agiScript.php The problem is that testing between two internal phones (with two ATA) I loose the audio when I include the G option in the Dial application, while the audio is restored if I remove the G option, but that way I can'...
2010 Apr 05
0
SIP Outdial Not Detecting Ringing Line
...[sip_outbound] username=XXXX fromuser=XXXX secret=XXXX fromdomain=X.X.X.X type=friend host=X.X.X.X canreinvite=no disallow=all allow=ilbc allow=g729 allow=gsm allow=g723 allow=ulaw call-limit=8 extensions.conf: [outdial] exten => dial,1,NoOp(Dial String = ${DIAL_STRING}) exten => dial,n,NoOp(Dial Timeout = ${DIAL_TIMEOUT}) exten => dial,n,Dial(${DIAL_STRING}, ${DIAL_TIMEOUT}) exten => dial,n,NoOp(Dial Status = ${DIALSTATUS}) exten => dial,n,Agi(agi://localhost/Outdial.agi) exten => dial,n,Hangup() exten => answer,1,NoOp(Dial St...
2005 May 30
0
perl agi : get_variable problem
Hi, I'm developping some AGI in perl (5.8.6) on i386 using Asterisk 1.0.5. I want to get some variables such as DIALSTATUS and ANSWEREDTIME after a $AGI->exec("Dial", "dial_string"); but here is what i get actually: DIALSTATUS= DIALEDTIME=ANSWER ANSWEREDTIME=18 I searched the archives and saw that $AGI->verbose could mess the access to variables, but I don't use it. Any clue welcome :-) Julien -- # Key fingerprint = 121C BB26 F4EE 59AF 5E68 7020 5BC9 D7A...