Re: [OpenSIPS-Users] Regarding the xcap server

2009-02-17 Thread Dan Pascu
You may have multiple versions installed in parallel and it loads the wrong one. On Tuesday 17 February 2009, kishore kumar wrote: > Hi, > I installed openxcap server and it has been installed and aslo running > while we start but when we are testing it is showing following errors > File "./t

Re: [OpenSIPS-Users] OpenSIPS libmysqlclient.so segfault after MySQL restart

2009-02-17 Thread Om Bikram Thapa
Hi Bogdan, Just to follow up on this issue, the crash is happening even without restarting MySQL server. It seems to show up every morning when registration (or maybe any db operation) is performed. I think the issue has to do with some kind of timeout related to OpenSIPS and libmysqlclient after

Re: [OpenSIPS-Users] Regarding opensipsctl error

2009-02-17 Thread Ranganath B
Hi Bogdan, I am using MySQL as the backend DB and I am trying to run the following commands: 1) /usr/local/sbin/opensipsctl domain add "opensips.net" - To add domain. Also I found that adding domain command does not exist anymore. 2) /usr/local/sbin/opensipsctl add alice alice - To add subscriber

Re: [OpenSIPS-Users] Help on Canonical URI...

2009-02-17 Thread bay2x1
Thanx for your immediate and informative reply. I got that code from the installation guide found on the tar package. Thank you very much for the references that you gave me, this is a great help for me. Gustavo Mistrinelli wrote: > > Hi, I don't know where you do get code that send us, but

[OpenSIPS-Users] Module Question - Memory Lookup

2009-02-17 Thread Brett Nemeroff
Hi All,Sorry for such simple question. I'm looking for a stable module that will allow me to lookup a dictionary value (ie: pass it $si, get a value back) kind of thing. But I need to do it from memory to maintain performance. I know I saw some mention about memcache in the future (I've been wantin

[OpenSIPS-Users] ERROR:db_mysql:db_mysql_do_prepared_query: mysql_stmt_execute() failed: Unknown prepared statement handler (1) given to mysql_stmt_execute

2009-02-17 Thread john li
Hi, I have install opensips-1.5.0-1 on the Feb 11. my client can't register and i fonud the follow the line in the syslog: ERROR:db_mysql:db_mysql_do_prepared_query: mysql_stmt_execute() failed: Unknown prepared statement handler (1) given to mysql_stmt_execute when i restart the opensips, everythi

Re: [OpenSIPS-Users] Help on Canonical URI...

2009-02-17 Thread Gustavo Mistrinelli
Hi, I don't know where you do get code that send us, but it seems to use m4. ( read http://www.opensips.org/index.php?n=Resources.DocsTools) To learn how to use accounting on opensips read http://www.opensips.org/html/docs/modules/1.4.x/acc.html To see why opensips does not start read http://www.

Re: [OpenSIPS-Users] Missing call control module!

2009-02-17 Thread bay2x1
Thanx for the immediate reply :clap: I appreciate all your efforts in helping people like me... Bogdan-Andrei Iancu wrote: > > Well, > > call_control module exists only in 1.5.0 :) > > Regards, > Bogdan > > bay2x1 wrote: >> >> Hi, >> >> What version of OpenSIPs are you using? >> >> Regards,

[OpenSIPS-Users] Help on Canonical URI...

2009-02-17 Thread bay2x1
Where would I insert this code in the opensips.cfg file route { ... setflag(ACCOUNTING_FLAG); $avp(s:can_uri) = $ru; ... } I have tried to insert this code but opensips fails to run. I have seen this code on the installation guide. An explanation and example would be h

Re: [OpenSIPS-Users] Missing call control module!

2009-02-17 Thread Bogdan-Andrei Iancu
Well, call_control module exists only in 1.5.0 :) Regards, Bogdan bay2x1 wrote: > > Hi, > > What version of OpenSIPs are you using? > > Regards, > Bogdan > > I am using Opensips version 1.4.4 > ___ Users mailing list Users@lists.opensips.org http:

[OpenSIPS-Users] Help errors on opensips 1.4.4

2009-02-17 Thread bay2x1
I have have manage to install opensips and including cdrtool, freeradius, and mediaproxy. I am encountering problems. Below is the error log. any information would be highly appreciated... thanx... Feb 17 08:40:02 ws16 cdrtool[4048]: Checking user quotas for data source OpenSIPS Proxy/Registra

Re: [OpenSIPS-Users] Missing call control module!

