From: Anthony Minessale Date: Tue, 25 Oct 2011 12:42:47 +0000 (-0500) Subject: add index X-Git-Tag: v1.2-rc1~27^2~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f8224da8de2b32e3775b368a8be4a0bc7ce00fe;p=thirdparty%2Ffreeswitch.git add index --- diff --git a/src/mod/endpoints/mod_sofia/sofia_glue.c b/src/mod/endpoints/mod_sofia/sofia_glue.c index 2b7287f92c..199b9a87d5 100644 --- a/src/mod/endpoints/mod_sofia/sofia_glue.c +++ b/src/mod/endpoints/mod_sofia/sofia_glue.c @@ -5919,6 +5919,7 @@ int sofia_glue_init_sql(sofia_profile_t *profile) "create index sd_call_info on sip_dialogs (call_info)", "create index sd_call_info_state on sip_dialogs (call_info_state)", "create index sd_expires on sip_dialogs (expires)", + "create index sd_rcd on sip_dialogs (rcd)", "create index sp_hostname on sip_presence (hostname)", "create index sa_nonce on sip_authentication (nonce)", "create index sa_hostname on sip_authentication (hostname)",