Fix j option in a couple more places.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7140 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Josh Roberson
2005-11-20 05:39:47 +00:00
parent 772f075fe9
commit bcd45496ed
3 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,10 @@
2005-11-20 Josh Roberson <josh@asteriasgi.com>
* apps/app_voicemail.c: Fix conditional jump option to jump properly, also correct a small typo in the description. (issue #5795)
* apps/app_md5.c: Fix conditional jump option.
* apps/app_controlplayback.c: Fix conditional jump option.
* apps/app_hasnewvoicemail.c: Fix conditional jump option to jump properly, also correct a small typo in the description. (issue #5795)
* channels/chan_iax2.c: Fix output of iax2 show peer <peer> (issue #5792)