Home
last modified time | relevance | path

Searched refs:requested_call_uri_dup (Results 1 – 1 of 1) sorted by path

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Dmod_rayo.c2644 char *requested_call_uri_dup = switch_core_strdup(dtdata->pool, requested_call_uri); in rayo_dial_thread() local
2645 char *requested_call_uri_domain = strchr(requested_call_uri_dup, '@'); in rayo_dial_thread()
2664 if (zstr(requested_call_uri_dup)) { in rayo_dial_thread()
2670 if (!strncasecmp("xmpp:", requested_call_uri_dup, 5)) { in rayo_dial_thread()
2671 requested_call_uri_dup += 5; in rayo_dial_thread()
2672 if (zstr(requested_call_uri_dup)) { in rayo_dial_thread()
2679 uuid = requested_call_uri_dup; in rayo_dial_thread()