mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
add high and low priority event queues
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@674 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -65,7 +65,12 @@ extern "C" {
|
||||
!strcasecmp(expr, "true") ||\
|
||||
atoi(expr))) ? SWITCH_TRUE : SWITCH_FALSE
|
||||
|
||||
|
||||
/*!
|
||||
\brief Return a printable name of a switch_priority_t
|
||||
\param priority the priority to get the name of
|
||||
\return the printable form of the priority
|
||||
*/
|
||||
SWITCH_DECLARE(char *) switch_priority_name(switch_priority_t priority);
|
||||
|
||||
/*!
|
||||
\brief Return the RFC2833 character based on an event id
|
||||
|
||||
Reference in New Issue
Block a user