Chan.locate
From Yate Documentation
(Difference between revisions)
(Created page with " '''chan.locate''' is a message sent by a module to locate a channel === Parameters === '''id''' :::The id of the channel ====Return==== A module processing this message s...") |
|||
Line 10: | Line 10: | ||
A module processing this message should set the message's user data and return true if the channel exists. | A module processing this message should set the message's user data and return true if the channel exists. | ||
+ | |||
+ | |||
+ | '''See also''' | ||
+ | |||
+ | * [[chan.control]] |
Latest revision as of 12:27, 21 January 2013
chan.locate is a message sent by a module to locate a channel
[edit] Parameters
id
- The id of the channel
[edit] Return
A module processing this message should set the message's user data and return true if the channel exists.
See also