[OpenSIPS-Users] Has anyone configured CDRTool on centos.

2009-04-14 Thread ASHWINI NAIDU
hi all, I am trying to configure CDRtool on centos system. I has apache 2 and php5 installed with all its dependencies. when i try to opens the CDRTool page it informs me as CDRTool setup* CDRTool has not been setup on this machine yet. * * You must first setup php, apache and to create the

Re: [OpenSIPS-Users] mmgeoip module load error

2009-04-14 Thread Kobi Eshun
Hi, Jeff. Did you ever hear back from MaxMind about why their sample program fails on your platform? Cheers, -- kobi On Mar 9, 2009, at 11:36 AM, Jeff Pyle wrote: > Kobi, > > I installed the geoip and geoip-devel packages for Red Hat 5, > suitable for > CentOS 5.2. On the MaxMind example,

[OpenSIPS-Users] Error on openxcap 1.0.7

2009-04-14 Thread bay2x1
OpenXcap was running but when I upgraded to mediaproxy2.3.4 and upgraded python-application, python-twisted openxcap crashes during run time. Here is the error log. Is there some compatibility issues between openxcap and python application and/or python-twisted? Apr 15 07:25:29 ws16 openxca

Re: [OpenSIPS-Users] [OpenSIPS] opensipsdbctl migrate

2009-04-14 Thread Iñaki Baz Castillo
El Martes 14 Abril 2009, Michael Ciupka escribió: > Hello, > > you can also read "from 1.2 to 1.3" ? because i want to migrate to 1.5 and > i dont know why there list "from 1.2 to 1.3" Consider it a never implemented feature remaining there in all versions. Yes, it should not exist. -- Iñaki Ba

Re: [OpenSIPS-Users] [OpenSIPS] opensipsdbctl migrate

2009-04-14 Thread Michael Ciupka
Hello, you can also read "from 1.2 to 1.3" ? because i want to migrate to 1.5 and i dont know why there list "from 1.2 to 1.3" Regards Michael Original-Nachricht > Datum: Tue, 14 Apr 2009 21:08:45 +0200 > Von: "Iñaki Baz Castillo" > An: users@lists.opensips.org > Betreff: Re

Re: [OpenSIPS-Users] [OpenSIPS] opensipsdbctl migrate

2009-04-14 Thread Iñaki Baz Castillo
El Martes 14 Abril 2009, Michael Ciupka escribió: > read: opensipsdbctl migrate > .(migrates DB from 1.2 to 1.3, not implemented yet!) > > is this correct? why "not implemented"? That's true: it's not implemented :) -- Iñaki Baz Castillo __

[OpenSIPS-Users] [OpenSIPS] opensipsdbctl migrate

2009-04-14 Thread Michael Ciupka
Hello, can someone enter in his console opensipsdbctl.. can you post line 15 ( the command with "migrate") because in my console I read: opensipsdbctl migrate .(migrates DB from 1.2 to 1.3, not implemented yet!) is this correct? why "not implemented"? Regards Michael ___

Re: [OpenSIPS-Users] 180 w/ SDP -> 183

2009-04-14 Thread Jeff Pyle
No. Some of my outbound PSTN carriers' gateways are. In this case, the UAC (say, a Polycom handset) sends a call to Asterisk, who sends the call to Opensips for least-cost routing, who decides on a carrier to send it to. When the 180 with SDP makes it back to Asterisk, it gets sent first as an 18

[OpenSIPS-Users] [OpenSIPS] opensipsdbctl migrate

2009-04-14 Thread Michael Ciupka
Hello, I migrate my Database. Where can I see/read which Version has my "old" and "new" database? Regards Michael ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] opensips.cfg

2009-04-14 Thread Michael Ciupka
Hi Anna, I enter "opensipsdbctl migrate opensips opensips_1_5" now i get this error: ERROR: failed to migrate opensips.gw to opensips_1_5.gw! i can skip this error. Regards Michael Original-Nachricht > Datum: Mon, 13 Apr 2009 15:40:36 +0300 > Von: Anca Vamanu > An: Michael C

Re: [OpenSIPS-Users] OpenSips RPM

2009-04-14 Thread Marc Leurent
Hello Norman, You have to install perl-String in order to satisfy perl dependencies Install it manually: # Install cpan2rpm in order to make rpm from perl modules yum install cpan2rpm # Make the RPM from the String module cpan2rpm -i http://search.cpan.org/CPAN/authors/id/S/SH/SHERZODR/String-1.5

Re: [OpenSIPS-Users] 180 w/ SDP -> 183

