Google Code Exporter

Results 21406 comments of Google Code Exporter

``` I just got to know about a similar issue/thread - https://groups.google.com/forum/#!searchin/doubango/200$20OK$20Message/doubango/ 0SgoS-Olz_s/_JrF2c3yv-oJ. However, section 7 of SIP IM extension RFC 3428 says: "A UAS receiving a MESSAGE request SHOULD...

``` my sip phone and sipml5 call.htm is registered successfully but when i make a call this error i am getting [Apr 7 17:46:39] ERROR[28890][C-0000001a]: netsock2.c:269 ast_sockaddr_resolve: getaddrinfo("df7jal23ls0d.invalid", "(null)", ...):...

``` I got it to work. ``` Original comment by `[email protected]` on 18 Sep 2013 at 12:59

``` Any resolution? I have the same ``` Original comment by `[email protected]` on 21 Oct 2014 at 6:47

``` hello there! i am struggling with same issue for last 5 to 6 months. everything works fine on ADSL/WiFi, but no audio on 3G, have you found any solution...

``` this is now working on asterisk 11.16.0 version onwards... ``` Original comment by `[email protected]` on 7 Apr 2015 at 1:29

``` Hello Devasis, may I ask you how do you setup your sipml5 client or which webrtc client do you use? I used sipml5 client(http://sipml5.org/call.htm) and it successfully registered to...

``` So I did manage to eventually get everything working with a full IMS network including a media server, application server, etc. It however did require me to go in...

``` So you mean you modified/uncommented both sipml5 client and webrtc2sip gateway source code to get everything working with IMS network? Or you only changed and recompiled the webrtc2sip gw...

``` when you do this: 1. Configure & compile ffmpeg cd /usr/local/src git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg cd ffmpeg git checkout n1.2 ./configure --prefix=/usr --extra-cflags="-fPIC" --extra-ldflags="-lpthread" --enable-pic --enable-memalign-hack --enable-pthreads --enable-shared --disable-static...