mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
get dingaling to work with new google stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10550 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -2896,7 +2896,7 @@ static ldl_status handle_signalling(ldl_handle_t *handle, ldl_session_t *dlsessi
|
||||
|
||||
if (!switch_test_flag(tech_pvt, TFLAG_OUTBOUND)) {
|
||||
switch_set_flag_locked(tech_pvt, TFLAG_TRANSPORT_ACCEPT);
|
||||
ldl_session_accept_candidate(dlsession, &candidates[choice]);
|
||||
//ldl_session_accept_candidate(dlsession, &candidates[choice]);
|
||||
}
|
||||
|
||||
if (!strcasecmp(subject, "candidates")) {
|
||||
|
||||
Reference in New Issue
Block a user