[OpenSIPS-Users] problem with config file on opensips 1.10
    johan de clercq 
    johan at democon.be
       
    Mon Oct 24 12:21:02 CEST 2016
    
    
  
Hello Bogdan and users, 
 
I did the following : 
 
Route[0] is now called route[processing] and 
 
Route{} is changed to 
 
Route{
               Route(processing);
}
 
So, now it starts.
 
Thanks for the help. 
 
From: Bogdan-Andrei Iancu [mailto:bogdan at opensips.org] 
Sent: Monday, October 24, 2016 12:03 PM
To: OpenSIPS users mailling list <users at lists.opensips.org>; johan de clercq
<johan at democon.be>
Subject: Re: [OpenSIPS-Users] problem with config file on opensips 1.10
 
Hi Johan,
as routes have names , there is no route with "0" named (probably,
internally, the "0" route gets id 4). Better use a new route[processing] to
be used both from main route (roure{}) and from places where you want to
re-route.
Regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com
On 24.10.2016 12:53, johan de clercq wrote:
Good morning, 
 
When I start opensips with the attached config file : I have the following
error 
 
Oct 24 11:28:55 [29804] ERROR:core:fix_actions: called route 4 is not
defined
Oct 24 11:28:55 [29804] ERROR:core:fix_actions: fixing failed (code=-6) at
cfg line 125
Oct 24 11:28:55 [29804] ERROR:core:main: failed to fix configuration with
err code -6
 
The problem is that I have nowhere a route 4 defined .. 
 
I do however manipulations on headers and I think I need to reroute then
through route(0)
 
  if(is_method("REFER"))
  {
        #x contains the value of the Refer-To header==$rt
        $var(x)=$rt;
        #remove the Refer-To header
        remove_hf("Refer-To");
        #manipulate x : extract part before ; and add >
$var(x)=$(var(x){s.select,0,;});#{s.fill.right,>,1});
$var(x)=$var(x) + ">"; 
        append_hf("Refer-To:$var(x)");
        #re route through route[0]
        route(0);       
  }
 
Can it be that the problem is route(0); ?   
 
 
Please find config below, do you have an idea what is happening ? Secondly,
I also  attached the b2bua scenario.  If route(0) does not work, then how do
I need to change the refer-to header before the bridge action is done ? 
 
BR, Johan. 
 
 
 
_______________________________________________
Users mailing list
Users at lists.opensips.org <mailto:Users at lists.opensips.org> 
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20161024/458b6753/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: opensips_problem.cfg
Type: application/octet-stream
Size: 3112 bytes
Desc: not available
URL: <http://lists.opensips.org/pipermail/users/attachments/20161024/458b6753/attachment-0001.obj>
    
    
More information about the Users
mailing list