Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Dmod_rayo.c4164 int clients_to_offer_count = 0; in SWITCH_STANDARD_APP() local
4180clients_to_offer_count = switch_separate_string(data_dup, ',', clients_to_offer, sizeof(clients_to… in SWITCH_STANDARD_APP()
4201 if (should_offer_to_client(rclient, clients_to_offer, clients_to_offer_count)) { in SWITCH_STANDARD_APP()