mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
Add new AMI and ARI events for connected line changes on a channel.
The AMI event is called NewConnectedLine and the ARI event is called ChannelConnectedLine. ASTERISK-24554 #close Reported by Matt Jordan Review: https://reviewboard.asterisk.org/r/4231 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@429064 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -165,7 +165,8 @@
|
||||
"Dial",
|
||||
"StasisEnd",
|
||||
"StasisStart",
|
||||
"TextMessageReceived"
|
||||
"TextMessageReceived",
|
||||
"ChannelConnectedLine"
|
||||
]
|
||||
},
|
||||
"DeviceStateChanged": {
|
||||
@@ -712,6 +713,17 @@
|
||||
"type": "Endpoint"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ChannelConnectedLine": {
|
||||
"id": "ChannelConnectedLine",
|
||||
"description": "Channel changed Connected Line.",
|
||||
"properties": {
|
||||
"channel": {
|
||||
"required": true,
|
||||
"type": "Channel",
|
||||
"description": "The channel whose connected line has changed."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user