ladendirekt / pjsip4net

A wrapper library exposing the pjsip library to the .NET world in a OO-friendly way.
71 stars 42 forks source link

How can makecall with custom sip headers? #112

Closed modernstar closed 4 years ago

modernstar commented 4 years ago

Hi Is there any way to add custom headers with call the "makecall" method?

regards

siniypin commented 4 years ago

Hello,

unfortunately pjsip4net doesn't provide such features with its' high-level API as of the moment. However you can use a low level API wrapper that can be found in Interop library to manually dispatch pjsip calls with custom headers using P/Invoke wrapper functions.

Cheers