Hi,
i copied my alias-table to voicemail and build a webfrontend to file in the voicemail accounts.
so if user is offline or busy i use
if(!lookup("location")) {
if(lookup("voicemail")) { # send to voicemail } }
now i have to restart the ser-server to get the new voicemailaccounts into SER-MEM. Is there a possibility to tell ser to sync db with mem? Something like sending an USR Signal?
Thx and greets Markus