Hi,
please (CC) the forum in your replies in order to others can read the
answers.
To your problem:
the correct values to allow change ACL are:
priv_name: acl_control
priv_value: int
priv_name: acl_control
priv_value: ld
priv_name: acl_control
priv_value: local
But you realy do not need to know this!
Instead of changeing values in DB you can simply login to serweb as admin:
- click to tab 'admin privileges'
- click to link 'changes privilges' for user 'admin'
- mark the checkboxes in 'ACL control' area
- click to 'save'
Now you should be able to change ACL of other users.
Karel
mkumar(a)mantragroup.com napsal(a):
> Hi Karel Kozlik,
>
> I really do not know what are the correct values that must be given under
> priv_name, for admin I gave is_admin, change_privileges and for giving acl
> permissions I tried giving local,ld,acl_ld,acl_local but none worked and I
> still get "You haven't any privileges to control ACL" when I log in to
> admin,
> can you please give me syntax which grants acl change privilges to admin. I
> tried searching on net and doc which came with installation but none
> helped me.
> Please spare a minute and help me configure serweb.
>
> Thanks,
> Manoj.
>
> Quoting Karel Kozlik <karel(a)iptel.org>:
>
>> Hi,
>> that is OK. You can have more admins in serweb. And you can define
>> privileges for changeing ACL for each admin. To do that, click to tab
>> 'admin privileges' and select 'change privileges' for some admin. Here
>> you may define which values of ACL this admin may change.
>>
>> Karel
>>
>> mkumar(a)mantragroup.com napsal(a):
>>
>>> Hi All,
>>>
>>> I was able to install serweb and login to it both from admin and user
>>> end. But
>>> in admin end I have a problem, when I hit on ACL of any user that
>>> appered when
>>> I first login as admin, I get a error "You haven't any privileges to
>>> control
>>> ACL". In the DataBase I gave the following privileges to admin
>>>
>>> username admin
>>> domain mantragroup.com
>>> priv_name change_privileges
>>> priv_value 1
>>>
>>> username admin
>>> domain mantragroup.com
>>> priv_name change_privileges
>>> priv_value 1
>>>
>>> Someone please help me and guide me to inderstand where I am going
>>> wrong.
>>>
>>> Thanks,
>>> Manoj
>>>
>>>
>>> _______________________________________________
>>> Serusers mailing list
>>> serusers(a)lists.iptel.org
>>> http://lists.iptel.org/mailman/listinfo/serusers
>>
>>
>
>
>
Hi All,
I was able to install serweb and able to login both as admin and user. After I
log in as admin when I hit on ACL of any user that appeared, I get "You haven't
any privileges to control ACL". Can someone please tell me what are the
permissions that must be granted to admin for enabling ACL change privilege,
currently admin is like this
username admin
domain mantragroup.com
priv_name is_admin
priv_value 1
username admin
domain mantragroup.com
priv_name change_privileges
priv_value 1
Any help will be sincerely appreciated.
Thanks,
Manoj.
Dear Friends,
The script works?
[]'s
Walter
On 10/20/05, Klaus Darilion < klaus.mailinglists(a)pernau.at> wrote:
>
> > failure_route[1]{
> >
>
> if(t_check_status("487")) {
> break;
> }
>
> klaus
> > log(1,"!!!!!!!!!!! Timeout!!!!!!!!!!!!!!!!");
> >
> > revert_uri();
> >
> > rewritehostport(" 10.1.3.11:5061");
> >
> > append_branch();
> >
> > t_relay();
> >
> > break();
> >
> > }
> >
> >
> >
> >
> >
> > But my problem is that SER still rewrites the url and forwards it to
> > asterisk even that the calling person has hung up.
> >
> > Does anyone know how to do it that SER will forward the call only in
> > case of time out and will not forward when the caller hang up.
> >
> > Any help will be welcome.
> >
> >
> >
> > Best regards
> >
> > Jarek
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Serusers mailing list
> > serusers(a)lists.iptel.org
> > http://lists.iptel.org/mailman/listinfo/serusers
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
--
Walter Luis
--
Walter Luis
hello,
Can we use VRRP when a SER is down ?
SER1 (master)
sip agents ==== || === Asterisk Farm==sip/pstn
gateway
SER2 (slave)
Regards
Harry
___________________________________________________________________________
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.com
Hi All,
I was able to install serweb and login to it both from admin and user end. But
in admin end I have a problem, when I hit on ACL of any user that appered when
I first login as admin, I get a error "You haven't any privileges to control
ACL". In the DataBase I gave the following privileges to admin
username admin
domain mantragroup.com
priv_name change_privileges
priv_value 1
username admin
domain mantragroup.com
priv_name change_privileges
priv_value 1
Someone please help me and guide me to inderstand where I am going wrong.
Thanks,
Manoj
martin(a)campus-merseburg.de wrote:
>Am 30.1.2006 schrieb "Bogdan-Andrei Iancu" <bogdan(a)voice-system.ro>:
>
>
>
>
>>>>regarding the pseudo variables: have you tried the $fn?
>>>>
>>>>
>>>in the 1.0.0 cvs tree it is null.
>>>
>>>
>>indeed, $fn is not present in 1.0.0 - only on 1.1.0
>>
>>
>
>avp_printf("i:20", "$hdr(from[0])");
>if (avp_check("i:20", "re/Anonymous.*/g"))
>{
> uac_replace_from("Anonymous","sip:Anonymous@Anonymous");
>}
>
>is working fine for me. :)
>
>
ok great ! :)
regards,
bogdan
Hi,
thanks to Greg's patch, new functionalities are available in the enum
module. Here is the initial description of the patch:
<quote>
is_from_user_enum:
I find this extremely useful. This function uses the 'From' uri
and does a enum lookup based on that number. A true or
false is returned. I route to my customers using enum, so when the
customer does an outbound call i can use this to verify that
they are indeed a valid customer before routing the call.
enum_fquery:
Carry the previous function another step. You can do 'source routing'
of a call using the from address. I do a enum lookup based on the from
number, and then apply the ruri to number to the naptr that was found.
Using this technique you can 'source route' individual numbers. In this
way, for example, customer A can elect (pay for) routing out 2 or 3
gateways,
while customer B elects to just have one provider. Another interesting
feature is to temporarily reroute a customer to an intercept stating
that his account is suspended.
</quote>
for details, please refer to the on-line documentation:
http://openser.org/docs/modules/1.1.x/enum.html
regards,
bogdan