Re: [OpenSIPS-Users] newbie question -- anyone have OpenSIPS working with an AVAYA PBX?

2010-03-30 Thread Christian Vo
"); > exit; > }; >}; > >if (uri=~"^sip:011[0-9]*@") { >#Normalize for e164 > if (db_is_user_in("credentials","int")) { > strip(3); > route(4); > exit; > } > else { >

Re: [OpenSIPS-Users] OpenSIPs-CP CDRviewer question

2010-03-24 Thread Christian Vo
Christian, you need to go into opensips-cp > trunk > config > tools > system > cdrviewer > local.inc.php file and configure the $show_field array to show you whatever columns you need. Probably by mistake, it is configured to show some columns that does not exists. Regards, B

[OpenSIPS-Users] OpenSIPs-CP CDRviewer question

2010-03-24 Thread Christian Vo
Hello, So I realized I didn't have accounting to database enabled properly, And added the following lines to my opensips.cfg: modparam("acc", "db_url", "mysql://:@localhost/opensips") modparam("acc", "db_extra", "caller_id=$fu; callee_id=$tu") now I see there is an entry into the "acc" table:

Re: [OpenSIPS-Users] OpenSISP 1.6.2 / Control Panel 1.4 - Installation problems

2010-03-24 Thread Christian Vo
in the folder CRON_JOB). - also, do not forget to edit the paths in the script above (you'll see that there is a path to the smonitor module that you have to change); - for the CDR module - there is also a script for that (can also be found in CRON_JOB - and this script calls a stored pr

Re: [OpenSIPS-Users] Problem with OpenSIPS Control Panel 4.0

2010-03-24 Thread Christian Vo
mailto:users-boun...@lists.opensips.org] On Behalf Of TCB Sent: Sunday, March 21, 2010 9:03 AM To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] Problem with OpenSIPS Control Panel 4.0 Tried running ocp and i'm getting this error on adding users. Failed to issue query, error mess

[OpenSIPS-Users] need help -- opensips cp --> sip trace setup giving errors

2010-03-24 Thread Christian Vo
Hello, Just installed opensips control panel and some things are not working: I noticed that selecting the SIP trace feature was initially giving me error: "Array ( [0] => sorry -- cannot open write fifo )" So I then uncommented the sections in opensips-cp/config/tools/system/siptrace/db.inc.p

Re: [OpenSIPS-Users] OpenSISP 1.6.2 / Control Panel 1.4 - Installation problems

2010-03-23 Thread Christian Vo
mand ds_list is not available o Mar 23 14:51:39 net /sbin/opensips[2699]: ERROR:mi_fifo:mi_fifo_server: command ds_reload is not available o Mar 23 14:52:49 net /sbin/opensips[2699]: ERROR:mi_fifo:mi_fifo_server: command sip_trace is not available Thanks Erick Ch. From: users-boun...

Re: [OpenSIPS-Users] OpenSISP 1.6.2 / Control Panel 1.4 - Installation problems

2010-03-23 Thread Christian Vo
I recently installed same as yourself, here's what I found: 1) For Smonitor Are you using $boxes[$box_id]['mi']['conn']="/tmp/opensips_fifo"; For opensips-cp/config/ boxes.global.inc.php? If so, ake sure modparam("mi_fifo", "fifo_name", "/tmp/opensips_fifo") modparam("mi_fifo", "fifo_mode"

[OpenSIPS-Users] can OpenSIPS-cp and SerMyAdmin co-exist?

2010-03-22 Thread Christian Vo
Trying to manually install SerMyAdmin (step by step , since install script uses apt-get) on my OpenSUSE 11 setup.. Which already has OpenSIPs-CP installed... I'm noticing that the sql script has several conflicts... anyone try this before? -

Re: [OpenSIPS-Users] Problem with OpenSIPS Control Panel 4.0

