chan_iax2: Ensure that IAX flags are 64 bits.
authorYousf Ateya <y.ateya@starkbits.com>
Tue, 28 Apr 2015 18:28:50 +0000 (20:28 +0200)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 28 Apr 2015 19:59:18 +0000 (14:59 -0500)
commit5ebfed8ef3d70ecb432579114f5b5a23b9139c2d
tree4da76d379ef67904b3008a41721b73e84615ed25
parent7c18edaa107c8a2fe9f9727dfb296b9111d30fdb
chan_iax2: Ensure that IAX flags are 64 bits.

Flags are 64 bits.  Without LLU suffix the value of 1<<31 is negative.
Although it doesn't have an effect on the current implementation, it will
be problem if more flags are added.

Change-Id: Ic290c81cfbbbf062872392d99d3322932cc49487
channels/chan_iax2.c