Displaying 5 results from an estimated 5 matches for "channeldialplan".
2023 Jun 07
1
Listen to ARI events
...:1,"app_name":"","app_data":""},"creationtime":"2023-06-07T10:54:56.295-0300","language":"en"},"asterisk_id":"0c:c4:7a:ba:b3:5a","application":"test"}
<
{"type":"ChannelDialplan","timestamp":"2023-06-07T10:54:56.295-0300","dialplan_app":"AppDial2","dialplan_app_data":"(Outgoing
Line)","channel":{"id":"1686146096.1","name":"PJSIP/mytrunk_endpoint-00000000",&quo...
2023 Jun 08
0
Event showing who called who
...rs the bridge first, then extension 1 enters the bridge.
Can I safely (always) determine who initiated the call by who is the latest
endpoint to enter the bridge? Or is there a better way to know who
initiates the call?
I want to make this dialplan agnostic, so I don't want to listen for
ChannelDialplan events. I see a Dial event that holds caller and peer
information but that doesn't mean a bridge will be successful, so do I have
to start tracking the id's of each endpoint, track who 'dialed', and once a
bridge is entered try to related that data?
Looking ahead I wonder how...
2023 Jun 07
1
Listen to ARI events
...:1,"app_name":"","app_data":""},"creationtime":"2023-06-07T10:54:56.295-0300","language":"en"},"asterisk_id":"0c:c4:7a:ba:b3:5a","application":"test"}
< {"type":"ChannelDialplan","timestamp":"2023-06-07T10:54:56.295-0300","dialplan_app":"AppDial2","dialplan_app_data":"(Outgoing Line)","channel":{"id":"1686146096.1","name":"PJSIP/mytrunk_endpoint-00000000",&quo...
2023 Jun 07
1
Listen to ARI events
I’ve reread the documentation a few times, and what isn’t clear is whether I need an app=X parameter in the url. In other words, can I only get events for a single named statis app? Or can I get events for the entire Asterisk server?
The command below (without app= parameter) results in no events being shown, but no error either.
Thanks
Brian
(Ast newbie)
From: asterisk-users
2020 Aug 06
2
Is it possible to use Stasis to control both legs of a Local channel created using ARI?
...ChannelStateDesc: Ring
CallerIDNum: <unknown>
CallerIDName: <unknown>
ConnectedLineNum: <unknown>
ConnectedLineName: <unknown>
Language: en
AccountCode:
Context: mycontext
Exten: 1000
Priority: 1
Uniqueid: mycallerid.2
Linkedid: mycallerid.1
< {
"type": "ChannelDialplan",
"timestamp": "2020-08-06T11:37:50.531-0500",
"dialplan_app": "Stasis",
"dialplan_app_data": "hello-world2",
"channel": {
"id": "mycallerid.1",
"name": "Local/1000 at mycon...