Re: [OpenSIPS-Users] install cdrtools

2010-06-15 Thread asterisk1999
Adrian Georgescu writes: > > This works fine on Debian unstable. Are you using some other OS? May I ask which one?  > Adrian > > > > > On Apr 29, 2010, at 9:47 AM, kenny good wrote: > Dear    who can give me file of cdrtools installation    I install opensips with mysql & callcontr

Re: [OpenSIPS-Users] spam on OpenXCAP site

2010-06-15 Thread Adrian Georgescu
Fixed, thanks Adrian On Jun 16, 2010, at 6:38 AM, Paul Wise wrote: > There is one link that is spam on this page: > > http://openxcap.org/wiki/XcapBestPractices > > -- > bye, > pabs > > http://bonedaddy.net/pabs3/ > ___ > Users mailing list > Users@li

Re: [OpenSIPS-Users] uac_replace_from/to on a Branch Route

2010-06-15 Thread Antonio Anderson Souza
Hi Bogdan, Thank you very much for the explanation, I haven't understood that the changes made in the main branch is inherited by the new ones. I'll change my logic to concentrate the changes in the Branch route, and provide a feedback to the list. Thank you very much! Antonio Anderson Souza Vo

[OpenSIPS-Users] spam on OpenXCAP site

2010-06-15 Thread Paul Wise
There is one link that is spam on this page: http://openxcap.org/wiki/XcapBestPractices -- bye, pabs http://bonedaddy.net/pabs3/ signature.asc Description: This is a digitally signed message part ___ Users mailing list Users@lists.opensips.org http:

Re: [OpenSIPS-Users] New build error

2010-06-15 Thread Daniel Goepp
Well, that solved the first error we were getting, but now we are seeing this one: r...@ubuntu:/usr/local/etc/ opensips# opensipsdbctl create MySQL password for root: -e \E[37;33mINFO: test server charset -e \E[37;33mINFO: creating database opensips ... -e \E[37;33mINFO: Core OpenSIPS tables succe

Re: [OpenSIPS-Users] Unexpected loose_route() behavior

2010-06-15 Thread Matthew Lehner
After digging through the source code, it seems that any modifications to the current SIP message don't happen until the message is sent out. If this is true, what would be the best way to pass on the inbound/outbound flags with the b2b requests? Matt On Tue, Jun 15, 2010 at 1:16 PM, Matthew Lehn

Re: [OpenSIPS-Users] force_rtp_proxy /rtpproxy_offer - Opensips coredump on call without userinfo in contact address ?

2010-06-15 Thread Max Mühlbronner
Hello, yes, it is reproducible for me. 1.6.2 Best Regards Max M. -Ursprüngliche Nachricht- Von: users-boun...@lists.opensips.org [mailto:users-boun...@lists.opensips.org] Im Auftrag von Bogdan-Andrei Iancu Gesendet: Dienstag, 15. Juni 2010 18:31 An: OpenSIPS users mailling list Betreff

Re: [OpenSIPS-Users] Unexpected loose_route() behavior

2010-06-15 Thread Matthew Lehner
Bogdan, I suspected that it was something my provider was doing wrong. While I will bring this up with them, I don't expect a fix from them any time soon. In the meantime I would like to find a better solution to the problem. I am thinking that a b2bua between my network and the provider network

Re: [OpenSIPS-Users] Call control always returning 1 - Call with limit, even with rating engine down

2010-06-15 Thread Magnus Burman
So to answer my own question: xlog does of course also populate retcode... 2010/6/15 Magnus Burman : > Hi guys, > > I'm having some problems with callcontrol. I always get return code 1, > even when I don't have a rating engine up. Consequently the call is > set up (bad) and it's not tore down at

Re: [OpenSIPS-Users] In dialog requests misrouted

2010-06-15 Thread Bogdan-Andrei Iancu
Hi Bruce Bruce Borrett wrote: > So I believe what you are saying is that it is not optimal to use a > nat test in a reply route, rather flags should be set in the request > route and then checked for in the reply route. that's what I'm doing at least. > They are using openser 1.3, I have only kn

Re: [OpenSIPS-Users] force_rtp_proxy /rtpproxy_offer - Opensips coredump on call without userinfo in contact address ?

2010-06-15 Thread Bogdan-Andrei Iancu
Hi Max, What version of opensips are you using ? I was trying to search for the file and line mentioned by your gdb printout, but I cannot correlate. Also, is this bug reproducible by you? As I'm not 100% sure it is Contact related as the backtrace shows the crash when trying to get the body(

Re: [OpenSIPS-Users] Is there a way to Change SIP Header CONTACT field

2010-06-15 Thread Bogdan-Andrei Iancu
Hi, take a look at the fix_nated_contact() function from the nathelper module: http://www.opensips.org/html/docs/modules/1.6.x/nathelper.html#id271179 Regards, Bogdan Zilla Sun wrote: > I setup Opensips with Rtpproxy between our SIP Server and remote GW > (behind NAT). I got most of the

[OpenSIPS-Users] Is there a way to Change SIP Header CONTACT field

2010-06-15 Thread Zilla Sun
I setup Opensips with Rtpproxy between our SIP Server and remote GW (behind NAT). I got most of the part work, and having a problem with contact field. I would like to replace the contact field IP address - but can not find a way doing it. this is the deailts - SIP Server - 10.10.10.1 <--> 10.10.

Re: [OpenSIPS-Users] OpenSIPS on Sparc

