[OpenSIPS-Users] opensips and asterisk retransmits

troxlinux xserverlinux at gmail.com
Wed Apr 29 03:05:21 CEST 2009


2009/4/28 Bogdan-Andrei Iancu <bogdan at voice-system.ro>:
> It seams you have an ACK routing problem. The caller (.30:5064) correctly
> sends ACK with:
>       ACK sip:*981 at 192.168.10.3:5070 SIP/2.0
>       Route: <sip:192.168.10.3;lr=on;ftag=d7f613072c3769a3>
>
> but opensips (.3:5060),sends it out as:
>      ACK sip:192.168.10.3;lr=on;ftag=d7f613072c3769a3 SIP/2.0
>
> this means that OSIPS tinks that 192.168.10.3:5070 (RURI of received ACK) is
> a  local IP (either alias in cfg, either domain in domains module) and does
> strict routing....
>
> So, do you have the :5070 set as alias or domain in your opensips setup?
>

Hi Bogdan , I don't have any alias en mi opensips.cfg , the only thing
that I have is that when they make calls to the pstn they leave to
that ip port

route[4] {
        rewritehostport("192.168.10.3:5070");
        route(1);
}

###  example my routes ###




append_hf("P-hint: inbound->inbound \r\n");
        if (uri=~"^sip:9[0-9]*@") {
        if (is_user_in("credentials", "local")){
        route(4);
        exit;


regards , and many thanks for you help ...


-- 
rickygm

http://gnuforever.homelinux.com



More information about the Users mailing list