[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:37 CDT 2010


The following issue has been CLOSED 
====================================================================== 
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:                 open
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
====================================================================== 

---------------------------------------------------------------------- 
 (0122285) pabelanger (manager) - 2010-05-23 09:49
 https://issues.asterisk.org/view.php?id=17377#c122285 
---------------------------------------------------------------------- 
This tracker is not for support requests (see below).
---
Thanks for your comments. This does not appear to be a bug report and we
are closing it. We appreciate the difficulties you are facing, but it would
make more sense to raise your question in the support tracker,
http://www.asterisk.org/support 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-05-23 09:49 pabelanger     Note Added: 0122285                          
2010-05-23 09:49 pabelanger     Status                   new => closed       
======================================================================




More information about the asterisk-bugs mailing list