Hi,
I'm trying to enable vm on ser 0.8.11, without success.
From the mailing list I see that you cannot run ser as a sip proxy with vm
enabled in the same process, you need to have 2 instances of ser. Is this the only way to use vm in ser ? Is there a config file example that support PSTN forwarding as well as vm support for the users ?
Thanks. Samy.
Hello,
On 04-11 21:58, Samy Touati wrote:
Hi,
I'm trying to enable vm on ser 0.8.11, without success.
From the mailing list I see that you cannot run ser as a sip proxy with vm
enabled in the same process, you need to have 2 instances of ser. Is this the only way to use vm in ser ?
Currently yes, as far as I know the problem is that it is not possible to create transaction state (needed for vm) in the failure_route.
Is there a config file example that support PSTN forwarding as well as vm support for the users ?
No, you can take a voicemail example (it was posted to the list some time ago) and add PSTN forwarding to it, it shouldn't be that hard because the script already contains forwarding of messages and you can simply test for number begining with + (for example) and forward such numbers to the PSTN gateway.
See http://iptel.org/ser/doc/seruser/seruser.html#ACL before using a PSTN.
And also http://iptel.org/ser/doc/seruser/seruser.html#AEN368
Jan.
At 03:58 AM 11/5/2003, Samy Touati wrote:
Hi,
I�m trying to enable vm on ser 0.8.11, without success. From the mailing list I see that you cannot run ser as a sip proxy with vm enabled in the same process, you need to have 2 instances of ser. Is this the only way to use vm in ser ?
From earlier posts:
The mode we built is running SER at a separate place than voicemail, i.e., once SER as proxy, once SER as SEMS front-end, possibly at the same host but at different port-numbers.
One-SER-only is workable too for off-line users, but I'm not sure it is workable for failed called attemps (failur_routes in script). I promised to look at it as time allow -- that still holds, the time just has not allowed yet ;)
---- In response for frequent questions how to configure SER to operate as voicemail2email server, I created an example file. Note that this example operates as a stand-alone UAS, i.e., the configuration does not operate in proxy mode -- it needs a proxy fronting it. (I will try to look at the combined mode too, as soon as time allows.) Also, the example needs to have sems up and running.
The example is on our CVS, see http://cvs.berlios.de/cgi-bin/viewcvs.cgi/*checkout*/ser/sip_router/examples...
--
here it is, an example config file for the proxy server serving a separate voicemail server: http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/examples/vm_proxy.c...
---
Is there a config file example that support PSTN forwarding as well as vm support for the users ?
there is a separate example, examples/pstn.cfg in our source tree.
-jiri
Hi Jiri
One-SER-only is workable too for off-line users, but I'm not sure it is workable for failed called attemps (failur_routes in script). I promised to look at it as time allow -- that still holds, the time just has not allowed yet ;)
I sent two cfgs that I'm testing, around a month ago, SER works with missed calls
Pablo Murillo