how to add custom header

KU
kumar uppu
Fri, Jun 12, 2020 2:38 PM

Hi All,
How to add custom header in pjsip source code, Where to add in

Can any please help me.

--
Kumar

Hi All, How to add custom header in pjsip source code, Where to add in Can any please help me. -- Kumar
M
mayamatakeshi
Fri, Jun 12, 2020 8:53 PM

On Fri, Jun 12, 2020 at 11:39 PM kumar uppu kumar94905@gmail.com wrote:

Hi All,
How to add custom header in pjsip source code, Where to add in

Can any please help me.

Hi,
I suppose you mean you want to add a header into a SIP msg you are going to
send.
There is a function for this:

https://www.pjsip.org/pjsip/docs/html/group__PJSIP__MSG__MSG.htm#ga69c63fba57389f08c95386c342bbe5a3

On Fri, Jun 12, 2020 at 11:39 PM kumar uppu <kumar94905@gmail.com> wrote: > Hi All, > How to add custom header in pjsip source code, Where to add in > > Can any please help me. > > Hi, I suppose you mean you want to add a header into a SIP msg you are going to send. There is a function for this: https://www.pjsip.org/pjsip/docs/html/group__PJSIP__MSG__MSG.htm#ga69c63fba57389f08c95386c342bbe5a3