[Home]

Summary:ASTERISK-26024: 13.8 Ami response to channel status action is incomplete
Reporter:George Joseph (gjoseph)Labels:
Date Opened:2016-05-16 07:57:34Date Closed:2016-05-17 10:04:30
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/Channels
Versions:13.8.0-rc1 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:Getting incomplete event to this the ami action from 13.8 vs 13.1 and test program is failing
command - ami.send_action(
{"action": "status", "channel": chan}
)
Here is what is expected from event returned (13.1) -
write_trans =
{u'PJSIP/1601-00000000': u'(ulaw@8000)->(slin@8000)->(g722@16000)', u'PJSIP/1603-00000001': u''}
read_trans =
{u'PJSIP/1601-00000000': u'(g722@16000)->(slin@8000)->(ulaw@8000)', u'PJSIP/1603-00000001': u''}
Here is what is returned from 13.8 -
write_trans =
{u'PJSIP/1601-00000000': u'', u'PJSIP/1603-00000001': u'(g722@16000)->(slin@8000)->(ulaw@8000)'}
read_trans =
{u'PJSIP/1601-00000000': u'', u'PJSIP/1603-00000001': u''}
Comments: