Chan.disconnected
From Yate Documentation
(Difference between revisions)
(Created page with " == chan.disconnected == The '''chan.disconnected''' is a message sent before '''chan.hangup''' and is the last chance for a module to attach something on the channel that wi...") |
|||
Line 1: | Line 1: | ||
− | + | The '''chan.disconnected''' is a message sent before '''[[chan.hangup]]''' and is the last chance for a module to attach something on the channel that will be hung up. | |
− | + | ||
− | The '''chan.disconnected''' is a message sent before '''chan.hangup''' and is the last chance for a module to attach something on the channel that will be hung up. | + | |
=== Parameters === | === Parameters === |
Revision as of 11:39, 18 January 2013
The chan.disconnected is a message sent before chan.hangup and is the last chance for a module to attach something on the channel that will be hung up.
Parameters
- id
- id of the channel which will be hung up
- reason
- reason for being hung up
- peerid
- the id of the old party (you can't rely on this since it may be already dead)
Note: Some modules like pbxassist can handle this message and reconnect the channel.