[OpenSIPS-Users] Adding custom headers when sending REFER with t_new_request function

Tekin, Arda arda.tekin at afiniti.com
Wed Oct 9 16:46:02 EDT 2019


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:moh at 172.16.30.166", "1001 sip:1001 at 172.16.30.164", "1000 sip:1000 at 172.16.30.164", "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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20191009/16f94fa4/attachment.html>


More information about the Users mailing list