mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
completely untested redirect support, need to try this from a machine that can take sip calls.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3942 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -302,6 +302,7 @@ typedef enum {
|
||||
SWITCH_MESSAGE_INDICATE_NOMEDIA - indicate no-media is required
|
||||
SWITCH_MESSAGE_INDICATE_HOLD - indicate hold
|
||||
SWITCH_MESSAGE_INDICATE_UNHOLD - indicate unhold
|
||||
SWITCH_MESSAGE_INDICATE_REDIRECT - indicate redirect
|
||||
</pre>
|
||||
*/
|
||||
typedef enum {
|
||||
@@ -316,6 +317,7 @@ typedef enum {
|
||||
SWITCH_MESSAGE_INDICATE_NOMEDIA,
|
||||
SWITCH_MESSAGE_INDICATE_HOLD,
|
||||
SWITCH_MESSAGE_INDICATE_UNHOLD,
|
||||
SWITCH_MESSAGE_INDICATE_REDIRECT
|
||||
} switch_core_session_message_types_t;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user