Re: [Asterisk-Users] call a peer over the asterisk manager with a php script

2005-04-29 Thread Guy Boehm
wau thank you it works!! but, first it says that e loop is detected, and secondary what must I do to hand over the new workingchannel to my x-lite to use it??? DENGENSDana Olson [EMAIL PROTECTED] wrote: On 4/27/05, Guy Boehm <[EMAIL PROTECTED]>wrote: Hello, I want to call a peer over the

Re: [Asterisk-Users] call a peer over the asterisk manager with a php script

2005-04-29 Thread Guy Boehm
wau thank you it works!! but, first it says that e loop is detected, and secondary what must I do to hand over the new workingchannel to my x-lite to use it??? DENGENSRichard Lyman [EMAIL PROTECTED] wrote: Guy Boehm wrote: fputs($socket, "Channel: 6159bfb47b9\r\n\r\n");Response:

Re: [Asterisk-Users] call a peer over the asterisk manager with a php script

2005-04-29 Thread Richard Lyman
Guy Boehm wrote: wau thank you it works!! but, first it says that e loop is detected, and secondary what must I do to hand over the new working channel to my x-lite to use it??? DENGENS Richard Lyman [EMAIL PROTECTED] wrote: Guy Boehm wrote: fputs($socket, Channel:

[Asterisk-Users] call a peer over the asterisk manager with a php script

2005-04-27 Thread Guy Boehm
Hello, I want to call a peer over the Asterisk Manager with this php-script: htmlbodyPRE?$socket = fsockopen("192.168.204.44","5038", $errno, $errstr, $timeout);fputs($socket, "Action: Login\r\n");fputs($socket, "UserName: test\r\n");fputs($socket, "Secret: test\r\n\r\n");//fputs($socket,

Re: [Asterisk-Users] call a peer over the asterisk manager with a php script

2005-04-27 Thread Richard Lyman
Guy Boehm wrote: fputs($socket, Channel: 6159bfb47b9\r\n\r\n); Response: Error Message: Invalid channel the Channel: var needs to be in the form of type/dev/numbertocall like Channel: IAX2/user:[EMAIL PROTECTED]/14085551212 ___ Asterisk-Users

Re: [Asterisk-Users] call a peer over the asterisk manager with a php script

2005-04-27 Thread Dana Olson
On 4/27/05, Guy Boehm [EMAIL PROTECTED] wrote: Hello, I want to call a peer over the Asterisk Manager with this php-script: html body PRE ? $socket = fsockopen(192.168.204.44,5038, $errno, $errstr, $timeout); fputs($socket, Action: Login\r\n); fputs($socket, UserName: