How to handle REGISTER requests in pjsua2?

A
Alper
Wed, Aug 3, 2016 6:13 AM

I want connect to a Roip device in LAN.
My client recives REGISTER requests from Roip but cant handle it:

...
...
.Request msg REGISTER/cseq=8 (rdata026f0b34) from 192.168.1.101:5060 was
dropped/unhandled by any modules
...

How can i handle it in pjsua2?


This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

I want connect to a Roip device in LAN. My client recives REGISTER requests from Roip but cant handle it: ... ... .Request msg REGISTER/cseq=8 (rdata026f0b34) from 192.168.1.101:5060 was dropped/unhandled by any modules ... How can i handle it in pjsua2? --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
A
Alper
Sat, Aug 6, 2016 9:09 AM

hi,
I use pjsua2 and i need to handle some incoming requests such as REGISTER
request.

For example i handle incoming call requests by overriding
onIncomingCall() method in account class, i need such method to handle
incoming REGISTER requests.

How i can register a custom PJSIP module in my pjsua2 application?


This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

hi, I use pjsua2 and i need to handle some incoming requests such as REGISTER request. For example i handle incoming call requests by overriding onIncomingCall() method in account class, i need such method to handle incoming REGISTER requests. How i can register a custom PJSIP module in my pjsua2 application? --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus