I have successfully implement the jain-sip application on android and I have Sip-Servlet application deployed on mobicent-server.
I have mobicent-jbossas7 server running on port 127.0.0.1:5080
(Sip-UDP).
I have created SipStack on port 5060
and
I have Outbound proxy set to 10.0.2.2:5070
My problem is packets are not sending to mobicent-server from android emulator. I have implement redir
command like this
`>telnet localhost 5554`
`>redir add udp:5070:5080 OK`
I get following wireshark captured packets giving me ICMP Port Unreachable Error Message
Additional: I have tried redir add udp:5080:5070
I received following output
How I setup application to connect to server for sending request and receiving response from sip-servlet? Please Help me