I was trying for too long right now to have a complete call between to parties outside mi local network but they can start the call and nothing its heard. I think it’s because my network it’s behind a NAT but I’m already configure the “rtpproxy” to use my external IP not the one on my private network and still not working.
Kamailio and RTPPROXY are communicating through IP and port udp:127.0.0.1:7722
Local calls works fine but the problem its with one or both parties outside the local network. Register and keep location outside the networks works but don’t ear a sound and in the statics the is no packets travelling between them both.
Thanks you all.
i am test kamailio in location, in my lan . and if i use kamailio code that dont add myself code ,it is no problem,register,unregister,call ,and so on, it is ok. why addiing myself code cause that issue?
You need to mention your external IP address in rtpproxy functions, see here for more details,
http://kamailio.org/docs/modules/4.1.x/modules/rtpproxy.html#idp79896
Thank you.
On Fri, Dec 27, 2013 at 4:22 AM, Yurisbel Jimenez <yurisbeljimenez@gmail.com
wrote:
I was trying for too long right now to have a complete call between to parties outside mi local network but they can start the call and nothing its heard. I think it’s because my network it’s behind a NAT but I’m already configure the “rtpproxy” to use my external IP not the one on my private network and still not working.
Kamailio and RTPPROXY are communicating through IP and port udp: 127.0.0.1:7722
Local calls works fine but the problem its with one or both parties outside the local network. Register and keep location outside the networks works but don’t ear a sound and in the statics the is no packets travelling between them both.
Thanks you all.
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
thanks you to help me. but i dont know where to add rtpproxy ip . can you say detail ?
Thanks man That was a pretty fast response, i like the spirit of collaboration here. Very appreciate.
Sent from my Nexus 4
2013/12/27 文/kl elwin_chen@foxmail.com
thanks you to help me. but i dont know where to add rtpproxy ip . can you say detail ? _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Mr. Chen, i do not understand how you want me to explain in detail, i have already mentioned web link pointing to detailed documentation on setting external ip address in rtpproxy functions. If you have same problem as Jimenez then it should be solved easily if you have different problem, then write a separate email with detailed description of your problem to the mailing list, i will try to answer it.
Thank you.
On Fri, Dec 27, 2013 at 9:53 AM, 文/kl elwin_chen@foxmail.com wrote:
thanks you to help me. but i dont know where to add rtpproxy ip . can you say detail ? _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
hi,all.
I want to accomplish something like that: A kamailio server, and two clients (user agents) login to this server ( by registrar METHOD), and if possible, they tell each other the some params (for example, they connect to the server with 3G, wifi,etc.). Then, each of them can be awareness of the status of the opposite side.( online/offline, connected by 3G or Wifi) , even in case that one side was happened with network bankrupt. I faild after tried with module registrar,presence. Problems I faces were: 1, How to add one or more extra params to REGISTRAR call? or from the other words, Is it possible to tell the opposite end some customised information without a huge SIP-extended work ? 2, In case that one side was abort for some reason, how to notify the other side as quickly as possible? maybe the client can wait the notification after a presentity expired, but it bother the client to publish its status periodically.and also, in tcp module, I had set the params like tcp keep alive, but the client can not receive the notification even the physical connection was closed.
Could some buddies kindly advice me something or hint some clue? All will be very much appreciated.
B.R.
Rixin.liu