fix logic for n+101 jumps

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-2@7152 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-11-20 23:42:43 +00:00
parent 49641825eb
commit cccb11916f
3 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
2005-11-20 Russell Bryant <russell@digium.com>
* apps/app_controlplayback.c: Fix logic in checking for success when jumping to priority n+101.
* apps/app_md5.c: Fix logic in checking for success when jumping to priority n+101.
* apps/app_hasnewvoicemail.c: Fix a typo in the application description. Also, fix the logic in checking for success when jumping to priority n+101. (issue #5795)
* UPGRADE.txt: Add a note on a second way that the IAX2 channel naming convention has changed. (issue #5792)