Hi all!
Is anybody running openser through cvs? If yes, pls let me know the steps on how to start openser thru the init.d script. I am new to openser and I have gone thru the link in openser site for making the init.d script work with the monit daemon. now when i start openser with /etc/init.d/openser start or /etc/rc.d/init.d/openser start, the monit daemon takes over and tries to start openser. but apparently it is failing because in the web interface of monit, i see that the starting of openser failed. and there is no openser.pid file created in /var/run/. Pls help me on how to start openser through monit daemon or is there a work around to do this without involving the monit daemon? I am stuck at this point and unable to make any progress.....
Thanks and Regards, Padmaja ----- Original Message ----- From: users-request@openser.org To: users@openser.org Sent: Tuesday, May 30, 2006 4:02 AM Subject: Users Digest, Vol 12, Issue 78
Send Users mailing list submissions to users@openser.org
To subscribe or unsubscribe via the World Wide Web, visit http://openser.org/cgi-bin/mailman/listinfo/users or, via email, send a message with subject or body 'help' to users-request@openser.org
You can reach the person managing the list at users-owner@openser.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Users digest..."
Today's Topics:
- Re: callback type TMCB_REQUEST_IN (Bogdan-Andrei Iancu)
- Mixing uri_db and auth_db (Edgar Barbosa)
- RE:Problems starting openser (BrOtHeR StRaiN)
- uac_auth cseq workaround - ANY ? (G.Jacobsen)
- dispatcher module and rewritehost vs forward (Script Head)
- dispatcher module and rewritehost vs forward (Script Head)
- Unknown value error (Giuseppe Parlato)
- Problem : Forwarding Routine to a NAT'd endpoint. (Ricardo Martinez)
Message: 1 Date: Mon, 29 May 2006 16:04:26 +0300 From: Bogdan-Andrei Iancu bogdan@voice-system.ro Subject: Re: [Users] callback type TMCB_REQUEST_IN To: raviprakash sunkara sunkara.raviprakash.feb14@gmail.com Cc: Users@openser.org Message-ID: 447AF15A.9020901@voice-system.ro Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi,
as the message says, you need to load TM module before the ACC one.
regards, bogdan
raviprakash sunkara wrote:
Hi Users and lister... How R u Guys, I need help from U , The problem in openser when doing the accounting module. it give error as
find_export:found <load_tm> in module tm [/usr/local/lib/openser.modules/tm.so] ERRoR:tm:register_tmcb: callback type TMCB_request_in register attempt before tm module initializaton ERROR :acc:mod_init;cannot register TMCB_REQUEST_IN callback init_mod() : Error while inittialization module acc
what is means, What i need to do, And give any samle openser.cfg in accing with radius and mysql
Bye..
Thanks and Regards with cheers Sunkara Ravi Prakash (Voip Developer) Hyperion Technology www.hyperion-tech.com http://www.hyperion-tech.com
<b>
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Message: 2 Date: Mon, 29 May 2006 16:16:41 +0100 From: "Edgar Barbosa" edgar.barbosa@madetowork.com Subject: [Users] Mixing uri_db and auth_db To: Users@openser.org Message-ID: 20060529151635.EA0816800E1@gw.madetowork.com Content-Type: text/plain; charset="us-ascii"
Hi all,
I'm having a weird behaviour when mixing auth_db and uri_db.
With the following openser.cfg, the xlog("L_INFO", "TEST\n") is never executed... seems that openser just hangs up...
If I remove the uri_db it works... If I remove the auth_db it works too... The problem seems to happen when I mix both...
Any idea of what may be wrong? I'm using the latest version (openser 1.0.1).
Thanks
debug=3 # debug level (cmd line: -dddddddddd) fork=yes log_stderror=yes
reply_to_via=no check_via=no # (cmd. line: -v) dns=no # (cmd. line: -r) rev_dns=no # (cmd. line: -R) port=5060 children=4 fifo="/tmp/ser_fifo"
loadmodule "/usr/lib/openser/modules/mysql.so" loadmodule "/usr/lib/openser/modules/sl.so" loadmodule "/usr/lib/openser/modules/auth.so" loadmodule "/usr/lib/openser/modules/auth_db.so" loadmodule "/usr/lib/openser/modules/uri_db.so" loadmodule "/usr/lib/openser/modules/xlog.so"
modparam("uri_db", "db_url", "mysql://root@192.168.1.104/openser") modparam("auth_db", "db_url", "mysql://root@192.168.1.104/openser")
route {
xlog("L_INFO", "TEST\n");
}
Message: 3 Date: Mon, 29 May 2006 10:13:05 -0700 (PDT) From: BrOtHeR StRaiN strain15@yahoo.com Subject: RE:[Users] Problems starting openser To: users@openser.org Message-ID: 20060529171305.6804.qmail@web38801.mail.mud.yahoo.com Content-Type: text/plain; charset="iso-8859-1"
Thank you. Finally that configuration worked. However, the quality of the call was very bad. I couldn't make out a word of what was coming through.
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.
Hi,
see http://openser.org/dokuwiki/doku.php?id=install_and_maintain_openser_from_cv...
regards, bogdan
Padmaja RV wrote:
Hi all!
Is anybody running openser through cvs? If yes, pls let me know the steps on how to start openser thru the init.d script. I am new to openser and I have gone thru the link in openser site for making the init.d script work with the monit daemon. now when i start openser with /etc/init.d/openser start or /etc/rc.d/init.d/openser start, the monit daemon takes over and tries to start openser. but apparently it is failing because in the web interface of monit, i see that the starting of openser failed. and there is no openser.pid file created in /var/run/. Pls help me on how to start openser through monit daemon or is there a work around to do this without involving the monit daemon? I am stuck at this point and unable to make any progress.....
Thanks and Regards, Padmaja