Chan.disconnected
From Yate Documentation
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.
See also