Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_esf/
H A Dmod_esf.c139 unsigned char polycom_buf[1024] = { 0 }; in SWITCH_STANDARD_APP() local
142 polycom_packet_t *polycom_packet = (polycom_packet_t *) polycom_buf; in SWITCH_STANDARD_APP()
143 polycom_alert_packet_t *alert_packet = (polycom_alert_packet_t *) polycom_buf; in SWITCH_STANDARD_APP()
504 switch_socket_sendto(socket, polycom_addr, 0, (void *) polycom_buf, &bytes); in SWITCH_STANDARD_APP()