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
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
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
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
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
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
>
> _