2010-03-19 Thread Christian Vo
From: Anca Vamanu [mailto:a...@opensips.org] Sent: Friday, March 19, 2010 2:41 PM To: OpenSIPS users mailling list Cc: Christian Vo Subject: Re: [OpenSIPS-Users] Problem with OpenSIPS Control Panel 4.0 Forward from Alex: --- Hi Christian, Please check the following : In the OpenSIPS config : - i

[OpenSIPS-Users] newbie question -- anyone have OpenSIPS working with an AVAYA PBX?

2010-03-19 Thread Christian Vo
At this point, I can make basic SIP calls (i.e. xlite to xlite) =) No experience with dialplan at this point, so I'm curious to know if anyone has OpenSIPS working with Avaya CM? If so, any generic config/ tips that can be shared? Thx --

Re: [OpenSIPS-Users] Problem with OpenSIPS Control Panel 4.0

2010-03-19 Thread Christian Vo
7;monit']['conn']="127.0.0.1:2812"; //you must take the username and password from the monit config file (monitrc). $boxes[$box_id]['monit']['user']="username"; $boxes[$box_id]['monit']['pass']="password"; // if

Re: [OpenSIPS-Users] Problem with OpenSIPS Control Panel 4.0

2010-03-19 Thread Christian Vo
r/lib/db_connect.php on line 39, referer: http://10.32.0.97/cp/menu.php I'm very sure I installed pear and the related parts as per the install guide.. From: Christian Vo Sent: Friday, March 19, 2010 9:57 AM To: OpenSIPS users mailling list Subject: RE: [OpenSIPS-Users] Problem with OpenSIPS Control

Re: [OpenSIPS-Users] Error message on opensips-cp 4.0

2010-03-18 Thread Christian Vo
configure the db access? Regards, Bogdan -original message- Subject: Re: [OpenSIPS-Users] Error message on opensips-cp 4.0 From: Christian Vo Date: 19/03/2010 03:58 Also seeing the same problem PHP Fatal error: Call to undefined method MDB2_Error::execute() in /srv/www/htdocs/opensips-cp/web

Re: [OpenSIPS-Users] Error message on opensips-cp 4.0

2010-03-18 Thread Christian Vo
Also seeing the same problem PHP Fatal error: Call to undefined method MDB2_Error::execute() in /srv/www/htdocs/opensips-cp/web/tools/users/user_management/user_management.php on line 223... -Original Message- From: users-boun...@lists.opensips.org [mailto:users-boun...@lists.opensi

Re: [OpenSIPS-Users] Problem with OpenSIPS Control Panel 4.0

2010-03-18 Thread Christian Vo
ot; So I changed it back to $boxes[$box_id]['mi']['conn']="/tmp/opensips_fifo"; But then I notice tools/monit/local.inc.php still doesn't contain any code?? From: users-boun...@lists.opensips.org [mailto:users-boun...@lists.opensips.org] On Behalf Of Chr

Re: [OpenSIPS-Users] Problem with OpenSIPS Control Panel 4.0

2010-03-18 Thread Christian Vo
Thx for the notice, I've just downloaded and re-installed the lastest 4.0 tarball (moved the old dir to backup, and replaced it with the new, re-adjusting config parameters along the way...) Not sure if I missed something, but I'm getting this error on-screen now: Under the System--> Monit

Re: [OpenSIPS-Users] need help -- opensips cp --> sip trace setup giving errors

2010-03-18 Thread Christian Vo
ta) will not be allowed to write into it. So, you should configure opensips to create the fifo with more loose permissions; see http://www.opensips.org/html/docs/modules/1.6.x/mi_fifo.html#id227261 Regards, Bogdan Christian Vo wrote: > Hello, > Just installed opensips control panel and some thi

[OpenSIPS-Users] need help -- opensips cp --> sip trace setup giving errors

2010-03-17 Thread Christian Vo
Hello, Just installed opensips control panel and some things are not working: I noticed that selecting the SIP Trace feature was initially giving me on-screen error: "Array ( [0] => sorry -- cannot open write fifo )" So I then uncommented the sections in opensips-cp/config/tools/system/siptra