use the call_id of the original register in the unsolicited notify for MWI

This commit is contained in:
Anthony Minessale
2011-08-05 11:09:45 -05:00
parent 54feb3e245
commit 53b0ecce60
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -519,7 +519,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)