[Asterisk-Users] Changes in VoiceMail

Kevin Walsh kevin at cursor.biz
Thu Jun 10 04:28:24 MST 2004


Simon Brown [Simon.Brown at otterson.com.au] wrote:
> There appear to have been some changes made recently to the way VoiceMail
> works. Previously if you pressed 7 whilst a message was playing, it would
> delete the message. Now if you press 7 whilst a message is playing it
> takes you to a menu and then you have to press 7 again to delete the
> message. 
> 
> Was this an intentional change?
> 
It appears to be a bug.  The following patch fixes it for me:


*** app.c       1 Jun 2004 19:38:06 -0000       1.21
--- app.c       10 Jun 2004 11:44:11 -0000
***************
*** 473,479 ****
                        break;

                if (stop && strchr(stop, res)) {
-                       res = 0;
                        break;
                }
        }
--- 473,478 ----


-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/




More information about the asterisk-users mailing list