Hi, I'd like to know if we had 2 SER config file (home proxy and voicemail server) in same machine, do I have to setup different fifo file? For example, SER home proxy has fifo file /tmp/ser_fifo so what fifo I have to use for SER voicemail server? And how do I create the other fifo file? Thanx
Regards,
Meidiana
--------------------------------- Don't be flakey. Get Yahoo! Mail for Mobile and always stay connected to friends.
Hi all,
May i seek your expertise advice. I have found the config file name "ser.cfg" and "ser.cfg~" in the SER-0.9.6. However, i do not know what are they used for? Can i make any modification to them?
Please advice.
Thank you.
Regards, Howard
This email (including any attachment) is subject to the following disclaimer: http://m1.com.sg/M1/misc/disclaimer
ser.cfg is, usually, the routing script that dictates how SER behaves on receiving SIP requests and responses. It's just an example that should work wihtout modificaction and is meant as a starting point to get into SER. You would definetely need to modify it to make SER behave as your requirements dictates.
look for more information in iptel.org and google...
Good Luck!
sam
2007/3/25, Goh, Tee-Yong gohty@m1.com.sg:
Hi all,
May i seek your expertise advice. I have found the config file name "ser.cfg" and "ser.cfg~" in the SER-0.9.6. However, i do not know what are they used for? Can i make any modification to them?
Please advice.
Thank you.
Regards, Howard
This email (including any attachment) is subject to the following disclaimer: http://m1.com.sg/M1/misc/disclaimer________________________________
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
yes, configure both instances of SER to use different fifos. Check the manual to find the ser.cfg option for fifo path. -jiri
At 18:33 24/03/2007, Meidiana Ten wrote:
Hi, I'd like to know if we had 2 SER config file (home proxy and voicemail server) in same machine, do I have to setup different fifo file? For example, SER home proxy has fifo file /tmp/ser_fifo so what fifo I have to use for SER voicemail server? And how do I create the other fifo file? Thanx
Regards,
Meidiana
Don't be flakey. http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mailGet Yahoo! Mail for Mobile and http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mailalways stay connected to friends. _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
Hello,
you can set the fifo with
fifo=/tmp/ser_fifo2
but I would recommend to use unix socket for communication to/from voicemail server.
btw, its the easiest if you install the whole thing with the following lines:
mkdir -p /opt/vm_source; cd /opt/vm_source wget ftp.iptel.org/pub/sems/ser-0.9.6-sems_src.tar.gz tar xzvf ser-0.9.6-sems_src.tar.gz; cd ser-0.9.6-sems make install PREFIX=/opt/ser-sems cd /opt/vm_source wget ftp.iptel.org/pub/sems/sems-0.10.0-rc2.tar.gz tar xzvf sems-0.10.0-rc2.tar.gz; cd sems-0.10.0-rc2 make install make install-ser-cfg
and to start /opt/ser-sems/sbin/ser -f /opt/ser-sems/etc/ser/ser-sems.cfg /usr/local/sbin/sems -D 3 -E
Stefan
Meidiana Ten wrote:
Hi, I'd like to know if we had 2 SER config file (home proxy and voicemail server) in same machine, do I have to setup different fifo file? For example, SER home proxy has fifo file /tmp/ser_fifo so what fifo I have to use for SER voicemail server? And how do I create the other fifo file? Thanx
Regards,
Meidiana
Don't be flakey. Get Yahoo! Mail for Mobile http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mail and always stay connected http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mail to friends.
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers