Hi,

Do you know where I can find the example kamailio.cfg file used in that presentation?

Thanks

Benjamin Fitzgerald
LETS Corporation
(925) 235-1154
ben@letscorp.us




*******Confidential Notice: 
This message is intended only for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this message in error, please delete this message from all computers and contact Orion Systems/LETS Corp immediately by return e-mail and/or telephone at (925) 566-5600

On Thu, Jul 30, 2015 at 3:19 PM, Seudin Kasumovic <seudin.kasumovic@gmail.com> wrote:
Helo,

try with tsilo module see excelent presentation here https://www.youtube.com/watch?v=4XIrR9bwUkM

Seudin

On Mon, Jul 27, 2015 at 10:39 AM, Dmytro Bogovych <dmytro.bogovych@gmail.com> wrote:
Greetings.
Sorry for previous false letter.

I want to check if user is registered before reply is routed to its
target user agent.

Imho it should be like this:

onreply_route[MANAGE_REPLY] {
  if ($rm=="INVITE") {
    if (registered("location", $ru)) {
      # Do job - pause for 15 seconds and give chance to reregister
    }
  }
}

But kamailio complains on registered function
 0(6274) ERROR: <core> [cfg.y:3295]: yyparse(): misused command registered
 0(6274) : <core> [cfg.y:3439]: yyerror_at(): parse error in config
file /usr/local/etc/kamailio/kamailio.cfg, line 1121, column 35:
Command cannot be used in the block

Documentation confirms - registered() function can be used in
REQUEST_ROUTE and FAILURE_ROUTE only.

Is it possible to check if user is registered when reply is processed
in scripts?

Thank you!

_______________________________________________
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



--
MSC Seudin Kasumovic
Tuzla, Bosnia

_______________________________________________
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