Call.drop
From Yate Documentation
(Difference between revisions)
(Created page with "call.drop This documentation has been extracted from the source of ''Yate-0.9-CVS'' and as such it might not be accurate -- technically or semantically. The '''call.drop''' ...") |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
This documentation has been extracted from the source of ''Yate-0.9-CVS'' and as such it might not be accurate -- technically or semantically. | This documentation has been extracted from the source of ''Yate-0.9-CVS'' and as such it might not be accurate -- technically or semantically. | ||
Line 7: | Line 6: | ||
The message seems to have been designed for synchronous processing. | The message seems to have been designed for synchronous processing. | ||
− | queues | + | ===queues=== |
The first call in a queue is dropped by sending the queue_name as id. If you want to drop a specific call send queue_name/$id - for example "myqueue/sip/1". | The first call in a queue is dropped by sending the queue_name as id. If you want to drop a specific call send queue_name/$id - for example "myqueue/sip/1". | ||
− | cdrbuild | + | ===cdrbuild=== |
A call can be dropped by the cdrbuilder without actually dropping the call, by prepending cdrbuild/ - for example "cdrbuild/sip/1" | A call can be dropped by the cdrbuilder without actually dropping the call, by prepending cdrbuild/ - for example "cdrbuild/sip/1" | ||
Line 25: | Line 24: | ||
'''reason''' | '''reason''' | ||
:::reason for dropping the call | :::reason for dropping the call | ||
+ | |||
+ | |||
+ | '''See also''' | ||
+ | |||
+ | *[[call.execute]] |
Latest revision as of 12:38, 21 January 2013
This documentation has been extracted from the source of Yate-0.9-CVS and as such it might not be accurate -- technically or semantically.
The call.drop message seems to be emitted by a controlling module (such as rmanager) towards a channel-providing module.
The message seems to have been designed for synchronous processing.
Contents |
[edit] queues
The first call in a queue is dropped by sending the queue_name as id. If you want to drop a specific call send queue_name/$id - for example "myqueue/sip/1".
[edit] cdrbuild
A call can be dropped by the cdrbuilder without actually dropping the call, by prepending cdrbuild/ - for example "cdrbuild/sip/1"
[edit] Message parameters
id
- module-specific id of call to drop - for example "sip/123"
It can also be empty to drop all live channels.
[edit] Optional parameters
reason
- reason for dropping the call
See also