You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello sir,
I have used this library and its working great,make strong concept.But i have one question which is shown below
how to take channel data in asterisk cli terminal through Python-ARI?
is there any method to get channel data with out this method:
channel = client.channels.get(channelId=channel_id)
this works fine,display channel details on terminal but i want details on asterisk cli .
Is there any method for this??
please give replay as soon as possible.
The text was updated successfully, but these errors were encountered:
You mean, the equivalent of issuing the AMI command “core show channels concise”? The ARI GET /channels request seems to return a lot of this info, e.g. with a command like
rest GET /channels
(the rest command comes from my seaskirt_examples repo), I get output that looks like:
Hello sir,
I have used this library and its working great,make strong concept.But i have one question which is shown below
how to take channel data in asterisk cli terminal through Python-ARI?
is there any method to get channel data with out this method:
channel = client.channels.get(channelId=channel_id)
this works fine,display channel details on terminal but i want details on asterisk cli .
Is there any method for this??
please give replay as soon as possible.
The text was updated successfully, but these errors were encountered: