[OpenSIPS-Users] Opensips:how to distinguish sip message from my-test-client?

2010-02-05 Thread CheeWii
Hi: I want to do special route to the INVITE message from my-test-client;Now I just distinguish sip message from my-test-client by the parameter src_ip, but this is static. I think if I make a special mark,and Opensips can easily distinguish sip message by this mark. Is it to be accomplished simp

[OpenSIPS-Users] Bug in b2b code

2010-02-05 Thread opensipslist
Hello list, Observed in revision 6567, bridging a client while explicitly setting the transport in the client URI will not work. The transport is ignored. In version 1.6.0 using the prepaid.xml as an example, setting the client URIs with: b2b_init_request("prepaid", "sip:tar...@name.host.tld:1

Re: [OpenSIPS-Users] Building Presences and PUA for OpenSIPS 1.6.1

2010-02-05 Thread Manivasagam Sivaraman
I built opensips161 and installed it over the existing 151 version. I have no issue. I use presence pua etc every day. On Fri, Feb 5, 2010 at 4:21 AM, Steven C. Blair wrote: > > Neither the presence or PUA modules want to build under 1.6.1. make says > it cannot find libxml2 even though the pack

Re: [OpenSIPS-Users] B2BUA help

2010-02-05 Thread opensipslist
Hello Anca, An ven., févr 05, 2010, Anca Vamanu schrieb: >opensipsl...@encambio.com wrote: >> Unfortunately, b2b_logic doesn't pass on the Authorization header >> from the client to the server so authorization is failing. The >> module parameters of my script are: >> >> modparam("b2b_logic", "c

Re: [OpenSIPS-Users] B2BUA help

2010-02-05 Thread Anca Vamanu
Hi Brian, opensipsl...@encambio.com wrote: > Hello Anca, > > An ven., févr 05, 2010, opensipsl...@encambio.com schrieb: > >> An ven., févr 05, 2010, Anca Vamanu schrieb: >> >>> If you use the trunk svn branch, you have a parameter in b2b_logic >>> module - "custom_headers". You can set it

Re: [OpenSIPS-Users] Building Presences and PUA for OpenSIPS 1.6.1

2010-02-05 Thread Anca Vamanu
Hi Steven, The t_release() function was also removed. Now the release is done automatically when exiting the script. I will remove it's usage in presence module documentation. Thanks and regards, -- Anca Vamanu www.voice-system.ro Steven C. Blair wrote: > Anca, > > Thanks for the pointer. W

Re: [OpenSIPS-Users] Building Presences and PUA for OpenSIPS 1.6.1

2010-02-05 Thread Steven C. Blair
Anca, Thanks for the pointer. We've been running a 1.3 release for so long I had trouble finding the relevant changelog. I do have one more item. When performing a syntax check on the config I get three errors. OpenSIPS 1.6.1 does not like the use of t_release() in a route block. This syntax

Re: [OpenSIPS-Users] b2b_key match found

2010-02-05 Thread Anca Vamanu
Hi Marie, Do not expect to find something on the internet since this is a new feature. What opensips version are you using? Please use the svn version: |svn co https://opensips.svn.sourceforge.net/svnroot/opensips/branches/1.6 opensips_1_6 | |I can not help you if you use something else.| ||

Re: [OpenSIPS-Users] B2BUA help

2010-02-05 Thread opensipslist
Hello Anca, An ven., févr 05, 2010, opensipsl...@encambio.com schrieb: >An ven., févr 05, 2010, Anca Vamanu schrieb: >>If you use the trunk svn branch, you have a parameter in b2b_logic >>module - "custom_headers". You can set it to "WWW-Authenticate, >>Authorization" and the content of these hea

[OpenSIPS-Users] b2b_key match found

2010-02-05 Thread marie.gremillot
I have this error when I make a call via a b2b : ERROR:b2b_logic:b2b_logic_notify: No b2b_key match found I don't find anything on it on the internet ... Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ? Je crée ma boîte mail www.laposte.net ___

Re: [OpenSIPS-Users] opensips performance

2010-02-05 Thread Iñaki Baz Castillo
2010/2/5 Neo Anderson : > Hi, > > 1. CPU : Quad Core 64 bit CPU > 2. 8 GB RAM > 3. Centos 5.4 64 bit OS > 4. OpenSIPS will have db lookup with radius integration for accounting. > > Please let me know how many simultaneous calls OpenSIPS can process for > above mentioned situations? For sure such

Re: [OpenSIPS-Users] Building Presences and PUA for OpenSIPS 1.6.1

2010-02-05 Thread Anca Vamanu
Hi Steven, Steven C. Blair wrote: > One more thing. My config is quit old and still references uri_db. This > module did not build and does not seem to exist in the source for > 1.6.1-notls. I didn't see any mention of this in any changelog. Has this > module been moved or changed into another?

Re: [OpenSIPS-Users] opensips performance

2010-02-05 Thread Raúl Alexis Betancor Santana
On Friday 05 February 2010 12:42:31 Neo Anderson wrote: > Hi, > > 1. CPU : Quad Core 64 bit CPU > 2. 8 GB RAM > 3. Centos 5.4 64 bit OS > 4. OpenSIPS will have db lookup with radius integration for accounting. > > Please let me know how many simultaneous calls OpenSIPS can process for > above menti

Re: [OpenSIPS-Users] Building Presences and PUA for OpenSIPS 1.6.1

2010-02-05 Thread Steven C. Blair
One more thing. My config is quit old and still references uri_db. This module did not build and does not seem to exist in the source for 1.6.1-notls. I didn't see any mention of this in any changelog. Has this module been moved or changed into another? Thanks,Steve -Original Message-

[OpenSIPS-Users] opensips performance

2010-02-05 Thread Neo Anderson
Hi, 1. CPU : Quad Core 64 bit CPU 2. 8 GB RAM 3. Centos 5.4 64 bit OS 4. OpenSIPS will have db lookup with radius integration for accounting. Please let me know how many simultaneous calls OpenSIPS can process for above mentioned situations? -- VoipExpert ___

[OpenSIPS-Users] OpenSIPS profi needed

2010-02-05 Thread Konstantin Cherkasov
Hello, All! We are looking for OpenSIPS-profi for FULLTIME remote work with RUSSIAN-SPEAKING distributed developer team. We use the following buzzwords: FreeSwitch, Python, Django, Twisted, High Availability, High Scalability... Please, contact me: c...@imarto.net Знание русского языка обяз

Re: [OpenSIPS-Users] Building Presences and PUA for OpenSIPS 1.6.1

2010-02-05 Thread Steven C. Blair
Thanks for all the advice. I'll try this. _Steve -Original Message- From: users-boun...@lists.opensips.org [mailto:users-boun...@lists.opensips.org] On Behalf Of opensipsl...@encambio.com Sent: Friday, February 05, 2010 5:45 AM To: users@lists.opensips.org Subject: Re: [OpenSIPS-Users]

Re: [OpenSIPS-Users] B2BUA help

2010-02-05 Thread opensipslist
Hello Anca, An ven., févr 05, 2010, Anca Vamanu schrieb: >opensipsl...@encambio.com wrote: >> I've changed the parameters to: >> >> b2b_init_request("prepaid", >> "sip:playso...@name.host.tld:5080;transport=tcp", >> "sip:playso...@name.host.tld:5080;transport=tcp"); >> >> ...because name.host

Re: [OpenSIPS-Users] Building Presences and PUA for OpenSIPS 1.6.1

2010-02-05 Thread opensipslist
Hello Steven, An ven., févr 05, 2010, Steven C. Blair schrieb: > Neither the presence or PUA modules want to build under 1.6.1. > make says it cannot find libxml2 even though the package is > installed. Are there any known issues building these modules? > There are no problems building the module

Re: [OpenSIPS-Users] Building Presences and PUA for OpenSIPS 1.6.1

2010-02-05 Thread Anca Vamanu
Hi Steven, Have you installed libxml2-dev? Regards, -- Anca Vamanu www.voice-system.ro Steven C. Blair wrote: > > Neither the presence or PUA modules want to build under 1.6.1. make > says it cannot find libxml2 even though the package is installed. Are > there any known issues building

Re: [OpenSIPS-Users] issue with my XML script, b2bua

2010-02-05 Thread Anca Vamanu
Hi Marie, You are saying that the initial call setup does not happen? Are you using the latest code? Please update from svn, branch 1.6, it contains many fixes. Your script has a few problems: 1. client

Re: [OpenSIPS-Users] B2BUA help

2010-02-05 Thread Anca Vamanu
Hi Brian, opensipsl...@encambio.com wrote: > Hello Anca, > > An ven., janv 29, 2010, Anca Vamanu schrieb: > >> opensipsl...@encambio.com wrote: >> >>> An lun., janv 04, 2010, Anca Vamanu schrieb: >>> I see that you say that the prepaid scenario does not work for you. What

[OpenSIPS-Users] Building Presences and PUA for OpenSIPS 1.6.1

2010-02-05 Thread Steven C. Blair
Neither the presence or PUA modules want to build under 1.6.1. make says it cannot find libxml2 even though the package is installed. Are there any known issues building these modules? Thanks ___ Users mailing list Users@lists.opensips.org http://lis

[OpenSIPS-Users] issue with my XML script, b2bua

2010-02-05 Thread marie.gremillot
hello, I've written a XML script that should do that : opensips                  b2bua                                    AS               -(forward INVITE)->     <-(200 OK)

Re: [OpenSIPS-Users] OpenSIPS devel course 2010

2010-02-05 Thread Bogdan-Andrei Iancu
Reminder : 1 month to go before the course :) Regards, Bogdan Bogdan-Andrei Iancu wrote: > The 2010 edition of the *OpenSIPS Programming Course* will be held in > Bucharest, Romania, between 1st and 4th of March 2010. > > This event is organized, sponsored and hosted by *Voice System*, as > par

Re: [OpenSIPS-Users] What is protocol/port mismatch?

2010-02-05 Thread Bogdan-Andrei Iancu
Hi Brian, opensipsl...@encambio.com wrote: > I see a variety of things on the page 'Resources/Documentation/ > Out Of Memory' http://www.opensips.org/Resources/DocsTsMem, but > I'm not sure if you are referring to it which one exactly then? > That is the right one - use the compile instructions