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

This commit is contained in:
Anthony Minessale
2013-11-22 04:52:11 +05:00
parent 3fe701d241
commit c07a6b6b9e
4 changed files with 360 additions and 49 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);
/** @} */