update_mwi(profile, id, domain, "inbox");
stream->write_function(stream, "%s", "+OK\n");
+ profile_rwunlock(profile);
} else {
stream->write_function(stream, "%s", "-ERR can't find user or profile.\n");
}
update_mwi(profile, id, domain, "inbox");
stream->write_function(stream, "%s", "+OK\n");
+
+ profile_rwunlock(profile);
} else {
stream->write_function(stream, "%s", "-ERR can't find user or profile.\n");
}
stream->write_function(stream, "</voicemail>\n");
}
+ profile_rwunlock(profile);
} else {
stream->write_function(stream, "%s", "-ERR can't find user or profile.\n");
}