Home
last modified time | relevance | path

Searched refs:dparg (Results 1 – 3 of 3) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_state_machine.c266 char *dparg = NULL; in switch_core_standard_on_routing() local
269 if ((dparg = strchr(dpname, ':'))) { in switch_core_standard_on_routing()
270 *dparg++ = '\0'; in switch_core_standard_on_routing()
282 extension = dialplan_interface->hunt_function(session, dparg, NULL); in switch_core_standard_on_routing()
H A Dswitch_core_session.c2975 char *dparg = NULL;
2978 if ((dparg = strchr(dpname, ':'))) {
2979 *dparg++ = '\0';
2991 extension = dialplan_interface->hunt_function(session, dparg, new_profile);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dskinny_server.c237 char *dparg = NULL; in skinny_session_dest_match_pattern() local
240 if ((dparg = strchr(dpname, ':'))) { in skinny_session_dest_match_pattern()
241 *dparg++ = '\0'; in skinny_session_dest_match_pattern()
250 extension = dialplan_interface->hunt_function(session, dparg, NULL); in skinny_session_dest_match_pattern()