PJSIP Custom Registration Header (iOS)
- by Daniel Redington
I am attempting to setup SIP communication with an internal server (using the PJSIP library), however, this server requires a custom header field with a specified header value for the REGISTRATION call. For example's sake we'll call this required header "MyHeader".
From what I've found, the pjsua_acc_add() function will add an account and…