We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea12edb + b6e5d01 commit 5378fd0Copy full SHA for 5378fd0
action.c
@@ -663,13 +663,13 @@ int do_action(struct action* a, struct sip_msg* msg)
663
ret=E_BUG;
664
break;
665
}
666
- script_trace("route", sroutes->request[i].name,
667
- msg, a->file, a->line) ;
668
if ((i>=RT_NO)||(i<0)){
669
LM_BUG("invalid routing table number in route(%u)\n", i);
670
ret=E_CFG;
671
672
+ script_trace("route", sroutes->request[i].name,
+ msg, a->file, a->line) ;
673
/* check if the route has parameters */
674
if (a->elem[1].type != 0) {
675
if (a->elem[1].type != NUMBER_ST || a->elem[2].type != SCRIPTVAR_ST) {
0 commit comments