[Home]

Summary:ASTERISK-23993: After creating a channel using ari.post, ari.get returns nothing in the form of {}
Reporter:Tyler Cambron (tcambron)Labels:
Date Opened:2014-07-03 14:39:15Date Closed:2014-07-07 08:59:08
Priority:MinorRegression?
Status:Closed/CompleteComponents:
Versions:SVN Frequency of
Occurrence
Constant
Related
Issues:
Environment:Ubuntu 14.04 64-bitAttachments:( 0) messages.txt
Description:After trying to write a test using the ari.post('channels') and ari.get('channels') features, I ran into a problem where after a 'post' was used to create a channel and then 'get' was called to verify the information in that channel, but every time, 'get' would return only {}. There were two posts generated, one automatically and one by me. Both were generated before the get was called. The strange thing is that I was able to create a channel outside of the test and use my browser to find the information on that channel. I will attach my log file in hopes that it will clarify the situation.
Comments: