Re: [SR-Users] Limiting registrations to known users without auth

2012-03-08 Thread Pedro Antonio Vico Solano
Thanks Ovidiu, I've opened a bug about it. BR, Pedro De:        Ovidiu Sas Para:        "SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users        Mailing List" Fecha:        07/03/2012 17:25 Asunto:        Re: [SR-Users] Limiting registrations to known users without auth

Re: [SR-Users] Rewrite $tU

2012-03-08 Thread Andrew Pogrebennyk
On 03/07/2012 08:46 PM, Lucas Alvarez wrote:. > Something like this: > > if(($rU=~"^(box02)[0-9]{2,15}$")) { > $rU = $(rU{s.substr,5,0}); > $ru = "sip:" + $rU + "@" + $sel(cfg_get.box02.gw_ip) + ":" > + $sel(cfg_get.box02.gw_port); > } BTW alternatively you can use dia

[SR-Users] no hangup when there is no network or when the UAC on the other side is power off

2012-03-08 Thread Rabary
Hi everybody, We are using kamailio+callcontrol+cdrtool+freeradius+mysql to build a voip prepaid based system: . 2 SIP accounts created and one of them is prepaid . we can debit balance when we call with the SIP prepaid account, and when the balance is 0, the call hang up . if we hangup a call

[SR-Users] kamailio with flowroute

2012-03-08 Thread romon.zaman
hello room, i was trying to add sip provider(like. flowroute,vitelity) with user-pass authentication in kamailio to accept inbound calls. any help? thanks___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip

Re: [SR-Users] Backing up htable to SQL table ...

2012-03-08 Thread Krishna Kurapati
Thanks Daniel for the help. I was looking at other module parameters. I added this like and tried it again modparam("htable", "htable","xhash=>size=8;dbtable=htable;dbmode=1;") However, it was still not backing up to the database. Seems like there is bug when the expiration is not set or set to 0

Re: [SR-Users] kamailio with flowroute

2012-03-08 Thread David J
You can use IP auth its simple and works. On Mar 8, 2012 4:19 PM, "romon.zaman" wrote: > hello room, > > i was trying to add sip provider(like. flowroute,vitelity) with user-pass > authentication in kamailio to accept inbound calls. > > any help? > > thanks > > _