One way audio

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
dahleh
Posts: 9
Joined: Sun Feb 18, 2007 7:45 pm

One way audio

Post by dahleh »

1. Brekeke Product Name and version:Version 2.1.6.6 Personal

2. Java version:Java 6 build 1.6.0_21

3. OS type and the version:Wndows XP

4. UA (phone), gateway or other hardware/software involved:

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :

6. Your problem:I am using SIP Server to forward calls to my Voip host, It was working for months now and now I get only one way audio, this is my dial plan
Matching Patterns:
1-$request=^INVITE
From=sip:(1.+)@000\.000\.000\.000\:
Deploy patterns:
$target=sip.voip.com
2- Matching Patterns
$request=^INVITE
Deploy patterns
$rtp=false
$continue=true

Any idea ?
Thanks
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

need to capture packets and check if the ip and port for rtp in the sdp from caller and callee are valid and reachable.
is your sip server relaying rtp?
what is the rtp setting at sip server/configuration/rtp?
does the call have one way sound when dial plan 1 or 2
if use dial plan 2, brekeke doesnot relay rtp, the audio problem is at caller and callee side
Harold
Posts: 289
Joined: Sun Sep 21, 2008 10:31 pm
Location: Japan

Post by Harold »

I recommend you set "$rtp=true" instead of "$rtp=false".
Post Reply