mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
blinking lights for xmas presence(3rd time's a charm)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6855 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1160,10 +1160,10 @@ void sofia_event_callback(nua_event_t event,
|
||||
|
||||
if (!switch_channel_test_flag(channel, CF_EARLY_MEDIA) && !switch_channel_test_flag(channel, CF_ANSWERED) &&
|
||||
!switch_channel_test_flag(channel, CF_RING_READY)) {
|
||||
const char *to_user = switch_str_nil(sip->sip_to->a_url->url_user);
|
||||
const char *to_host = switch_str_nil(sip->sip_to->a_url->url_host);
|
||||
const char *from_user = switch_str_nil(sip->sip_from->a_url->url_user);
|
||||
const char *from_user = switch_str_nil(sip->sip_to->a_url->url_user);
|
||||
const char *from_host = switch_str_nil(sip->sip_from->a_url->url_host);
|
||||
const char *to_user = switch_str_nil(sip->sip_from->a_url->url_user);
|
||||
const char *to_host = switch_str_nil(sip->sip_from->a_url->url_host);
|
||||
const char *contact_user = switch_str_nil(sip->sip_contact->m_url->url_user);
|
||||
const char *contact_host = switch_str_nil(sip->sip_contact->m_url->url_host);
|
||||
const char *user_agent = switch_str_nil(sip->sip_user_agent->g_string);
|
||||
|
||||
Reference in New Issue
Block a user