voicemail email possible to display callerid name not just number?

ghurty

Senior Member
Joined
Jan 13, 2009
Messages
852
Reaction score
4
Is there a way to somehow get it that in the email that is sent with a voicemail it will also display the caller id name nut just number?


Thanks
 
I don't know if it is just me or not but most all of my look ups that are run seem to not be accurate and therefore irrelevant.
 
From the asterisk source in /usr/src/asterisk/configs/voicemail.conf.sample:

Code:
; Change the from, body and/or subject, variables:
;     VM_NAME, VM_DUR, VM_MSGNUM, VM_MAILBOX, VM_CALLERID, VM_CIDNUM,
;     VM_CIDNAME, VM_DATE
; Additionally, on forwarded messages, you have the variables:
;     ORIG_VM_CALLERID, ORIG_VM_CIDNUM, ORIG_VM_CIDNAME, ORIG_VM_DATE
; You can select between two variables by using dialplan functions, e.g.
;     ${IF(${ISNULL(${ORIG_VM_DATE})}?${VM_DATE}:${ORIG_VM_DATE})}

The problem is that /etc/asterisk/vm_email.inc states:

Code:
; Change the email body, variables: VM_NAME, VM_DUR, VM_MSGNUM, VM_MAILBOX, VM_CALLERID, VM_DATE

But you can ignore that, because we use both VM_CIDNAME and VM_CALLERID and they both work. :-) So you can use VM_CIDNAME instead of VM_CALLERID (or both).
 

Members online

Forum statistics

Threads
26,687
Messages
174,411
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top