this question is about the HTTPRequest .
in use to request for an action on a PBX (http based)
besides the GET and POST methods, it requires a DELETE method.
I have never heard of it; here is the description:
/apis/pbx/call/<unique_id> – hangup a call
The request URI is the one returned in the Location header of the originate request or
constructed from the unique_id returned in the originate request or in a call event.
· Request method: DELETE
· Parameters: none
When the action is performed '200' response is returned with the following properties:
· status: success when hangup succeed
Ok, the question is; are there custom methods available with HTTPRequest, and if how?
Of course i ve tried to change the GET into DELETE, but no go.
I know its a strange question, because i can not find anywhere what the difference would be.
By the way; the GET and POST requests are working ok with this PBX , only if i knew how to terminate a call...

thanks in advance
kind regards
Djek