[asterisk-users] Call Files, Variable passing

Neal O'Mara neal at hellofax.com
Sun Feb 13 13:57:39 CST 2011


Try Set instead of SetVar.

On Sat, Feb 12, 2011 at 9:59 PM, Dan Dan <dani.mani.99 at gmail.com> wrote:

> Hi,
>
> I am having trouble passing variables via the call files, here is my call
> file via the php:
>
>     fputs($oSocket, "Action: login\r\n");
>     fputs($oSocket, "Events: off\r\n");
>     fputs($oSocket, "Username: $strUser\r\n");
>     fputs($oSocket, "Secret: $strSecret\r\n\r\n");
>     fputs($oSocket, "Action: originate\r\n");
>     fputs($oSocket, "Channel: $strChannel\r\n");
>     fputs($oSocket, "WaitTime: $strWaitTime\r\n");
>     fputs($oSocket, "CallerId: $strCallerId\r\n");
>     fputs($oSocket, "Exten: 3001\r\n");
>     fputs($oSocket, "Context: $strContext\r\n");
>     fputs($oSocket, "Priority: $strPriority\r\n");
>     fputs($oSocket, "MaxRetries: $strMaxReTry\r\n");
>     fputs($oSocket, "RetryTime: $strRetryTime\r\n");
>     fputs($oSocket, "SetVar: DIAL1=$number1\r\n");
>     fputs($oSocket, "SetVar: DIAL2=$number2\r\n");
>     fputs($oSocket, "SetVar: AcceptParallel=$ap\r\n\r\n");
>     fputs($oSocket, "Action: Logoff\r\n\r\n");
>
> Here I am trying to set three variables but they do not seem to be passed
> on to the extensions for dialing .... Am I following the right syntax ?
>
> Thanks
> -dani
>
>
> --
> _____________________________________________________________________
> -- 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/20110213/44a02f28/attachment.htm>


More information about the asterisk-users mailing list