Hi Everyone
I have tested openser 1.1 with the Mysql module and now I want to test 1.2with mysql, rtpproxy and the dispatcher module. When I'm compiling openser should I do anything differently? I saw rtpproxy listed in APT and the dispatcher modules was in /usr/local/lib/openser/modules last time I had openser 1.1 installed. should I only change my opernser.cfg in order for it to load?
After compiling 1.2 you should double checl openser/modules to confirm that you are using only 1.2 (not a mix of 1.1 and 1.2 mkodules).
rtpproxy will require the nathelper.so module dispatcher will require the dispatcher.so module.
In your openser.cfg configuration file you will have to issue "loadmodule" calls for the above two modules. In addition, you will have to issue "modparam" calls for any settings you need to change from the defaults.
Then you will need to place appropriate calls in openser.cfg to take advantage of the functions the two modules provide.
Hope this helps, Norm
Hi Everyone
I have tested openser 1.1 with
the Mysql module and now I want to test
1.2with mysql, rtpproxy and the dispatcher
module. When I'm compiling
openser should I do anything differently? I saw
rtpproxy listed in APT and the
dispatcher modules was in /usr/local/lib/openser/modules
last time I had
openser 1.1 installed. should I only change my opernser.cfg in order
for it
to load?
-- Thank You
_______________________________________________
Users mailing list
Users@openser.org
On Tuesday 25 September 2007, Arya wrote:
Hi Everyone
I have tested openser 1.1 with the Mysql module and now I want to test 1.2with mysql, rtpproxy and the dispatcher module. When I'm compiling openser should I do anything differently? I saw rtpproxy listed in APT and the dispatcher modules was in /usr/local/lib/openser/modules last time I had openser 1.1 installed. should I only change my opernser.cfg in order for it to load?
Hello Arya,
you'll find additional informations about the differences from 1.1 to 1.2 in the wiki: http://openser.org/dokuwiki/doku.php/install:1.1.x-to-1.2.x There are some more changes necessary in the config script.
Cheers,
Henning