Chan.notify
From Yate Documentation
(Difference between revisions)
(Created page with "The '''chan.notify''' message is sent back to a channel driver when a specific event has occurred - usually an attached data source or consumer at end of data. This message i...") |
|||
Line 6: | Line 6: | ||
;targetid | ;targetid | ||
− | : | + | :::unique identifier originally provided as the "notify" parameter to the chan.attach message. Is not necessary the same thing as the channel targetid. |
+ | |||
+ | |||
+ | '''See also''' | ||
+ | |||
+ | * [[chan.record]] |
Latest revision as of 18:17, 18 January 2013
The chan.notify message is sent back to a channel driver when a specific event has occurred - usually an attached data source or consumer at end of data.
This message is usually asynchronously queued.
[edit] Mandatory parameters
- targetid
- unique identifier originally provided as the "notify" parameter to the chan.attach message. Is not necessary the same thing as the channel targetid.
See also