Re: [OpenSER-Users] DB aliases for outgoing calls

2008-01-11 Thread Marc LEURENT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thank you Iñaki for your quick answer!! Have a nice we! Iñaki Baz Castillo a écrit : > On Friday 11 January 2008 18:45:17 Marc LEURENT wrote: >> Good Evening, >> I have a little question: >> I have users with usernames and 10 phone numbers from my SIP

Re: [OpenSER-Users] DB aliases for outgoing calls

2008-01-11 Thread Iñaki Baz Castillo
On Friday 11 January 2008 18:45:17 Marc LEURENT wrote: > Good Evening, > I have a little question: > I have users with usernames and 10 phone numbers from my SIP/PSTN > provider. > I have a dbaliases table for incoming calls, in order to redirect the > 0x number to an user. > 01 =>

[OpenSER-Users] DB aliases for outgoing calls

2008-01-11 Thread Marc LEURENT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Good Evening, I have a little question: I have users with usernames and 10 phone numbers from my SIP/PSTN provider. I have a dbaliases table for incoming calls, in order to redirect the 0x number to an user. 01 => bob I would like for

Re: [OpenSER-Users] Fix up source address.

2008-01-11 Thread Robert Dyck
Is your public IP dynamic? I am curious how other people handle the problem of dynamic IP's within the context of openser. If you hard code an address in the script it has to be manually changed whenever your IP changes. On Friday 11 January 2008, Peter P GMX wrote: > Hello Robert, > > I think i

Re: [OpenSER-Users] RTP-Proxy

2008-01-11 Thread Jerome Martin
Andreas, On Fri, 2008-01-11 at 15:41 +0100, Andreas Granig wrote: > Let me clear this up. In some deployments billing relies on successful > re-INVITEs (with an interval of some minutes) rather than on RTP > timeouts (which may be detected within some seconds). Right. That's the solution I li

Re: [OpenSER-Users] Strange OpenXCAP behaviour in virtualizedenvironment

2008-01-11 Thread Schumann Sebastian
Dear all I finally found the mistake: My VMWare ESX server for virtualization is not connected to the internet, my local PC was. It didn't come to my mind ever before. Although - I never saw it documented anywhere, that OpenXCAP needs internet access for downloading the namespace files. I wou

Re: [OpenSER-Users] RTP-Proxy

2008-01-11 Thread Andreas Granig
Jerome, Jerome Martin wrote: > What I don't get here is the "minutes of tolerance". Typically, RTP > timeout is in the same order of time, for what I've seen. Do you use an > RTP timeout of a few seconds only ? If so, clearly the issues I've > mentionned earlier are even worse with such a short ti

[OpenSER-Users] Strange OpenXCAP behaviour in virtualized environment

2008-01-11 Thread Schumann Sebastian
Dear all This week, I tried again to bring up finally the OpenXCAP server. I tried it first acc. the instruction on OpenXCAP.org on my local virtual VMWare Server 1.0 (before, I always used virtualized ESX server). It worked without major issues, meaning I could install lenny, all required files

Re: [OpenSER-Users] OpenXCAP: rls-services 404 Not found, and no log?

2008-01-11 Thread Reinhold Buchinger
Hi, rls-services is not supported yet. Regards, Reinhold KevinKinnan schrieb: > I tried example of rfc 4825. Creating resource-lists is ok, but not > rls-services, 404 not found response is received. And, there is not > any new log appearing in the syslog, I can't debug where I am wrong. > > HTT

[OpenSER-Users] OpenXCAP: rls-services 404 Not found,and no log?

2008-01-11 Thread KevinKinnan
I tried example of rfc 4825. Creating resource-lists is ok, but not rls-services, 404 not found response is received. And, there is not any new log appearing in the syslog, I can't debug where I am wrong. HTTP URI is: http://xcap-root/rls-services/users/sip:[EMAIL PROTECTED]/index XML is:

Re: [OpenSER-Users] TLS problem.

2008-01-11 Thread Klaus Darilion
Maybe this is caused by only listening to TLS socket, but not UDP/TCP. Workaround 1: try adding: alias=10.11.57.197 to the config Workaround 2: try what happens if you listen to other ports to: listen = udp:10.11.57.197:5060 listen = tcp:10.11.57.197:5060 listen = tls:10.11.57.197:5061 regards

Re: [OpenSER-Users] TLS problem.

2008-01-11 Thread Klaus Darilion
you have to load the xlog module fengbin schrieb: > Dear,Klaus, > > There is an error of " not found" while I put that phrase > > > On 1/11/08, *Klaus Darilion* <[EMAIL PROTECTED] > > wrote: > > Hi Fengbin! > > Cc'ed to the openser list ... > > fengb

[OpenSER-Users] Giving more power to CPL language: Addressbook Categories feature

2008-01-11 Thread Iñaki Baz Castillo
Hi, in my opinion CPL language is not enough powerful, the absence of regular expression or any header reading makes it poor (IMHO). It would become really cool if it could match AVP's but it can :( I'm trying to give some power to CPL logic. I want to implement "addressbook categories" for eac

Re: [OpenSER-Users] Fix up source address.

2008-01-11 Thread Peter P GMX
Hello Robert, I think it may have to do with the following point, which I found? http://openser.org/pipermail/devel/2007-May/007701.html This is not a bug, but a known limitation of openser. In openser, message rewriting is done at the end of the routing. All the openser.cfg functions which

Re: [OpenSER-Users] TLS problem.

2008-01-11 Thread fengbin
Dear,Klaus, There is an error of " not found" while I put that phrase On 1/11/08, Klaus Darilion <[EMAIL PROTECTED]> wrote: > > Hi Fengbin! > > Cc'ed to the openser list ... > > fengbin schrieb: > > Hi,Klaus, > > > > How to use NULL cipher? Only setting in Openser is ok? I mean do I need > > to

Re: [OpenSER-Users] TLS problem.

2008-01-11 Thread Klaus Darilion
Hi Fengbin! Cc'ed to the openser list ... fengbin schrieb: > Hi,Klaus, > > How to use NULL cipher? Only setting in Openser is ok? I mean do I need > to set NULL cipher at client site? Usually the NULL cipher is not enabled (for security reasons). You have to enable it on both sides, the serve

Re: [OpenSER-Users] TLS problem.

2008-01-11 Thread fengbin
Hi,Klaus Thank you for your reply. The enclosed is the config file ,the pcap between client and server and the log on the openser 's console. Could you please take a look at them for me? THX BR On 1/10/08, Klaus Darilion <[EMAIL PROTECTED]> wrote: > > Can you show us the REGISTER request? (both,

Re: [OpenSER-Users] RTP-Proxy

2008-01-11 Thread kokoska rokoska
Jerome Martin napsal(a): > On Fri, 2008-01-11 at 02:39 +0100, Andreas Granig wrote: >> Jerome, >> >> In my opinion it depends on the policy of the VoIP provider rather than >> on technical issues. > > Agreed, the definitive solution does not exists, and is policy and > environment-dependent. >

[OpenSER-Users] Testing.... List Working?

2008-01-11 Thread Douglas Garstang
Is the list working? Haven't seen much traffic on list today. First post was ok. Second went to list and archive, but I never received it via email. Third has gone nowhere! This is my 4th... Be a better

Re: [OpenSER-Users] RTP-Proxy

2008-01-11 Thread Klaus Darilion
Andreas Granig schrieb: > Jerome, > > In my opinion it depends on the policy of the VoIP provider rather than > on technical issues. > > Proper implementation of RFC 4028 of all involved UACs might render RTP > analysis useless, if it's in line with the policy of the the VoIP > provider to h