mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
google part 1000
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2330 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -326,6 +326,8 @@ static ldl_status parse_session_code(ldl_handle_t *handle, char *id, char *from,
|
||||
}
|
||||
tag = iks_next_tag(tag);
|
||||
}
|
||||
} else if (!strcasecmp(type, "transport-accept")) {
|
||||
signal = LDL_SIGNAL_TRANSPORT_ACCEPT;
|
||||
} else if (!strcasecmp(type, "transport-info")) {
|
||||
char *tid = iks_find_attrib(xml, "id");
|
||||
signal = LDL_SIGNAL_CANDIDATES;
|
||||
|
@@ -123,7 +123,8 @@ typedef enum {
|
||||
LDL_SIGNAL_ERROR,
|
||||
LDL_SIGNAL_LOGIN_SUCCESS,
|
||||
LDL_SIGNAL_LOGIN_FAILURE,
|
||||
LDL_SIGNAL_CONNECTED
|
||||
LDL_SIGNAL_CONNECTED,
|
||||
LDL_SIGNAL_TRANSPORT_ACCEPT
|
||||
} ldl_signal_t;
|
||||
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user