At 02:12 PM 8/22/2003, Jan Janak wrote:
On 21-08 21:40, Jiri Kuthan wrote:
Depends on
script, but sometimes could be usefull to test CANCEL and ACK
too (method=="INVITE" || method=="CANCEL" || method=="ACK").
Agreed, thanks.
Does it really make sense to do ENUM lookup for CANCEL and ACK ? ACK
is an in-dialog request and thus Request-URI will contain Contact of
the callee -- which will be not an ENUM number.
indeed, ACK does not matter.
In case of CANCEL, it makes sense only if the
Request-URI of the
CANCEL is used to match ENUM-rewritten Request-URI of the original
INVITE.
Which is only always.
-jiri