On Monday 09 December 2019 at 13:35:28, Olivier wrote:

> Hello,
> 
> I'm thinking about using a single (long) integer value as a compact way to
> store user privileges.
> 
> Do bitwise operations as in [1], exist in Asterisk's dialplan ?

https://wiki.asterisk.org/wiki/display/AST/Operators

https://www.voip-info.org/asterisk-expressions/

> Any workaround ?

You can't do shifts with >> and << but you can still multiply and divide by 
powers of 2.

> [1] https://wiki.python.org/moin/BitwiseOperators


Antony.

-- 
"Measuring average network latency is about as useful as measuring the mean 
temperature of patients in a hospital."

 - Stéphane Bortzmeyer

                                                   Please reply to the list;
                                                         please *don't* CC me.

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to