LOCK()
Synopsis
Attempt to obtain a named mutex.
Description
Attempts to grab a named lock exclusively, and prevents other channels from obtaining the same lock. LOCK will wait for the lock to become available. Returns 1
if the lock was obtained or 0
on error.
Syntax
LOCK(lockname)
Arguments
lockname
See Also
Import Version
This documentation was imported from Asterisk Version GIT-19-56f9c28a50