[Kamailio-Users] sl README does not know send_reply()

Juha Heinanen jh at tutpro.com
Wed Mar 11 08:33:07 CET 2009


Daniel-Constantin Mierla writes:

 > Now there is no t_reply_error() that can be used, but can be added in 
 > the future.

daniel,

should there be, because how else i can report correctly t_relay()
error:

   if (!t_relay()) {
       if (!t_check_trans()) {
           sl_reply_error();
       } else {
           ******* what to put here?
       };
   };

-- juha




More information about the sr-users mailing list