j
k
j a
j l
Sebastian Kühner wrote:
At the end of the PSTN-routing (route(3)) I make: if (!t_relay()) { sl_reply_error(); break; }; Isn't that enough?
At the end of the PSTN-routing (route(3)) I make:
if (!t_relay()) { sl_reply_error(); break; };
Isn't that enough?
This only breaks route[3]. You have to break again directly after calling route(3) in the main route.
Andy
Back to the thread
Back to the list