Now. when I use
seturi("sip:$tU@$(du{s.select,1,:})");
I see error at my log
ERROR: tm [t_lookup.c:1264]: new_t(): ERROR: new_t: uri invalid
ERROR: tm [t_lookup.c:1411]: t_newtran(): ERROR: t_newtran: new_t failed
ERROR: tm [t_lookup.c:1264]: new_t(): ERROR: new_t: uri invalid
ERROR: tm [t_lookup.c:1411]: t_newtran(): ERROR: t_newtran: new_t failed
ERROR: sl [sl_funcs.c:363]: sl_reply_error(): ERROR: sl_reply_error used:
Regretfully, we were not able to process the URI (479/SL)
ERROR: sl [sl_funcs.c:363]: sl_reply_error(): ERROR: sl_reply_error used:
Regretfully, we were not able to process the URI (479/SL)
As i see error generate twice maby because I ure t_on branch() route
2015-03-16 7:18 GMT+03:00 Yuriy Gorlichenko <ovoshlook(a)gmail.com>om>:
Hello. I try to call multi[ple endpoints from my
server using
append_branch. It works fine but when I have only one endpoint - kamailio
generate 2 INVITE requests to it.
As I understand it is original request and the next one is branch.
I used seturi() before for sending original reqest to destination, but I
can not see this function at kamailio 4.3.
Kamailio 4.3 uses send() dunnction? but it works at stateless mode. I need
analog of it or seturi that works at statefull mode.