Hi,
I got ser-0.8.12, and successfully installed. However, sems-0.1.0 does not work with ser-0.8.12 'cause of protocol differencies. So I accessed to http://developer.berlios.de/cvs/?group_id=653 to get latest sems(ans_machine) code, but anonymous access to CVS tree failed. And latest tarball on web-based CVS doesn't work well 'cause of "undefined symbol". Could anyone please let me know regarding release schedule of sems(ans_machine) stable version which can work with ser-0.8.12 without problem?
Best Regards,
-- - zaki - YAMAZAKI Noriyuki, Director of EDGE Co., Ltd. +81-3-5749-9621(Phone), +81-3-5749-9910(Fax), zaki@edge.jp
- zaki - wrote:
Hi,
I got ser-0.8.12, and successfully installed. However, sems-0.1.0 does not work with ser-0.8.12 'cause of protocol differencies. So I accessed to http://developer.berlios.de/cvs/?group_id=653 to get latest sems(ans_machine) code, but anonymous access to CVS tree failed. And latest tarball on web-based CVS doesn't work well 'cause of "undefined symbol". Could anyone please let me know regarding release schedule of sems(ans_machine) stable version which can work with ser-0.8.12 without problem?
I just installed ser from cvs together with sems from cvs. This compiles and runs as a stand alone voicemail server. (together with a 0.8.12 ser proxy) I'm not sure, but maybe it is also possible to use the release tagged: ser_rel_0_8_11 from sems cvs.
Kind regards,
Geert
Hi Geert,
Thank you very much for your reply. However, how did you accecc to sems CVS tree? When I did "cvs -d:pserver:anonymous@cvs.sems.berlios.de:/cvsroot/sems login" with password "anonymous", I failed. Could you please let me know how did you get?
Best Regards,
I got ser-0.8.12, and successfully installed. However, sems-0.1.0 does not work with ser-0.8.12 'cause of protocol differencies. So I accessed to http://developer.berlios.de/cvs/?group_id=653 to get latest sems(ans_machine) code, but anonymous access to CVS tree failed. And latest tarball on web-based CVS doesn't work well 'cause of "undefined symbol". Could anyone please let me know regarding release schedule of sems(ans_machine) stable version which can work with ser-0.8.12 without problem?
I just installed ser from cvs together with sems from cvs. This compiles and runs as a stand alone voicemail server. (together with a 0.8.12 ser proxy) I'm not sure, but maybe it is also possible to use the release tagged: ser_rel_0_8_11 from sems cvs.
Kind regards,
Geert
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
- zaki - wrote:
Hi Geert,
Thank you very much for your reply. However, how did you accecc to sems CVS tree? When I did "cvs -d:pserver:anonymous@cvs.sems.berlios.de:/cvsroot/sems login" with password "anonymous", I failed. Could you please let me know how did you get?
I just downloaded the new_rtp branch tarball. But I guess you can also use: cvs -z3 -d:pserver:anonymous@cvs.sems.berlios.de:/cvsroot/sems co -r new_rtp answer_machine
Kind regards,
Geert
I got ser-0.8.12, and successfully installed. However, sems-0.1.0 does not work with ser-0.8.12 'cause of protocol differencies. So I accessed to http://developer.berlios.de/cvs/?group_id=653 to get latest sems(ans_machine) code, but anonymous access to CVS tree failed. And latest tarball on web-based CVS doesn't work well 'cause of "undefined symbol". Could anyone please let me know regarding release schedule of sems(ans_machine) stable version which can work with ser-0.8.12 without problem?
I just installed ser from cvs together with sems from cvs. This compiles and runs as a stand alone voicemail server. (together with a 0.8.12 ser proxy) I'm not sure, but maybe it is also possible to use the release tagged: ser_rel_0_8_11 from sems cvs.
Kind regards,
Geert
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi,
I did! Thank you very much, and I'll try to use it.
Regards,
I just downloaded the new_rtp branch tarball. But I guess you can also use: cvs -z3 -d:pserver:anonymous@cvs.sems.berlios.de:/cvsroot/sems co -r new_rtp answer_machine
Kind regards,
Geert
I got ser-0.8.12, and successfully installed. However, sems-0.1.0 does not work with ser-0.8.12 'cause of protocol differencies. So I accessed to http://developer.berlios.de/cvs/?group_id=653 to get latest sems(ans_machine) code, but anonymous access to CVS tree failed. And latest tarball on web-based CVS doesn't work well 'cause of "undefined symbol". Could anyone please let me know regarding release schedule of sems(ans_machine) stable version which can work with ser-0.8.12 without problem?
I just installed ser from cvs together with sems from cvs. This compiles and runs as a stand alone voicemail server. (together with a 0.8.12 ser proxy) I'm not sure, but maybe it is also possible to use the release tagged: ser_rel_0_8_11 from sems cvs.
Kind regards,
Geert
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hello,
When I did "cvs -d:pserver:anonymous@cvs.sems.berlios.de:/cvsroot/sems
login"
with password "anonymous", I failed. Could you please let me know how did you get?
try to use following command: cvs -d:pserver:anonymous@cvs.berlios.de:/cvsroot/sems co answer_machine
For anonymous access, you don't need to login as there is no password. You can also download a tarball from the Web CVS (http://cvs.berlios.de/cgi-bin/viewcvs.cgi/sems/answer_machine/). This link is also available at the developer's page: http://developer.berlios.de/projects/sems.
I just downloaded the new_rtp branch tarball. But I guess you can also
use:
cvs -z3 -d:pserver:anonymous@cvs.sems.berlios.de:/cvsroot/sems co -r new_rtp answer_machine
Also the new_rtp branch is ok, it will not be not futher developed. Use the MAIN branch instead, as i merged the new_rtp one within MAIN for a few weeks.
-Raphael.