Re: [OpenSIPS-Users] How can i use a pseudovariable or a avp in seturi or rewrite uri

2009-09-28 Thread ASHWINI NAIDU
Thanks Bogdan On Tue, Sep 29, 2009 at 12:08 PM, Bogdan-Andrei Iancu < bog...@voice-system.ro> wrote: > Hi ASHWINI, > > seturi / rewriteuri does not support pseudo variables, but you can do it > writing directly in the RURI pseudo variable: >$ru = $avp(s:to_uri); > > Regards, > Bogdan > > ASHW

Re: [OpenSIPS-Users] How can i use a pseudovariable or a avp in seturi or rewrite uri

2009-09-28 Thread Bogdan-Andrei Iancu
Hi ASHWINI, seturi / rewriteuri does not support pseudo variables, but you can do it writing directly in the RURI pseudo variable: $ru = $avp(s:to_uri); Regards, Bogdan ASHWINI NAIDU wrote: > Hi al, > > I want to use a *pseudo-variable or the avp as an argument to > seturi/rewriteuri*.

[OpenSIPS-Users] How can i use a pseudovariable or a avp in seturi or rewrite uri

2009-09-28 Thread ASHWINI NAIDU
Hi al, I want to use a *pseudo-variable or the avp as an argument to seturi/rewriteuri*. an error is throwed if i use the pseudovariable of avp. *Sep 29 13:49:03 rtp /sbin/opensips[7612]: ERROR:core:parse_uri: bad uri, state 0 parsed: <$avp> (4) / <$avp(s:to_uri)> (14) Sep 29 13:49:03 rtp /sb

Re: [OpenSIPS-Users] Presence Issue

2009-09-28 Thread ASHWINI NAIDU
/* Modules For Presence Support */ loadmodule "presence.so" loadmodule "presence_xml.so" loadmodule "presence_mwi.so" # - presence params (Simple configuration)- /* uncomment the following lines if you want to enable presence */ modparam("presence|presence_xml", "db_url", "mysql://opensip

Re: [OpenSIPS-Users] Error: A TLS packet with unexpected length was received.

2009-09-28 Thread bay2x1
I have corrected the wrong port assigned in (25061) in the relay section on my configuration. I have set the value for dispatcher = 172.16.100.20 (ip of my dispatcher) -- leaving the port blank. I have already check the version both are version 2.3.4. I am still stuck in the same error: A TLS

[OpenSIPS-Users] Mediaproxy-dispatcher issue

2009-09-28 Thread Justin Moore
Hello, I'm trying to get mediaproxy working with opensips. I can start the relay fine but when I start the dispatcher I get: Sep 28 17:02:49 atlplsi01 media-dispatcher[3248]: Log opened. Sep 28 17:02:49 atlplsi01 media-dispatcher[3248]: Starting MediaProxy Dispatcher 2.3.6 Sep 28 17:02:50 atlpl

Re: [OpenSIPS-Users] how do you determine first registration of a device

2009-09-28 Thread Iñaki Baz Castillo
El Sábado, 26 de Septiembre de 2009, Alex G escribió: > i have a 60 second expire on my location table, but some phones still will > reboot in less time than that. especially soft phones like xlite. i need to > know when this first registration is in order to trigger a script that send > mwi notifi

Re: [OpenSIPS-Users] Client certificate validation

2009-09-28 Thread Fabio Spelta
> How do you configure the client certificate in eyebeam? Or does it just > search in the certificate store for a client certificate? It does search in the certificate store for a certificate which CN field matches the username provided in the account configuration. Regards, -- Fabio __

Re: [OpenSIPS-Users] lcr_dump failed

2009-09-28 Thread Bogdan-Andrei Iancu
Hi Airton, do you get any errors in the logs? Regards, Bogdan Airton Kuada wrote: > > Hello All. > > I am using command (version 1.4.5): > > opensipsctl fifo lcr_dump > > and response is: 500 command '' failed > > The command "opensipsctl fifo lcr_reload" is OK. > > What's happen ? > > > Airton

Re: [OpenSIPS-Users] Client certificate validation

2009-09-28 Thread Klaus Darilion
Fabio Spelta schrieb: > Just to proof that even eyeBeam does support client side certificates > and that it gets them from the MS windows store, since many of you > weren't aware of that, here's the log of the client: How do you configure the client certificate in eyebeam? Or does it just searc

[OpenSIPS-Users] lcr_dump failed

2009-09-28 Thread Airton Kuada
Hello All.I am using command (version 1.4.5): opensipsctl fifo lcr_dump and response is: 500 command '' failedThe command "opensipsctl fifo lcr_reload" is OK.What's happen ?Airton Kuada--- 26/09/09 Airton Kuada (41)3200-6080 __

Re: [OpenSIPS-Users] OpenXcap - OpenSIPS

2009-09-28 Thread Jawad hussain
Thanks, Yes you are right, now I managed to get this fixed and OpenXCAP server is running. Regards, Jawad Hussain On Mon, Sep 28, 2009 at 12:46 PM, Dan Pascu wrote: > Your gnutls library seems incomplete. Maybe it was compiled with some > switches that removed some of the functionality from

Re: [OpenSIPS-Users] OpenXcap - OpenSIPS

2009-09-28 Thread Dan Pascu
Your gnutls library seems incomplete. Maybe it was compiled with some switches that removed some of the functionality from the library. On 25 Sep 2009, at 17:46, Jawad hussain wrote: > > Thanks All, > > Now it seems that OpenXCAP giving some messages in Syslog but still > there is one error.

Re: [OpenSIPS-Users] Error: A TLS packet with unexpected length was received.

2009-09-28 Thread Dan Pascu
On 25 Sep 2009, at 04:11, bay2x1 wrote: > > I was able to determine that the relay is using TCP. The relay _never_ uses TCP. > I am encountering this error on the mediaproxy-relay machine > > Sep 24 18:38:44 media-relay[9744]: error: Connection with > dispatcher at > xxx.xxx.xxx:25061 was l

Re: [OpenSIPS-Users] how do you determine first registration of a device

2009-09-28 Thread Bogdan-Andrei Iancu
Alex, take care that the functionality I mentioned exists only in 1.6 (if you need a backport to 1.5 let me know). Regards, Bogdan Alex G wrote: > ok I will test this method, this seems better than nothing at this > point. Thanks Bogdon! > > On Sun, Sep 27, 2009 at 4:33 AM, Bogdan-Andrei Iancu

Re: [OpenSIPS-Users] Media Proxy: Strange behaviour...

2009-09-28 Thread Dan Pascu
> Now... to resolve "my problem", the opensips server need to modify > not only the SDP connection information (c=), but also the > SDP owner information (o=). In this way the Media Proxy won't send > the RTP packet to the 23.238.97.105 not assigned IP Address > (that was my problem). > > Is th