2009-04-14 Thread Thomas Gelf
Are you sure that your Asterisk is sending 180 replies with SDP? Jeff Pyle wrote: > I'm sure the trouble does lie elsewhere. But, rather than actually fix the > problem in Asterisk, if there were a few lines of reply_route script that > could change a 180 to a 183 when an SDP was present, that's

[OpenSIPS-Users] fixed Re: mediaproxy 2.3.4 no websessions

2009-04-14 Thread Uwe Kastens
Hello, just an error with the domain allow list. Something has changed on my system:-) BR Uwe Uwe Kastens schrieb: > Hmmm, > > Seems to be a php problem, since I am able to lookup via telnet and the > session command. > > BR > > Uwe > > > Uwe Kastens schrieb: >> Hello list, >> >> I made an

Re: [OpenSIPS-Users] 180 w/ SDP -> 183

2009-04-14 Thread Jeff Pyle
I'm sure the trouble does lie elsewhere. But, rather than actually fix the problem in Asterisk, if there were a few lines of reply_route script that could change a 180 to a 183 when an SDP was present, that's much easier and just as effective. Although, granted, it doesn't actually fix the proble

Re: [OpenSIPS-Users] mediaproxy 2.3.4 no websessions

2009-04-14 Thread Uwe Kastens
Hmmm, Seems to be a php problem, since I am able to lookup via telnet and the session command. BR Uwe Uwe Kastens schrieb: > Hello list, > > I made an upgrade from 2.3.2 to 2.3.4 and integrate database usage in > parallel. Since this time I am unable to see any sessions in the > webinterface

Re: [OpenSIPS-Users] 180 w/ SDP -> 183

2009-04-14 Thread Thomas Gelf
"How it works": - OpenSIPS calls the perl function and hands over the current reply - perl function removes body, adjusts headers, removes topmost via and sends out the packet with new status line on raw socket "Implement it in reverse": Will not work, see previous answer. Could it be that your p

Re: [OpenSIPS-Users] 180 w/ SDP -> 183

2009-04-14 Thread Jeff Pyle
Hi Thomas, I did see your script. It's very nice. I have two problems with it. First, I can't get my mind around how it works (my learning curve), and second, it does the opposite of what I need. Perhaps once I understand how it works I'll be able to implement it in reverse. - Jeff On 4/14

Re: [OpenSIPS-Users] 180 w/ SDP -> 183

2009-04-14 Thread Thomas Gelf
Hi Jeff, OpenSIPS itself does not allow you to rewrite status codes, but you can find a perl script doing so on the OpenSIPS website (tutorials): http://www.opensips.org/index.php?n=Resources.DocsTutPerl183to180 However, this will not help you as I assume there is no SDP in your 180 replies. A

[OpenSIPS-Users] 180 w/ SDP -> 183

2009-04-14 Thread Jeff Pyle
Hello, A small number of my PSTN carriers send 180 Ringing with SDP when inband ringback is available. This causes fits in some versions of Asterisk, sending an SDPless 180 and immediately later a 183 with SDP. Some UACs render that very strangely. How would one go about detecting a 180 with SD

[OpenSIPS-Users] mediaproxy 2.3.4 no websessions

2009-04-14 Thread Uwe Kastens
Hello list, I made an upgrade from 2.3.2 to 2.3.4 and integrate database usage in parallel. Since this time I am unable to see any sessions in the webinterface - even if I disable database storage. Anything I missed during the upgrade? This is the debug output: Apr 14 14:01:32 asne02 media-relay

Re: [OpenSIPS-Users] Sending 180 Reply for incoming 183 Early media (instead of)

2009-04-14 Thread Thomas Gelf
Bogdan-Andrei Iancu wrote: > maybe you can upload the script with some explanations on the > opensips.org web site - this will help other people to find this info > much faster. Done so, please have a quick look on it: http://www.opensips.org/index.php?n=Resources.DocsTutorials#toc6 I posted t

Re: [OpenSIPS-Users] Problem with 408 Request Timeout

2009-04-14 Thread mmarzuola
Hi Bogdan. I'm using the 1.4.5 version of opensips. The clients are Sjphone. I tried to set 0 the restart_fr_on_each_reply parameter but the 408 is not sent from the proxy. This is a part of the trace: U 10.10.45.72:5060 -> 10.10.45.172:5060 OPTIONS sip:10.10.45.172:5060 SIP/2.0. Via: SIP/2.0/UD

[OpenSIPS-Users] Opensips crashed - problem with MD5?

2009-04-14 Thread Carlo Dimaggio
Hi all, My opensips 1.5.0 has crashed twice in the last 5 days. It had low load (few registrations)... In opensipsctlrc I have: MD5="md5sum" STORE_PLAINTEXT_PW=0 in opensips.cfg: modparam("auth_db", "calculate_ha1", 0) modparam("auth_db", "password_column", "ha1"