Hi, i want to change request type in openser how i can do this??
i want to change REFER method to INFO
i can identified by this
is_method("REFER")
but how i can change it
Thanks & Regards, Amit
El Thursday 24 April 2008 07:08:37 Amit Vijayvargiya escribió:
Hi, i want to change request type in openser how i can do this??
i want to change REFER method to INFO
i can identified by this
is_method("REFER") but how i can change it
That's not possible, you should also change method appearing in CSeq header and so but... why do you need to change a request method??? In case you need then you must use a B2BUA and not a SIP proxy (a proxy modifies request/responses and forward them, but converting a REFER to INFO is not modify a request, but destroy it.