mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-10 03:31:06 +00:00
Add some documentation detailing an aspect of dialplan functions, as requested by Russell
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77838 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -33,6 +33,10 @@ Dialplan functions
|
||||
* MailboxExists converted to dialplan function
|
||||
* A new option to Dial() for telling IP phones not to count the call
|
||||
as "missed" when dial times out and cancels.
|
||||
* Added LOCK(), TRYLOCK(), and UNLOCK(), which provide a single level dialplan
|
||||
mutex. No deadlocks are possible, as LOCK() only allows a single lock to be
|
||||
held for any given channel. Also, locks are automatically freed when a
|
||||
channel is hung up.
|
||||
|
||||
CLI Changes
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user