add mwi-use-reg-callid

This commit is contained in:
Anthony Minessale
2012-05-21 13:55:50 -05:00
parent 34df90196c
commit 792b004f36
5 changed files with 26 additions and 7 deletions
+1 -1
View File
@@ -587,7 +587,7 @@ void sofia_reg_send_reboot(sofia_profile_t *profile, const char *user, const cha
event = "reboot";
}
sofia_glue_send_notify(profile, user, host, event, contenttype, body, contact, network_ip);
sofia_glue_send_notify(profile, user, host, event, contenttype, body, contact, network_ip, NULL);
}
int sofia_sla_dialog_del_callback(void *pArg, int argc, char **argv, char **columnNames)