Module: sip-router Branch: master Commit: 04b1b6c94a69da8b4bf5134d890edfaf0c0ad153 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=04b1b6c94a69da8b4bf5134d890edfaf0c0ad153
Author: Carsten Bock <[email protected]> Committer: Carsten Bock <[email protected]> Date: Mon Jan 14 19:28:27 2013 +0100 b/f: Modify IMS-Group Modulenames to reflect module-name changes. --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4c43954..d412f75 100644 --- a/Makefile +++ b/Makefile @@ -299,8 +299,8 @@ module_group_kmono=app_mono # For IMS # kamailio modules -module_group_kims=auth_ims cdp cdp_avp dialog2 ims_qos isc icscf ipsec\ - registrar_pcscf registrar_scscf usrloc_pcscf usrloc_scscf +module_group_kims=ims_auth cdp cdp_avp dialog_ng ims_qos ims_isc ims_icscf\ + ims_registrar_pcscf ims_registrar_scscf ims_usrloc_pcscf ims_usrloc_scscf # if not set on the cmd. line, env or in the modules.lst (cfg_group_include) # exclude the below modules. _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
