Hello!

Is the X-Info header received in the initial INVITE, or is it added by your script? In case it is received, it should be added if you set it in the custom_headers parameters. If you add it yourself in the script, it won't be added. Nevertheless, you can modify the INVITE generated by b2b in local_route - you can add your header there. Hope this helps!

Best regards,
Razvan

On 1/11/19 10:03 AM, Sasmita Panda wrote:
Hi All,

version: opensips 2.4.3 (x86_64/linux)

I am using siprec module with orex (3rd party software ) .
I wanted to send 1 customize header of main dialog to the dialog getting forwarded to recording server .

As I know , opensips acts as a b2b UA , and generate its own Invite for recording server in this case . Its only sending the default headers and wont send any information of the initial dialog .

I have a header X-Info . I wanted to pass this . I have tried the below thing .

loadmodule "b2b_entities.so"
loadmodule "b2b_logic.so"
modparam("b2b_logic", "custom_headers", "X-Info")

I have tried to send custom header through b2b_logic , but that wont work . It wont add the header . What should I do for this ?





*/ Thanks & Regards/*
/Sasmita Panda/
/Senior Network Testing and Software Engineer/
/3CLogic , ph:07827611765/

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


--
Răzvan Crainea
OpenSIPS Core Developer
  http://www.opensips-solutions.com
Meet the OpenSIPS team at the next OpenSIPS Summit:
  https://www.opensips.org/events

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to