< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate-users] Basic Repro Setup


Repro has zero interaction with the media plane - it routes SIP messages only.  You can examine the SDP offer/answer and see if you IP address are correct in order for P2P media work, however this is all controlled by your UA's / phones.

Scott

On Wed, Jun 17, 2015 at 3:10 PM, Bryan Nations <bnations@xxxxxxxxxxxxxxx> wrote:
Ok so I finally got the 2 soft phones to ring each other but there is no audio either way. Both softphones are on the same private network and behind NAT,  X-lite (101) and Zoiper (100). Repro is running is on Amazon Web Services Server, which is also behind a NAT.

What is the procedure to troubleshooting a no audio situation?

Here is the repro log:
http://pastebin.com/y6dDXiXV

Sorry Im new to Voip.

Thanks,
Bryan




On 6/16/2015 8:11 AM, Scott Godin wrote:
The route really are not required.  You need to remove the routes and figure out what's not working from there.  With the routes your are routing to REPRO.PUBLIC.IP.ADDRESS and since there is no port on that target, it will route to the default port of 5060 for which you are not running any transports - thus generating a 408 eventually.   

If you are getting 480 (temporarily unavailable) - it means the request URI of your INVITE doesn't match the exact URI (To header) that you registered with.  Likely the port is missing or doesn't match.  If you use the default UDP of 5060 then you can get away with the port being present or not.

A couple of other suggestions:
- I would avoid using port 5061 for UDP - this is the default TLS port.  Try first with using port 5060.  
- Use a real domain name and not IP and port for your AORs.  If you don't have control over a DNS server, then use the outbound proxy setting of your clients to specify the server IP and port, so DNS resolution on the domain name will not be required.

Scott

On Sun, Jun 14, 2015 at 5:39 PM, Bryan Nations <bnations@xxxxxxxxxxxxxxx> wrote:
Ok so I changed  DisableAuthInt = true and it solved that problem, now when I try to dial it just times out, I'm sure I'm missing something simple here, I also tried to call without any routes and it say service temporarily unavailable.

So I add the routes like this:
^sip:100@REPRO\.PUBLIC\.IP\.ADDRESS

sip:100@xxxxxxxxxxxxxxx.ADDRESS 0
^sip:101@REPRO\.PUBLIC\.IP\.ADDRESS

sip:101@xxxxxxxxxxxxxxx.ADDRESS

And when I try to call it just times out.

Here is the repro.log file:
http://pastebin.com/kSXcveyL

Here is the repro.config file:
http://pastebin.com/k9EEjVY6

Thanks again for the help,
Bryan


On 6/13/2015 8:59 PM, slgodin@xxxxxxxxx wrote:
Just read the old post - if you suspect this is the problem, you can disable auth-int authentication in repro config file.

Scott

Sent from my iPhone

On Jun 13, 2015, at 9:05 PM, Bryan Nations <bnations@xxxxxxxxxxxxxxx> wrote:

Hello all,
Im new to Resiprocate and am trying to set up a very simple scenario where I register 2 users via soft phone to repro (100, 101) respectively. The routes defined respectively. I am able to register both users but when I try to dial either 100 or 101 I get a 403 authentication failed message.

I see another member ran into the same problem here:
http://list.resiprocate.org/archive/repro-users/msg00370.html

But Im not sure if he ever resolved the issue.

Any help would be appreciated,
Thanks
_______________________________________________
resiprocate-users mailing list
resiprocate-users@xxxxxxxxxxxxxxx
List Archive: http://list.resiprocate.org/archive/resiprocate-users/