[asterisk-bugs] [Asterisk 0017377]: I can not make Hangup from manager & PHP...
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun May 23 09:49:38 CDT 2010
The following issue has been UPDATED.
======================================================================
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: closed
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:
Resolution: no change required
Fixed in Version:
======================================================================
Date Submitted: 2010-05-23 03:09 CDT
Last Modified: 2010-05-23 09:49 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 09:49 pabelanger Resolution open => no change
required
======================================================================
More information about the asterisk-bugs
mailing list