< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] DUM challenging ACKs


Hi,

DUM challenging ACKs, is any fix for this issue in latest lode?

- Currently I have added checks in ServerAuthManager::handle()

  //InfoLog( << "trying to do auth" );
   if (sipMsg.isRequest() && 
       sipMsg.header(h_RequestLine).method() != ACK && 
       sipMsg.header(h_RequestLine).method() != CANCEL)
   {
        //
   }
Is it ok...? or required more efforts?

- I am using reSIProcate.9.0-5019.

Thanks in advance.

Regards,
Parag Patel