All,
I've finished the first version of sip:wizard, an online SER/OpenSER configuration generator: http://www.sipwise.com/wizard
Currently, support for OpenSER 1.1 is available. In the future, also new OpenSER releases as well as SER will be supported.
At the moment, we have config features for basic routing, far-end NAT traversal, ENUM and PSTN in place. This will also be extended, depending on suggestions from you, the users.
I hope you'll find it useful. Feedback is of course very much appreciated.
Cheers, Andreas
This e-mail is confidential and may well also be legally privileged. If you have received it in error, you are on notice of its status. Please notify us immediately by reply e-mail and then delete this message from your system. Please do not copy it or use it for any purposes, or disclose its contents to any other person: to do so could be a breach of confidence. Thank you for your cooperation.
Congrulations, It is a great job.
Hakan.
----- Original Message ----- From: "Andreas Granig" andreas.granig@inode.info To: users@openser.org Sent: Thursday, February 22, 2007 4:46 PM Subject: [Users] OpenSER Configuration Generator
All,
I've finished the first version of sip:wizard, an online SER/OpenSER configuration generator: http://www.sipwise.com/wizard
Currently, support for OpenSER 1.1 is available. In the future, also new OpenSER releases as well as SER will be supported.
At the moment, we have config features for basic routing, far-end NAT traversal, ENUM and PSTN in place. This will also be extended, depending on suggestions from you, the users.
I hope you'll find it useful. Feedback is of course very much appreciated.
Cheers, Andreas
This e-mail is confidential and may well also be legally privileged. If you have received it in error, you are on notice of its status. Please notify us immediately by reply e-mail and then delete this message from your system. Please do not copy it or use it for any purposes, or disclose its contents to any other person: to do so could be a breach of confidence. Thank you for your cooperation.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
It's definetely more than useful!!!!! no more typos in config....
Just thank you! Samuel.
2007/2/22, Hakan YASTI hakanyasti@gmail.com:
Congrulations, It is a great job.
Hakan.
----- Original Message ----- From: "Andreas Granig" andreas.granig@inode.info To: users@openser.org Sent: Thursday, February 22, 2007 4:46 PM Subject: [Users] OpenSER Configuration Generator
All,
I've finished the first version of sip:wizard, an online SER/OpenSER configuration generator: http://www.sipwise.com/wizard
Currently, support for OpenSER 1.1 is available. In the future, also new OpenSER releases as well as SER will be supported.
At the moment, we have config features for basic routing, far-end NAT traversal, ENUM and PSTN in place. This will also be extended, depending on suggestions from you, the users.
I hope you'll find it useful. Feedback is of course very much appreciated.
Cheers, Andreas
This e-mail is confidential and may well also be legally privileged. If you have received it in error, you are on notice of its status. Please notify us immediately by reply e-mail and then delete this message from your system. Please do not copy it or use it for any purposes, or disclose its contents to any other person: to do so could be a breach of confidence. Thank you for your cooperation.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
The tools looks nice. I'm sure will be very appreciated. Thanks!
Looking forward for support of OpenSER 1.2.0 there :-) ...
Cheers, Daniel
On 02/22/07 16:46, Andreas Granig wrote:
All,
I've finished the first version of sip:wizard, an online SER/OpenSER configuration generator: http://www.sipwise.com/wizard
Currently, support for OpenSER 1.1 is available. In the future, also new OpenSER releases as well as SER will be supported.
At the moment, we have config features for basic routing, far-end NAT traversal, ENUM and PSTN in place. This will also be extended, depending on suggestions from you, the users.
I hope you'll find it useful. Feedback is of course very much appreciated.
Cheers, Andreas
This e-mail is confidential and may well also be legally privileged. If you have received it in error, you are on notice of its status. Please notify us immediately by reply e-mail and then delete this message from your system. Please do not copy it or use it for any purposes, or disclose its contents to any other person: to do so could be a breach of confidence. Thank you for your cooperation.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Andreas Granig wrote:
Feedback is of course very much appreciated.
One thing I noticed thus far. When selecting the MediaProxy option, why do all of the rtpproxy options get set?
modparam("nathelper", "rtpproxy_sock", "unix:/var/run/rtpproxy.sock") modparam("nathelper", "rtpproxy_disable", 1) modparam("nathelper", "rtpproxy_disable_tout", 60) modparam("nathelper", "rtpproxy_tout", 1) modparam("nathelper", "rtpproxy_retr", 5)
Seems like all one really needs, when using mediaproxy would be:
modparam("nathelper", "rtpproxy_disable", 1)
Also, other configuration examples I have seen use the nathelper natping_interval to assist in those particular nasty NAT/Firewall configurations.
modparam("nathelper", "natping_interval", 180)
Overall your tool generates a very detailed configurations that should, at the very least, educate more people on how to properly configure OpenSER.
Thank you for this great tool.
Jeremy McNamara
Hi Jeremy,
One thing I noticed thus far. When selecting the MediaProxy option, why do all of the rtpproxy options get set?
Well, it uses nathelper-module for nat_uac_test(), fix_nated_contact() and fix_nated_register(). And as soon as a module is used, all its config parameters show up in the config. This may be fixed in the future, but there are more important things on my TODO list ;o)
Also, other configuration examples I have seen use the nathelper natping_interval to assist in those particular nasty NAT/Firewall configurations.
modparam("nathelper", "natping_interval", 180)
This will only be set (to 60), if you choose to use rtpproxy. For mediaproxy, the following parameter is set:
modparam("mediaproxy", "natping_interval", 60)
Cheers, Andreas
This e-mail is confidential and may well also be legally privileged. If you have received it in error, you are on notice of its status. Please notify us immediately by reply e-mail and then delete this message from your system. Please do not copy it or use it for any purposes, or disclose its contents to any other person: to do so could be a breach of confidence. Thank you for your cooperation.
That's indeed very nice. Can't await ottendorf support. Are you planning to disclose the underlying software or is it going to be service-only option?
Thanks!
-jiri
At 15:46 22/02/2007, Andreas Granig wrote:
All,
I've finished the first version of sip:wizard, an online SER/OpenSER configuration generator: http://www.sipwise.com/wizard
Currently, support for OpenSER 1.1 is available. In the future, also new OpenSER releases as well as SER will be supported.
At the moment, we have config features for basic routing, far-end NAT traversal, ENUM and PSTN in place. This will also be extended, depending on suggestions from you, the users.
I hope you'll find it useful. Feedback is of course very much appreciated.
Cheers, Andreas
This e-mail is confidential and may well also be legally privileged. If you have received it in error, you are on notice of its status. Please notify us immediately by reply e-mail and then delete this message from your system. Please do not copy it or use it for any purposes, or disclose its contents to any other person: to do so could be a breach of confidence. Thank you for your cooperation.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
-- Jiri Kuthan http://iptel.org/~jiri/
Hi Jiri,
Jiri Kuthan wrote:
That's indeed very nice. Can't await ottendorf support. Are you planning to disclose the underlying software or is it going to be service-only option?
I'll start integrating ottendorf and OpenSER 1.2 as soon as they are officially released.
There are currently no plans to disclose the software, though.
Cheers, Andreas
This e-mail is confidential and may well also be legally privileged. If you have received it in error, you are on notice of its status. Please notify us immediately by reply e-mail and then delete this message from your system. Please do not copy it or use it for any purposes, or disclose its contents to any other person: to do so could be a breach of confidence. Thank you for your cooperation.
Don't know the underlying software for this particular website, but you can do sort of a similar job by using m4. I'm using a tokenized openser.m4 config file wich is controlled by a config.m4 file in order to generate my final openser.cfg. In other words, I have a monstrous openser.m4 that will be m4-ized to generate the final openser.cfg.
Anyway, the site is very helpful :-) Excellent job Andreas!
Regards, Ovidiu Sas
On 2/22/07, Jiri Kuthan jiri@iptel.org wrote:
That's indeed very nice. Can't await ottendorf support. Are you planning to disclose the underlying software or is it going to be service-only option?
Thanks!
-jiri
At 15:46 22/02/2007, Andreas Granig wrote:
All,
I've finished the first version of sip:wizard, an online SER/OpenSER configuration generator: http://www.sipwise.com/wizard
Currently, support for OpenSER 1.1 is available. In the future, also new OpenSER releases as well as SER will be supported.
At the moment, we have config features for basic routing, far-end NAT traversal, ENUM and PSTN in place. This will also be extended, depending on suggestions from you, the users.
I hope you'll find it useful. Feedback is of course very much appreciated.
Cheers, Andreas
This e-mail is confidential and may well also be legally privileged. If you have received it in error, you are on notice of its status. Please notify us immediately by reply e-mail and then delete this message from your system. Please do not copy it or use it for any purposes, or disclose its contents to any other person: to do so could be a breach of confidence. Thank you for your cooperation.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
-- Jiri Kuthan http://iptel.org/~jiri/
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users