|
@@ -745,7 +745,7 @@ again:
|
|
}
|
|
}
|
|
|
|
|
|
if (rt_info->route_idx>0 && rt_info->route_idx<RT_NO) {
|
|
if (rt_info->route_idx>0 && rt_info->route_idx<RT_NO) {
|
|
- ret = run_top_route( rlist[rt_info->route_idx], msg );
|
|
|
|
|
|
+ ret = run_top_route(main_rt.rlist[rt_info->route_idx], msg );
|
|
if (ret<1) {
|
|
if (ret<1) {
|
|
/* drop the action */
|
|
/* drop the action */
|
|
LM_DBG("script route %d drops routing "
|
|
LM_DBG("script route %d drops routing "
|