]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_ael: Create consistent label names across reloads
authorSean Bright <sean.bright@gmail.com>
Thu, 11 Apr 2019 20:48:49 +0000 (16:48 -0400)
committerSean Bright <sean.bright@gmail.com>
Thu, 11 Apr 2019 20:49:36 +0000 (16:49 -0400)
commit9051e625236669696e9ce2e02200ff8e53224b1b
tree9af6abe6bd77e59587b9c75c4dc24f835c56f60b
parenta981ec141d41bd3f606c1c0c6cd24d6755300338
res_ael: Create consistent label names across reloads

Reset the internal counter that the AEL2 compiler uses for unique label
names before compiling. This keeps dialplan labels consistent across
reloads assuming the AEL2 has not changed.

ASTERISK-17799 #close
Reported by: Kirill Katsnelson

Change-Id: I30b3cc887d1ee0644d3f341e2fef16f525d7fae5
res/ael/pval.c