2009-02-17 Thread bay2x1
Hi, What version of OpenSIPs are you using? Regards, Bogdan I am using Opensips version 1.4.4 -- View this message in context: http://n2.nabble.com/Missing-call-control-module%21-tp2338529p2343866.html Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

Re: [OpenSIPS-Users] Mediaproxy

2009-02-17 Thread Gabriel Bermudez
Dan Pascu escribió: > On Monday 16 February 2009, Gabriel Bermudez wrote: > >>> In the documentation is stated that you need Python 2.4. >>> >>> Where do you see that it needs at least Python 2.5? >>> >>> Adrian >>> >> When I tried to install mediaproxy on Ubuntu 8.04LTS using the >> ag

[OpenSIPS-Users] SEMS (bugfix) release 1.0.1

2009-02-17 Thread Stefan Sayer
Hello, The 1.0.1 release of SEMS, the SIP Express Media Server [0], is now available for download [1]. The 1.0.1 release contains all fixes applied to the 1.0 branch, and should be a drop-in replacement for anyone still using 1.0.0. Update is recommended to everyone who is still using 1.0.0-rc

Re: [OpenSIPS-Users] How to stop a response being sent in onreply

2009-02-17 Thread John Quick
Hi Bogdan Thanks. That works perfectly. John -Original Message- From: Bogdan-Andrei Iancu [mailto:bog...@voice-system.ro] Sent: 17 February 2009 19:38 To: john.qu...@smartvox.co.uk Cc: users@lists.opensips.org Subject: Re: [OpenSIPS-Users] How to stop a response being sent in onreply H

Re: [OpenSIPS-Users] How to stop a response being sent in onreply

2009-02-17 Thread Bogdan-Andrei Iancu
Hi John, You can drop from onreply_route a provisional reply (like 180) by simply doing "drop" statement: http://www.opensips.org/index.php?n=Resources.DocsCoreFcn14#toc92 Regards, Bogdan John Quick wrote: > Hi all > > We want to receive calls diverted by a carrier to our IVR's over SIP

[OpenSIPS-Users] How to stop a response being sent in onreply

2009-02-17 Thread John Quick
Hi all We want to receive calls diverted by a carrier to our IVR's over SIP in such a way that it appears to be a continuous part of a single call. So we don't want any ringing to be heard. The IVR's are configured to answer immediately, but there is still a very short burst of ringing heard by th

Re: [OpenSIPS-Users] Configuration include

2009-02-17 Thread Bogdan-Andrei Iancu
Hi Miles, use M4 for such functionalities. With M4 you can generate the CFG file to be used by opensips. Regards, Bogdan Miles Scruggs wrote: > Hi, > > What are the chances of getting an include function for the > configuration script. It seems that every other configuration script > has thi

[OpenSIPS-Users] Configuration include

2009-02-17 Thread Miles Scruggs
Hi, What are the chances of getting an include function for the configuration script. It seems that every other configuration script has this ability but opensips. Cheers Miles smime.p7s Description: S/MIME cryptographic signature ___ Users m

Re: [OpenSIPS-Users] Regarding opensipsctl error

2009-02-17 Thread Bogdan-Andrei Iancu
Hi Ranga, What DB backend are you using ? MySQL.? Postgres? Also, what is the exact command you are running? Regard, Bogdan Ranganath B wrote: > > Hi, > > I installed the opensips version 1.4.4 and when I try to add > subscribers or domain in the database I get the following error >

[OpenSIPS-Users] [MI] - flush support

2009-02-17 Thread Bogdan-Andrei Iancu
Hi, Last week I added in OpenSIPS 1.5 an extension to MI (Management Interface) that allow a module to flush partial MI replies to the transport layer. This extension wants to fix a bug/limitation from previous versions: trying to print a large amount of data from OpenSIPS to the outside. Ex:

[OpenSIPS-Users] R: R: R: Milliseconds in the accounting table

2009-02-17 Thread Mauro Davi'
Thanks so much Bogdan, now the script works fine. -Messaggio originale- Da: Bogdan-Andrei Iancu [mailto:bog...@voice-system.ro] Inviato: martedì 17 febbraio 2009 13:38 A: Mauro Davi' Cc: users@lists.opensips.org Oggetto: Re: R: R: [OpenSIPS-Users] Milliseconds in the accounting table Hi

[OpenSIPS-Users] Regarding the xcap server

2009-02-17 Thread kishore kumar
Hi, I installed openxcap server and it has been installed and aslo running while we start but when we are testing it is showing following errors File "./test.py", line 7, in from common import * File "/opt/python2.5/lib/python2.5/site-packages/xcap/test/common.py", line 47, in class

