Strip Allow Methods
Hi I am wondering if there is a way (non HMR rule) to drop Allow<> methods. For example: If I am recieving the INVITE with following allowed methods:
Allow: INVITE, CANCEL, BYE, ACK, PRACK, SUBSCRIBE, NOTIFY, REFER, OPTIONS, INFO, PUBLISH
I want this to be like this when sent out:
Allow: INVITE, CANCEL, BYE, ACK, PRACK, OPTIONS
Basically strippring down the methods I don t want to send out?
Thanks
Sachin