Pike or ratelimit modules may facilitate this; otherwise, no.

--
Alex Balashov - Principal
Evariste Systems LLC
1170 Peachtree Street
12th Floor, Suite 1200
Atlanta, GA 30309
Tel: +1-678-954-0670
Fax: +1-404-961-1892
Web: http://www.evaristesys.com/

On Oct 26, 2010, at 9:55 AM, "Nicolas Rüger" <nicolasrue...@gmx.de> wrote:

Hello,

is there a mechanism to provoke a DELAY for certain incoming INVITES before passing them to the callee???


Just the single message needs to be delayed as the caller might be suspicios. I do already have a list in database and can check the caller against the list.

I do need something in routing logic to delay the current message WITHOUT slowing down kamailio and kill performance.


something like in this pseudo_code:

route{

 if (is_method("INVITE") && !has_totag() ) {
   if (user_delaylist == TRUE){

        delay_message_for(30 sec.);

   }
 }
}



Any ideas and suggestions are appreciated!


Regards,

Nicolas

--
GRATIS! Movie-FLAT mit über 300 Videos.
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to