Asterisk ice support

I am coming through this link

viewtopic.php?p=202031

I have installed and configure the asterisk successfully,
but when i am trying to make call from sipml5, no audio is there.

rtp debug only sending.

output of this command : rpm -qa | grep uuid && echo && ldd /usr/lib/asterisk/modules/res_rtp_asterisk.so && echo && ls -lha /lib/libuu* && cat /etc/issue

is

uuid-devel-1.6.2-26.el7.x86_64
libuuid-devel-2.23.2-21.el7.x86_64
libuuid-2.23.2-21.el7.x86_64
uuid-1.6.2-26.el7.x86_64

ldd: /usr/lib/asterisk/modules/res_rtp_asterisk.so: No such file or directory

Please help me to solve this issue

Check the path of the asterisk modules and try again the ldd

I have the same exact issue going on on a debian system.

The client says:

The asterisk shows me:

STUN Packet, msg Binding Response (0101), length: 12 Found STUN Attribute Mapped Address (0001), length 8 Ignoring STUN attribute Mapped Address (0001), length 8 Dunno what to do with STUN message 0101 (Binding Response)

icesupport option is enabled, as are encryption and dtlsenable options.
The certificates have been installed in the clients.

I’ve been struggling with this for 1 month now. Any hints would help.

Follows bellow the output of the suggested command. I’m running asterisk 11.18.0.

[code]debian@tcc0:/etc/asterisk$ dpkg -l | grep uuid && echo && ldd /usr/lib/asterisk/modules/res_rtp_asterisk.so && echo && ls -lha /usr/lib/libuu* && cat /etc/issue
ii libossp-uuid16:amd64 1.6.2-1.5+b1 amd64 OSSP uuid ISO-C and C++ - shared library
ii libuuid-perl 0.05-1+b1 amd64 Perl extension for using UUID interfaces as defined in e2fsprogs
ii libuuid1:amd64 2.26.2-6 amd64 Universally Unique ID library
ii uuid 1.6.2-1.5+b1 amd64 Universally Unique Identifier Command-Line Tool
ii uuid-dev:amd64 2.26.2-6 amd64 universally unique id library - headers and static libraries

linux-vdso.so.1 (0x00007fff823fe000)
libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007fe13b79b000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fe13b57e000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fe13b1d4000)
/lib64/ld-linux-x86-64.so.2 (0x00007fe13bbc2000)

lrwxrwxrwx 1 root root 10 Mai 3 2013 /usr/lib/libuu.so -> libuu.so.0
lrwxrwxrwx 1 root root 13 Mai 3 2013 /usr/lib/libuu.so.0 -> libuu.so.0.20
-rw-r–r-- 1 root root 130K Mai 3 2013 /usr/lib/libuu.so.0.20
Debian GNU/Linux jessie/sid \n \l[/code]

If I recall some debian users uses another repo for the uuid libraries in order to get the support in asterisk. Try to upgrade the libs and recompile asterisk.