[asterisk-bugs] [Asterisk 0013993]: [patch] Ping action response packet doesn't contain ActionID
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Dec 18 15:43:13 CST 2008
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=13993
======================================================================
Reported By: mika
Assigned To: jpeeler
======================================================================
Project: Asterisk
Issue ID: 13993
Category: Core/ManagerInterface
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 159892
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2008-11-30 06:52 CST
Last Modified: 2008-12-18 15:43 CST
======================================================================
Summary: [patch] Ping action response packet doesn't contain
ActionID
Description:
When I call asterisk manager interface with ping packet like this
Action: Ping
ActionID: 2
AMI will send back packet like this
Response: Success
Ping: Pong
So ActionID field is missing from response packet. Response should look
like
Response: Success
ActionID: 2
Ping: Pong
======================================================================
----------------------------------------------------------------------
(0096674) svnbot (reporter) - 2008-12-18 15:43
http://bugs.digium.com/view.php?id=13993#c96674
----------------------------------------------------------------------
Repository: asterisk
Revision: 165798
U trunk/main/manager.c
------------------------------------------------------------------------
r165798 | jpeeler | 2008-12-18 15:43:13 -0600 (Thu, 18 Dec 2008) | 6 lines
(closes issue http://bugs.digium.com/view.php?id=13993)
Reported by: mika
Add ActionID response to ping if sent with request.
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=165798
Issue History
Date Modified Username Field Change
======================================================================
2008-12-18 15:43 svnbot Checkin
2008-12-18 15:43 svnbot Note Added: 0096674
2008-12-18 15:43 svnbot Status assigned => resolved
2008-12-18 15:43 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list