Good afternoon to all!<br>If possible I'd like some help.<br>I'm doing a school project about VoIP and till now everything has gone fine.<br>In terms of calling everything is done...<br>Now when I turned myself to add voicemail to SER I've been having some problems.
<br>I already managed to put voicemail working on Asterisk but that's only available for analogic-analogic, voip phone-analogic, softphone-analogic communications.<br>So when i write down ser to put the server working this is the output:
<br><br>0(14615) ERROR: load_module: could not open module &lt;/usr/local/lib/ser/modules/vm.so&gt;: /usr/local/lib/ser/modules/vm.so: cannot open shared object file: No such file or directory<br>&nbsp;0(14615) parse error (43,13-14): failed to load module
<br>&nbsp;0(14615) set_mod_param_regex: No module matching voicemail found<br>| 0(14615) parse error (69,19-20): Can't set module parameter<br>&nbsp;0(14615) parse error (69,20-21): syntax error<br>&nbsp;0(14615) parse error (69,20-21):
<br>ERROR: bad config file (4 errors)<br><br>The problem is that on the modules folder, vm.so doesn't exist.<br>So through the source file I'd like to know how to make SER install it from the beginning of installation.<br>
I think i'd just have to do some changes in the makefile.<br>But i've been losing a bit my patience on this.<br>I hope someone can manage to help me.<br>Thank you for your attention<br>