Re: Custom SIP Signalling from AppService
Hello Peter,
please find attached a very basic example for handling incoming SIP messages (TCP) on the JavaScript App Service.
The example can handle incoming SIP REGISTER messages (Request + Header, no SDP body), so it is possible to register a SIP phone.
Missing parts are:
- checking digest for authentication
- managing registrations
- sending NOTIFY requests
- multi-line header support
Best Regards
Andreas Fink innovaphone-jssipsignalingservice._zip
please find attached a very basic example for handling incoming SIP messages (TCP) on the JavaScript App Service.
The example can handle incoming SIP REGISTER messages (Request + Header, no SDP body), so it is possible to register a SIP phone.
Missing parts are:
- checking digest for authentication
- managing registrations
- sending NOTIFY requests
- multi-line header support
Best Regards
Andreas Fink innovaphone-jssipsignalingservice._zip