[asterisk-users] execute command just after Dial()

Kamlesh Kumar kamlesh_kmr at hotmail.com
Tue Dec 27 06:45:32 CST 2011


hangup extension works once the call is terminated but I want to know the status of call immediately after connected, cancelled, or rejected and so on.
 
thanks,
Kamlesh
 



Date: Tue, 27 Dec 2011 16:59:35 +0530
From: dhaval.it01034 at gmail.com
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] execute command just after Dial()

You can also try special extension hangup and manage your scenario


On Sat, Dec 24, 2011 at 12:44 PM, Sammy Govind <govoiper at gmail.com> wrote:

Hi,
Please see the Dial application documents from CLI, i.e "core show application dial". There is an option which will let you continue in the DIal-plan after the Dial command on hangup.


Regards,
Sammy.




On Fri, Dec 23, 2011 at 5:54 PM, Kamlesh Kumar <kamlesh_kmr at hotmail.com> wrote:





Hello,
 
I'm using AGI scripting with asterisk and need to execute certain commands just after Dial(). But once dial command is executed, further commands/instructions are ignored.
 
 
$agi->exec("Dial","SIP/100");
$dialstatus = $agi -> get_variable("DIALSTATUS"); 
 
if($dialstatus[data]=="ANSWER")
       
        {
       do something.......
        }
 
thanks,
Kamlesh

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111227/95153c91/attachment-0001.htm>


More information about the asterisk-users mailing list