Hi Deon,
On 09/29/2010 12:20 PM, Deon Vermeulen wrote: > Now I get another error: > > Sep 29 13:12:59 [10174] ERROR:core:check_actions: script function > "sl_reply_error" (types=1) does not support route type (2) > Sep 29 13:12:59 [10174] ERROR:core:check_actions: route stack[0]=0 > Sep 29 13:12:59 [10174] ERROR:core:main: bad function call in config > file > > As the error messages show - you have called the "sl_reply_error" from a route type where it is not allowed to call this function. The "sl_reply_error" function can be called only from request route ( not from failure route as you called it). It is written also in the documentation: http://www.opensips.org/html/docs/modules/devel/sl.html#id227304. > I really apologize for keep asking for help the whole time, but I am > new to Programming and OpenSIPS, but very keen to learning. > > What programming skill would you recommend I start learning to make > this a bit easier for me? > > Maybe looking a bit at the C language syntax would help. Regards, -- Anca Vamanu www.voice-system.ro _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
