[asterisk-users] execute command just after Dial()
DHAVAL INDRODIYA
dhaval.it01034 at gmail.com
Tue Dec 27 05:29:35 CST 2011
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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111227/4c55fd36/attachment.htm>
More information about the asterisk-users
mailing list