--- ./res/res_rtp_asterisk.c.orig 2014-10-28 16:26:42.376048494 +0100 +++ ./res/res_rtp_asterisk.c 2014-10-28 16:26:57.543073024 +0100 @@ -2237,7 +2237,7 @@ static void rtp_add_candidates_to_ice(struct ast_rtp_instance *instance, struct ast_rtp *rtp, struct ast_sockaddr *addr, int port, int component, int transport) { - pj_sockaddr address[16]; + pj_sockaddr address[64]; unsigned int count = PJ_ARRAY_SIZE(address), pos = 0; /* Add all the local interface IP addresses */