add polycom support to multicast paging, broadcast all formats at once to support most every popular phone at once

Conflicts:
	src/mod/applications/mod_esf/mod_esf.c
This commit is contained in:
Anthony Minessale
2013-11-22 04:52:11 +05:00
parent eed2a7aa86
commit 69c947f9e8
4 changed files with 366 additions and 39 deletions
+1
View File
@@ -1304,6 +1304,7 @@ SWITCH_DECLARE(switch_status_t) switch_mcast_join(switch_socket_t *sock, switch_
SWITCH_DECLARE(switch_status_t) switch_mcast_hops(switch_socket_t *sock, uint8_t ttl);
SWITCH_DECLARE(switch_status_t) switch_mcast_loopback(switch_socket_t *sock, uint8_t opt);
SWITCH_DECLARE(switch_status_t) switch_mcast_interface(switch_socket_t *sock, switch_sockaddr_t *iface);
/** @} */