[reSIProcate-users] 405 Method Not Allowed
- From: Richard Stellingwerff <remenic@xxxxxxxxx>
- Date: Fri, 23 Oct 2009 20:04:06 +0200
Hi,
When my UAC (powered by reSIProcate) receives a message of method type 'MESSAGE' the UAC automatically responds with 405 Method Not Allowed.
In the master profile I have enabled both the method as well as the mime type, like this:
profile->addSupportedMimeType(resip::MESSAGE, resip::Mime("application", "ivocs-alarm+xml"))
profile->addSupportedMethod(resip::MESSAGE);
Every other method so far has worked just fine.. Anyone have any idea what I might be missing?
Kind regards,
Richard Stellingwerff.