[SR-Users] Dialog Module - how???

Nathan Angelacos nangel at nothome.org
Thu Oct 14 19:09:35 CEST 2010


Timo & Ovidiu,

Yes, you are correct.  Thanks!


So, hopefully this is better:

route {
	# Initial invite only
        if (is_method("INVITE") && (! has_totag() ) ) {
            dlg_manage();
        }

      if (is_method("BYE")) {
         xlog ("L_INFO", "Completed $dlg(from_uri) to $dlg(to_uri) - 
$DLG_lifetime duration");
         }
     }




More information about the sr-users mailing list