I have a PJSIP trunk set up which works fine for voice.I can call out and I receive calls from it once it registers.What isnt working though is receiving MESSAGE (i.e. SIP SIMPLE)events.It was working earlier today but I seem to have done something..
Author : Brian J.
I have a trunk set up for the DID from my provider:[my_provider]type=registration outbound_auth=my_provider server_uri=sip:sip.example.com client_uri=sip:my_username@sip.example.com retry_interval=60 [my_provider]type=auth auth_type=userpass password=123456username=my_usern..
This is going to be a bit of an odd situation, but perhaps might become more and more common (as mobile phone SIP clients utilize PUSH proxies instead of the battery draining direct registering with SIP servers).I have a SIP client which can be on ..
I want to be able to send SIP SIMPLE messages via/to my VOIP provider but in trying to do so with MessageSend() I am getting 401 errors back from them, unsurprisingly.They want such messages from me authenticated with my account just as they would ..