Hello all,
First of all, I’m not very experienced with Asterisk… at all. We’ve just made a little setup where we can call with our devices through SIP, everything works fine.
But we want an implementation for SCAIP (social care alarm internet protocol), which basically is SIP + XML. We enabled the option that our alarm device is calling with SCAIP, but it doesn’t work.
It’s giving a 415 Unsupported Media Type error (Content-Type is application/scaip+xml). Now my question:
- Is there a way to add a new media type somewhere?
- Where do calls/messages get handled?
- At what point in the code does it decide to give this error?
If it’s possible I would like to be given some files/functions where I can find this stuff. I hope I made myself clear enough. Thanks in advance!