1
Mitel MiVoice Business/MCD/3300 / Re: Hot Line doesn't work with 5302 phone MiVB 9.2
« on: March 31, 2025, 03:16:02 PM »
I looked it up in the feature matrix.
The answer is "No."
Ralph
The answer is "No."
Ralph
Welcome to Mitel Forums. The Mitel resource - by techies, for techies...
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
johnpCall voicemail internally. See what extension answers.
can you explain how I determine what COS voicemail is using.
I feel like i'm missing a step
There are other things that could be causing this as well, like incorrect CLI being sent on the trunk. You would need to get some captures to confirm.
Ralph, did you every get this working? If so do you have any instructions on doing this> I have someone asking for similar things. Thanks, John
Xxml version="1.1" encoding="UTF-8" standalone="no" ?
stats startDate="01/06/2025" startTime="07:01:53"
totalSeconds 66
numCalls 39
internalCalls 30
externalCalls 9
hourlyTotals
hour00 0
hour01 0
hour02 0
hour03 0
hour04 0
hour05 0
hour06 0
hour07 6
hour08 12
hour09 1
hour10 6
hour11 3
hour12 3
hour13 4
hour14 0
hour15 3
hour16 1
hour17 0
hour18 0
hour19 0
hour20 0
hour21 0
hour22 0
hour23 0
nodes
001" name="Main Sched" type="Schedule"
entryCount 39
exitCounts
Off_Hours targetNodeName="After Hours Schedule" 0
On_Hours targetNodeName="Day Sched" 39
002" name="Bld Txfer Aftr Hrs to Google Num [REDACTED]" type="Blind transfer"
entryCount 0
003" name="Bld Txfer [REDACTED] HlpDsk" type="Blind transfer"
entryCount 39
004" name="Day Sched" type="Schedule"
entryCount 39
exitCounts
Off_Hours targetNodeName="Bld Txfer Google Number [REDACTED]" 0
On_Hours targetNodeName="Bld Txfer [REDACTED] HlpDsk" 39
005" name="Bld Txfer Google Number [REDACTED]" type="Blind transfer"
entryCount 0
006" name="After Hours Schedule" type="Schedule"
entryCount 0
exitCounts
Off_Hours targetNodeName="Bld Txfer Aftr Hrs to Google Num [REDACTED]" 0
On_Hours targetNodeName="Blind Xfer to [REDACTED]Key" 0
007" name="Blind Xfer to [REDACTED] Key" type="Blind transfer"
entryCount 0
Note: Created by /etc/cron.daily/send_stats.sh
#!/bin/bash
#copy file to stats directory.
#cp /usr/vm/val5/CallFlows/mbox_[MBOX REDACTED]_stats.xml /usr/vm/val5/CallFlows/stats/"$(date +"%m-%d-%y")_CallStats.xml"
cat /usr/vm/val5/CallFlows/mbox_[MBOX REDACTED]_stats.xml | sed 's/<[^>]*\/>//g' | sed 's/<\/[^>]*>//g' | sed 's/[<>]/ /g' | sed 's/node id="//g' > /u$
#adding a note at end of file as a reminder where this shell script resides.
echo "Note: Created by /etc/cron.daily/send_stats.sh" >> /usr/vm/val5/CallFlows/stats/"$(date +"%m-%d-%y")_CallStats.xml"
#send the file via email
cat /usr/vm/val5/CallFlows/stats/"$(date +"%m-%d-%y")_CallStats.xml" | mailx -s "Helpdesk Stats" s[EMAIL REDACTED]
cat /usr/vm/val5/CallFlows/stats/"$(date +"%m-%d-%y")_CallStats.xml" | mailx -s "Helpdesk Stats" [EMAIL REDACTED]
#delete the original file after emailing. This resets the stats.
rm /usr/vm/val5/CallFlows/mbox_[MAILBOX]_stats.xml
I'm not aware of any 6900 series devices supporting float keys, but you might want to check the documentation to be sure.I checked the help files first thing. That's where I found the PKM didn't support float keys. The buttons on the main phone can float, just not on the PKMs.