[asterisk-bugs] [JIRA] (ASTERISK-26024) 13.8 Ami response to channel status action is incomplete
Joshua Colp (JIRA)
noreply at issues.asterisk.org
Tue May 17 10:04:56 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua Colp closed ASTERISK-26024.
----------------------------------
Resolution: Not A Bug
> 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