Massimo Messore

Results 11 comments of Massimo Messore

Yes, it does but you need some method to exchange the full SIP uri (including the binding port) between the peers. Once you get that, you can just call the...

Hi. Yes. Because of the connection-oriented nature of SIP, the current android-ngn-stack architecture relies on the idea that the Engine and the NativeService need to run in background indefinitely to...

Hi, You can find a full example of how you can place outgoing calls here: https://github.com/DoubangoTelecom/imsdroid/blob/d1044c708300691fa398f6e44e7d80850ce95f7b/imsdroid/src/org/doubango/imsdroid/Screens/ScreenAV.java#L572 To accept incoming calls, once you retrieve the NgnAVSession you can just use the...

Hi. I always used p2p among peers on the same LAN and it works fine but when you need to deal with NAT traversal things can become more tricky. In...

Hi. Please also check if you enabled STUN for the MediaSessionMgr. https://github.com/DoubangoTelecom/imsdroid/blob/master/android-ngn-stack/src/org/doubango/ngn/NgnEngine.java#L234 Regards Massimo

Hi. I just tried with an imsdroid-based android app and it works: I see my public IP address into the contact (87.14.x.y). ![Contact Stun](https://user-images.githubusercontent.com/14010440/85023033-770ec200-b174-11ea-93d7-af1c63810ff8.JPG) What I've done was just setting...

I see you're using TCP as transport protocol. Maybe I'm wrong, but I remember I saw a comment somewhere in the code saying STUN is only supported when using UDP....

> > > @MassimoMessore do you have any thoughts on this ? Hi, it's hard to say without seeing any log or wireshark trace. Could be a packet fragmentation issue,...

Hi Basheer, You can add/remove SIP headers or 3GPP caps with methods included in [NgnSipSession.java](https://github.com/DoubangoTelecom/imsdroid/blob/master/android-ngn-stack/src/org/doubango/ngn/sip/NgnSipSession.java). You can also try to remove unwanted/unused codecs (to reduce the SDP) using `SipStack::setCodecs`. Regards....

Try to change the --with-pic option into --without-pic in android_build.sh. Regards Massimo Inviato da smartphone Samsung Galaxy. -------- Messaggio originale -------- Da: Pauldic [email protected] Data: 29/08/16 12:22 (GMT+01:00) A: DoubangoTelecom/imsdroid...