Re: [asterisk-users] Call Files, Variable passing

2011-02-13 Thread Neal O'Mara
Try Set instead of SetVar. On Sat, Feb 12, 2011 at 9:59 PM, Dan Dan dani.mani...@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);

[asterisk-users] Call Files, Variable passing

2011-02-12 Thread Dan Dan
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: