[Serusers] How Do I Check ACLs When Caller ID Blocking Is Enabled?

Andres andres at telesip.net
Thu Mar 31 21:58:09 CEST 2005




Java Rockx wrote:

>Hi All.
>
>How do I effectively use is_user_in() to check group permissions when
>the SIP client has caller-id blocking enabled?
>
>
>In other words, how can I determine if a caller has "free-pstn" access
>when they enable caller-id blocking on their SIP phone?
>
>Here is what I'm doing:
>
>                        if (is_user_in("From", "free-pstn")) {
>                                setflag(30);
>                        };
>  
>
instead of "From", use "credentials"

ie...

if (is_user_in("credentials", "free-pstn")) {


>
>Regards,
>Paul
>
>_______________________________________________
>Serusers mailing list
>serusers at lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers
>
>
>  
>

-- 
Andres
Network Admin
http://www.telesip.net





More information about the sr-users mailing list