[asterisk-bugs] [JIRA] (ASTERISK-26024) 13.8 Ami response to channel status action is incomplete

George Joseph (JIRA) noreply at issues.asterisk.org
Mon May 16 07:57:56 CDT 2016


George Joseph created ASTERISK-26024:
----------------------------------------

             Summary: 13.8 Ami response to channel status action is incomplete
                 Key: ASTERISK-26024
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26024
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/Channels
    Affects Versions: 13.8.0-rc1
            Reporter: George Joseph


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 at 8000)->(slin at 8000)->(g722 at 16000)', u'PJSIP/1603-00000001': u''}
read_trans =
{u'PJSIP/1601-00000000': u'(g722 at 16000)->(slin at 8000)->(ulaw at 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 at 16000)->(slin at 8000)->(ulaw at 8000)'}
read_trans =
{u'PJSIP/1601-00000000': u'', u'PJSIP/1603-00000001': u''}




--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list