Re: [Kamailio-Users] Anyone doing CNAM lookups?

2008-10-22 Thread Klaus Darilion
Hi Brian! If you need to trigger SUBSCRIBE you would need the pua module. You would need to write a new module which either sends SUBSCRIBE directly (via tm module) or which links into pua module (which support SUBSCRIBE/NOTIFY in a generic ways). Do you have a specification of the CNAM lookup

[Kamailio-Users] Proxying media on reinvite

2008-10-22 Thread CSB
We have the following scenario: Nated UAC receives INVITE Call is established, we proxy audio Far end sends Re-INVITE (to inform UAC to use UDPTL) We don't proxy audio so call fails So I need to understand how the appropriate way to force us to proxy the audio when the far end of a reinvite is NAT

[Kamailio-Users] Usrloc: cache vs database inconsistencies

2008-10-22 Thread CSB
I have noticed a consistent difference between the location records OpenSER has cached and those stored in the database. e.g. openserctl ul show --brief database engine 'MYSQL' loaded Control engine 'FIFO' loaded entering fifo_cmd ul_dump brief Domain:: location table=512 records=19 max_slot=2 Co

[Kamailio-Users] Anyone doing CNAM lookups?

2008-10-22 Thread Brian McCrary
I've been using OpenSER 1.0.1 for the past couple of years, but I now need to add CNAM lookups. It looks like the presence module might be what I need, although from the looks if it, it's made to respond to lookups, instead of actually generate a query to another server for a lookup. I'm lo

Re: [Kamailio-Users] OpenSER ActiveWatcher Table

2008-10-22 Thread George Lee
I don't have a proxy. I have Kamailio running as both SIP server and Presence server. When I subscribe and un-subscribe, subscribe and un-subscribe, it creates 2 entries for every contacts during subscribe but not removing the entries when un-subscribe. I don't know what's wrong. Here is my setup:

Re: [Kamailio-Users] URI length

2008-10-22 Thread Alex Balashov
Greater than 8: > Greater or equal than 8: >= VoIP Forums www.Go4Calls.com wrote: > Hi All, > > I was trying to make dialplan if dialed number length >= 8 it should go > for PSTN call otherwise local call. > I did the following but PSTN is working well if length is greater than 8 > but when nu

[Kamailio-Users] URI length

2008-10-22 Thread VoIP Forums www . Go4Calls . com
Hi All, I was trying to make dialplan if dialed number length >= 8 it should go for PSTN call otherwise local call. I did the following but PSTN is working well if length is greater than 8 but when number comes for local call i am getting the error "Message to Big" if ($(rU{s.len}) >= 8) {

Re: [Kamailio-Users] Record Route and proxy behind static NAT

2008-10-22 Thread IƱaki Baz Castillo
2008/10/22 Zappasodi Daniele <[EMAIL PROTECTED]>: > In this way the proxy uses "record_route_preset" when the caller is private > (client_nat_test("3")) and "record_route" when the caller is public, without > consider the callee. > Consequently the proxy puts in the record route the public IP when

Re: [Kamailio-Users] UUID column in usr_preferences - How unique does it need to be?

2008-10-22 Thread Graham Wooden
Thanks Daniel. That clears it up. -graham > Hello, > > On 10/20/08 15:06, Graham Wooden wrote: >> Hi, >> >> By looking at the indexes set for the table usr_preferences, it >> appears that UUID is going to be unique against the attribute column. >> So if user A has a attribute of custom_paramet

Re: [Kamailio-Users] UUID column in usr_preferences - How unique does it need to be?

2008-10-22 Thread Daniel-Constantin Mierla
Hello, On 10/20/08 15:06, Graham Wooden wrote: > Hi, > > By looking at the indexes set for the table usr_preferences, it > appears that UUID is going to be unique against the attribute column. > So if user A has a attribute of custom_parameter_Z and user B has the > same attribute, then both UUI

[Kamailio-Users] Record Route and proxy behind static NAT

2008-10-22 Thread Zappasodi Daniele
Hello, I have my proxy behind a NAT (static NAT) with SIP clients that are both on my LAN and on public IP. UAC1 Private IP <--> <--> UAC3 PublicIP Proxy <--> NAT <--> WAN UAC2 Private IP <--> <--> UAC4 PublicIP I'm look

Re: [Kamailio-Users] Registrar performance

2008-10-22 Thread Pascal Maugeri
Thanks for your input ! The link you provided is very useful for that purpose. -pascal On Wed, Oct 22, 2008 at 10:08 AM, Henning Westerholt < [EMAIL PROTECTED]> wrote: > On Tuesday 21 October 2008, Klaus Darilion wrote: > > > I would like to have some rough estimate of the registrar performanc

Re: [Kamailio-Users] Registrar performance

2008-10-22 Thread Henning Westerholt
On Tuesday 21 October 2008, Klaus Darilion wrote: > > I would like to have some rough estimate of the registrar performance > > (with DB). > > registrar performance heavily depends on DB mode. Write through is > probably slower than write back mode. Some more factors this depends on: - type of th