2010-06-15 Thread Bogdan-Andrei Iancu
Hi Albert, Several people AFAIK - what is your issue ? Regards, Bogdan Albert Etsebeth wrote: > Hi All > > Has anyone gotten OpenSIPS 1.6.0 to work on Solaris SPARC? > > Thanks > > Albert > Internet Solutions > Tel: +27(0)87 356 6566 > Cell: +27(0)78 803 2800 > VoIS: +27(0)87 350 0118 > Web: www

Re: [OpenSIPS-Users] PUA Dialoginfo - BLF with Multiple Domain

2010-06-15 Thread osiris123d
Excellent. I will edit my script and test. Thanks. On Tue, Jun 15, 2010 at 3:08 AM, Anca Vamanu-2 [via OpenSIPS (Open SIP Server)] > wrote: > Hi, > > In fact this limitation is no longer valid. I have changed this a couple > of months ago - when the possiblity to choose for which party of th

[OpenSIPS-Users] Call control always returning 1 - Call with limit, even with rating engine down

2010-06-15 Thread Magnus Burman
Hi guys, I'm having some problems with callcontrol. I always get return code 1, even when I don't have a rating engine up. Consequently the call is set up (bad) and it's not tore down at the end of the timer (bad). Any hints of how I can debug this further? syslog: 2010-06-15T12:10:04.125+02:00

Re: [OpenSIPS-Users] Unexpected loose_route() behavior

2010-06-15 Thread Bogdan-Andrei Iancu
Hi Matthew, Seams that the 64.x.x.90 party (or somebody before it) is screwing up big time: See the 200 OK received from callee (24.x.x.75): Record-Route: Record-Route: Contact: And see the ACK built based as response to the 200 OK: ACK sip:8777

Re: [OpenSIPS-Users] OPENSIPS+ASTERISK Integration

2010-06-15 Thread Premalatha Kuppan
Thanks Bogdan. On Fri, Jun 11, 2010 at 9:41 AM, Bogdan-Andrei Iancu wrote: > Hi Prem, > > Premalatha Kuppan wrote: > > Hi Bogdan, > > > > Thanks for yor reply. > > > > Can you brief me about the "lookup(location) to send the call to the > > callee device." > Please check the default opensips cfg

[OpenSIPS-Users] Unexpected loose_route() behavior

2010-06-15 Thread Pavel Eremin
I've got same trouble and fix it in the same way... -- Pavel Eremin ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] unable to register to OPENSIP using xlite

2010-06-15 Thread Premalatha Kuppan
Yes, i have checked it. And made changes correspondingly to conenct to the seperate MySQL server. Problem is that, first time when OpenSIPS starts up, its taking lot of time to connect, which u can see from the log. Later, it gets connected and registration is successful. The point is its not con

[OpenSIPS-Users] OpenSIPS on Sparc

2010-06-15 Thread Albert Etsebeth
Hi All Has anyone gotten OpenSIPS 1.6.0 to work on Solaris SPARC? Thanks Albert Internet Solutions Tel: +27(0)87 356 6566 Cell: +27(0)78 803 2800 VoIS: +27(0)87 350 0118 Web: www.is.co.za/vois Please note: This email and its content are su

Re: [OpenSIPS-Users] SerMyAdmin-Tomcat 6 start problem: Error creating bean ...

2010-06-15 Thread Flavio Goncalves
Hi Franz, Check your database parameters. The sermyadmin will try to connect a local database using JDBC. The error (Communication Link) is telling that sermyadmin is unable to connect the database. Did you have any errors running the installation utility? Regards, Flavio E. Goncalves 2010/5/29

Re: [OpenSIPS-Users] In dialog requests misrouted

2010-06-15 Thread Bruce Borrett
So I believe what you are saying is that it is not optimal to use a nat test in a reply route, rather flags should be set in the request route and then checked for in the reply route. They are using openser 1.3, I have only known openser/opensips since 1.5, perhaps flags were not possible in 1.3

Re: [OpenSIPS-Users] OpenSIPS / RTPProxy integration. Opensips in local networks.

2010-06-15 Thread Bogdan-Andrei Iancu
Hi José, José María Jiménez wrote: > Hi all, > > I'm testing the integration of OpenSIPS + RTPproxy and I have some doubts: > > 1) Is it possible to test a VoIP infrastructure (with OpenSIPS, > RTPProxy and IP-phones) in a local network? I'm working on the local > network of an university and it

Re: [OpenSIPS-Users] B2B Ack issue

2010-06-15 Thread Bruce Borrett
Hi All Sorry if I have confused the list with all my paste links :) Anca, if the ACK from 196.x.x.208 is not being matched to a transaction correctly, then how does B2B module know to route the ACK to 41.x.x.33, and it is even using the correct call id and from and to tags? Regards, Bruce __

Re: [OpenSIPS-Users] OpenSIPS on Mac OS X 10.6.3 with mysql support

2010-06-15 Thread Anca Vamanu
On 06/15/2010 07:03 AM, Sajjad Ali wrote: > Hello > i am trying to install OpenSIPS on Mac OS X 10.6.3, it went well > without mysql module and i am using it right now but i need mysql support and > i came across the following error (below) during "" make install "" after no > error during

Re: [OpenSIPS-Users] PUA Dialoginfo - BLF with Multiple Domain

2010-06-15 Thread Anca Vamanu
Hi, In fact this limitation is no longer valid. I have changed this a couple of months ago - when the possiblity to choose for which party of the dialog to publish state was added. I updated the documentation then but did not notice this entry in the limitations list. Good for you that you pos

Re: [OpenSIPS-Users] B2B Ack issue

2010-06-15 Thread Anca Vamanu
Hi Inaki, The first two bugs are no longer valid. You probably looked at an old trace that the user pasted, I then asked him to update the code and there are no longer this problems. With the third, you are right, this is the point of the B2BUA to put itself in the middle of the call and hide t