Hello,
I am trying to initiate and send a REFER message from OpenSIPS after call hold
signaling completed.
t_new_request function of tm module allows to send this message immediately,
this is how I used the function,
t_new_request("REFER", "sip:[email protected]", "1001 sip:[email protected]",
"1000 sip:[email protected]", "text/plain Hello Alice!");
but I need to add some extra headers into this message before sending it. As
far as I understand the last parameter (ctx) of function is used for that
purpose. Could you please explain how I can use last parameter in order to add
multiple headers into message.
Thank you
Arda
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users