Access to SIP headers in Stasis application

Hello. Is there any way for me to have access to SIP headers in messages via an application? I’m currently using the Node ARI wrapper.

Which SIP channel driver? In the case of PJSIP you can access PJSIP_HEADER using the get variable route. If that isn’t sufficient you’ll need to elaborate on what exactly you’re trying to do.

1 Like

I’m using the chan_sip driver.

I would like to get the value of every header defined in SIP_HEADERS().

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.