Re: [Sofia-sip-devel] Retry-After header problem

2008-02-25 Thread Pekka Pessi
2008/2/22, rajeev k <[EMAIL PROTECTED]>: > If there is a Retry-After header in an 500 Response, the stack automatically > make the call again. Can I switch of this feature. In my case, the > Retry-After time is one second ( Retry-After: 1 ). So this creates a loop. Unfortunately, there is no way t

[Sofia-sip-devel] Retry-After header problem

2008-02-22 Thread rajeev k
Hi, If there is a Retry-After header in an 500 Response, the stack automatically make the call again. Can I switch of this feature. In my case, the Retry-After time is one second ( Retry-After: 1 ). So this creates a loop. ( The stack version that I use is 1.12.7 ) Thanks ---