Ticket #1697 (closed Bugs: fixed)

Opened 5 years ago

Last modified 4 years ago

asterisk.users needs update for voicemail - no busy if user busy w/o cw

Reported by: pnlarsson Assigned to:
Priority: major Milestone: 2.3
Component: Core Version: 2.3.1
Keywords: Cc:
Confirmation: Unreviewed SVN Revision (if applicable): 3574
Backend Engine: Asterisk 1.2.x Backend Engine Version: SVN-branch-1.2-r48374M

Description

hmm. users where complaining about not getting a busy tone but the the-number-you-is-not-correct... I tracked it down to that the voicemail was called even though they didn't have any voicemail... Tracked it down to that some extensions had voicemail as disabled or no value at all in the users table... Had to do this:

update asterisk.users set voicemail='novm' where voicemail='disabled' or voicemail='';

Change History

01/18/07 15:03:08 changed by vgster

I noticed this too after a chat in the channel

02/04/07 10:40:24 changed by naftali5

  • status changed from new to closed.
  • resolution set to fixed.

11/07/07 16:39:13 changed by gregmac

  • status changed from closed to reopened.
  • confirmation set to Unreviewed.
  • resolution deleted.

I have 2.0.3.4 and still have this issue.. fixing in the install doesn't help, it still is written to the database as 'disabled'.

11/07/07 17:05:08 changed by gregmac

  • status changed from reopened to closed.
  • version changed from 2.2.0 to 2.3.1.
  • resolution set to fixed.

Fixed in r5225, r5226