Trouble "turning off" dialtone in Exchange 2010
- by makerofthings7
Given that there are two ways to enable dial tone, I'm having trouble turing it off. The two ways I'm aware of are:
Dismount the database, delete it or rename it, mount it, Exchange will prompt for a dial tone creation.
Run the command: Get-Mailbox -Database DB1 | Set-Mailbox -Database DTDB1 as described here
Both options should result in Outlook "thinking" it's in dial tone mode. Since my goal is to shut off dial tone, I think I need to learn the specific, technical parameters that "tell" Outlook that it is in dial tone mode.
Question
How can I turn off dial tone for a given database? What tells outlook that it's in dial tone mode?