[asterisk-bugs] [Asterisk 0017377]: I can not make Hangup from manager & PHP...
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun May 23 03:09:22 CDT 2010
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=17377
======================================================================
Reported By: qazaq
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17377
Category: Applications/app_meetme
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: Older 1.4 - please test a newer version
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-05-23 03:09 CDT
Last Modified: 2010-05-23 03:09 CDT
======================================================================
Summary: I can not make Hangup from manager & PHP...
Description:
When I send to manager first attempt following command :
socket_write($manager, "Action: Hangup\r\nChannel:
".$arr['channel']."\r\n\r\n");
I recive:
[RESPONSE] => Error
[MESSAGE] => Missing action in request
But if I sent this command again, recive:
[RESPONSE] => Success
[MESSAGE] => Channel Hungup
i.e.
socket_write($manager, "Action: Hangup\r\nChannel:
".$arr['channel']."\r\n\r\n");
socket_write($manager, "Action: Hangup\r\nChannel:
".$arr['channel']."\r\n\r\n");
[RESPONSE] => Error
[MESSAGE] => Missing action in request
[RESPONSE] => Success
[MESSAGE] => Channel Hungup
I need HELP, Thanks
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-05-23 03:09 qazaq New Issue
2010-05-23 03:09 qazaq Asterisk Version => Older 1.4 - please
test a newer version
2010-05-23 03:09 qazaq Regression => No
2010-05-23 03:09 qazaq SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list