Re: [OpenSIPS-Users] Adtran VQM data into Opensips/CDRTool

2009-02-17 Thread Jeff Pyle
Adrian, Fantastic information. That would be perfect. Now, I¹m wondering if anyone can point me in the right direction towards some scripting logic to properly handle this PUBLISH event and extract the data. Thanks, Jeff On 2/17/09 4:42 AM, "Adrian Georgescu" wrote: > If you saved that in

Re: [OpenSIPS-Users] One way audio with AudioCodes Mediant 2000 and NAT

2009-02-17 Thread Bogdan-Andrei Iancu
Julian, Can you post a trace of the entire call (INVITE + re-INVITe) ? Regards, Bogdan Julian Yap wrote: > In an example scenario, the re-INVITE is handled by the end device. > > So: > PSTN Fax --> GW --> OpenSIPS --> UA (ATA attached to Fax machine) > > UA answers the call and then sends the re

Re: [OpenSIPS-Users] OpenSIPS libmysqlclient.so segfault after MySQL restart

2009-02-17 Thread Bogdan-Andrei Iancu
Hi Om, Ok - got it (2608188) - thank you again for your report. Regards, Bogdan Om Bikram Thapa wrote: > Hi Bogdan, > > I have submitted the bug on the tracker. > > Thanks, > Om. > > On Tue, Feb 17, 2009 at 3:50 AM, Bogdan-Andrei Iancu > wrote: > >> Hi Om, >> >> Thanks for the report - I ma

Re: [OpenSIPS-Users] R: R: Milliseconds in the accounting table

2009-02-17 Thread Bogdan-Andrei Iancu
Hi Mauro, Use $var() in the acc params. If you want to use AVPs, you have to set in TM the "onreply_avp_mode" param to 1: http://www.opensips.org/html/docs/modules/1.4.x/tm.html#id270504 By default, the avps from onreply route are not attached to transaction, so not available for Acc. Rega

Re: [OpenSIPS-Users] Missing call control module!

2009-02-17 Thread Bogdan-Andrei Iancu
Hi, What version of OpenSIPs are you using? Regards, Bogdan bay2x1 wrote: > I have installed call control in fedora 10. As I was integrating its > configuration to the opensips.cfg file I notice that the call_control.so is > missing on the modules directory. The callcontrol daemon is already r

Re: [OpenSIPS-Users] Opensips does not start with dialplan module

2009-02-17 Thread Anca Vamanu
Hi Ibrahim, Thank you for your report. It was due to something that I missed out. I have fixed it now. Please update and try again. regards, Anca ibrahim tunali wrote: > Hi, > > Opensips does not start with dialplan module. I am working with SVN > trunk and you can find log line at below; > >

[OpenSIPS-Users] Opensips does not start with dialplan module

2009-02-17 Thread ibrahim tunali
Hi, Opensips does not start with dialplan module. I am working with SVN trunk and you can find log line at below; Feb 17 09:27:25 voipvserver /usr/sbin/opensips[10246]: DBG:dialplan:dp_load_db: init Feb 17 09:27:25 voipvserver /usr/sbin/opensips[10246]: DBG:core:db_new_result: allocate 48 bytes f

Re: [OpenSIPS-Users] Adtran VQM data into Opensips/CDRTool

2009-02-17 Thread Adrian Georgescu
If you saved that information CDRTool it will merely display it in the expanded CDR info, nothing more. Adrian On Feb 16, 2009, at 10:04 PM, Jeff Pyle wrote: Hello, We run a number of Adtran TA900-series gateways in our network. Recent software versions have the ability to do voice quali

Re: [OpenSIPS-Users] Help help help....

2009-02-17 Thread Iñaki Baz Castillo
2009/2/17 bay2x1 : > > I have have manage to install opensips and including cdrtool, freeradius, and > mediaproxy. I am encountering problems. Below is the error log. any > information would be highly appreciated... thanx... For the next question in a maillist please use a descriptive subject. "

[OpenSIPS-Users] R: R: Milliseconds in the accounting table

2009-02-17 Thread Mauro Davi'
Hi Bogdan, Below the code used in the script... modparam("acc", "multi_leg_info", "src_leg=$avp(i:901);dst_leg=$avp(i:902)") onreply_route[1] { if (t_check_status("200")) { setflag(4); setflag(24); setflag(25); $avp(s:acc_caller_user) = $fU; $avp(s:acc_caller