1. Brekeke Product Name and version:1.5.3
2. Java version:
3. OS type and the version:windows XP
4. UA (phone), gateway or other hardware/software involved: Cisco 186
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html : Pattern 4
6. Your problem:
Hi, I want to configure ondo as rtp mapping as
Phone 104: 800511
Phone 204: 800512
Matching Pattern
$request=^INVITE
To=sip:(800.+)@
Deploy Pattern
$rtp=false
To=sip:%1@
Ringing Ok.
But when calle answered phone there is no voice each-side.
each users modem says "destination port unreachable"
BUT If "rtp=true" voice is ok. as If we carriying voice. But we dont want to do this.
Is it possible doing rtp mapping which users behind NAT?
==========================
Second question;
is it possible generating fake ringtone on OnDo?
Thanx
RTP Mapping Nat users
Moderator: Brekeke Support Team
-
- Posts: 528
- Joined: Tue Sep 20, 2005 9:10 am
- Location: Tannersville, Pennsylvania
Hi,
RTP and nat traversal are related meaning there is no nat traversal without RTP relay. There can't be since Brekeke would then not be involved in the RTP negotiation. If you want to not have rtp relay and still make things work you would need to try to set up STUN on the UA's or do port forwarding to the UA's.
Nick
RTP and nat traversal are related meaning there is no nat traversal without RTP relay. There can't be since Brekeke would then not be involved in the RTP negotiation. If you want to not have rtp relay and still make things work you would need to try to set up STUN on the UA's or do port forwarding to the UA's.
Nick
Hi Nick, Thanx for your prompt response.
as you said that;
If you want to not have rtp relay and still make things work you would need to try to set up STUN on the UA's or do port forwarding to the UA's.
is there any examples wich is configurable basicly on the internet which is you tried.
And also, I asqed another question.
Is it possible that generating fake ringtone on OnDo.
Thanx
as you said that;
If you want to not have rtp relay and still make things work you would need to try to set up STUN on the UA's or do port forwarding to the UA's.
is there any examples wich is configurable basicly on the internet which is you tried.
And also, I asqed another question.
Is it possible that generating fake ringtone on OnDo.
Thanx
-
- Posts: 528
- Joined: Tue Sep 20, 2005 9:10 am
- Location: Tannersville, Pennsylvania
I don't think you can fake a ring tone but I do recall Brekeke used to facke a ring tone in earlier versions but when they did I would hear someone answer the phone while the ring tone continued for a brief moment.
Port forwarding is dependent on your router so look at some web references that refer to port forwarding with your router. You want to forward the sip port usually 5060 udp and the rtp ports for example for a pap2 would be 16384-16482 udp.
Stun usually requires you to input the stun server address into the ua. Free world dialup has a stun server that they make available to the public.
Port forwarding is dependent on your router so look at some web references that refer to port forwarding with your router. You want to forward the sip port usually 5060 udp and the rtp ports for example for a pap2 would be 16384-16482 udp.
Stun usually requires you to input the stun server address into the ua. Free world dialup has a stun server that they make available to the public.
-
- Posts: 528
- Joined: Tue Sep 20, 2005 9:10 am
- Location: Tannersville, Pennsylvania