Is it possible to use PJSIP only for SIP signaling and handle media separately? -


can guide me api can tell pjsip use own local ports (udp) used media? @ time of sdp negotiation, read can know active local sdp calling pjmedia_sdp_neg_get_active_local(), , active remote sdp calling pjmedia_sdp_neg_get_active_remote().

but outgoing call, need create custom sdp modifying local ports.

thus, there way tell pjsip not open ports media, , use custom ports created application?

you can it, should use pjsip core library , remove other libraries pjsip such pjmedia,codec,nath etc. need samething i.e pjsip sip messaging difficult( exp) still im not able separate correctly.


Comments

Popular posts from this blog

c# - Can I intercept a SOAP response in .NET before a content type binding mismatch ProtocolException? -

python - Terminate a gnome-terminal opened with subprocess -

c++ - convert unicodestring to string in xrad studio -