mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 07:35:18 +00:00
(closes issue #6019)
Reported by: ssokol Patches: 20080304__bug6019.diff.txt uploaded by Corydon76 (license 14) Tested by: putnopvut git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@107231 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -839,6 +839,11 @@ int pbx_set_autofallthrough(int newval);
|
||||
the old linear-search algorithm. Returns previous value. */
|
||||
int pbx_set_extenpatternmatchnew(int newval);
|
||||
|
||||
/*! Set "overrideswitch" field. If set and of nonzero length, all contexts
|
||||
* will be tried directly through the named switch prior to any other
|
||||
* matching within that context. */
|
||||
void pbx_set_overrideswitch(const char *newval);
|
||||
|
||||
/*!
|
||||
* \note This function will handle locking the channel as needed.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user