- Joined
- May 6, 2013
- Messages
- 35
- Reaction score
- 0
Hello Guys.
As you might know, the file "vm_email.inc" holds information to display when a voice mail is left and an email is sent, I have an output showing some global variables (VM_NAME, VM_MAILBOX, VM_CALLERID, etc etc). At the end there is a variable called "emailbody" when the output is displayed.
I have something that says: "Visit https://XXX.XXX.XXX.XXX/recordings/index.php?login=${VM_MAILBOX}".............
I want to display my full URL instead of the IP address, ie: https://pbx.mydomain.com/recordings......I change this in that file and reload and it shows the full URL but it only work for a while as this changes back to IP address again. That's why I suspect that Asterisk is taking this value from somewhere and displays the IP address instead of the URL I pass. I have been trying to troubleshoot and Google this a lot but to no avail.
Help will be greatly appreciated. Thanks in advance.
As you might know, the file "vm_email.inc" holds information to display when a voice mail is left and an email is sent, I have an output showing some global variables (VM_NAME, VM_MAILBOX, VM_CALLERID, etc etc). At the end there is a variable called "emailbody" when the output is displayed.
I have something that says: "Visit https://XXX.XXX.XXX.XXX/recordings/index.php?login=${VM_MAILBOX}".............
I want to display my full URL instead of the IP address, ie: https://pbx.mydomain.com/recordings......I change this in that file and reload and it shows the full URL but it only work for a while as this changes back to IP address again. That's why I suspect that Asterisk is taking this value from somewhere and displays the IP address instead of the URL I pass. I have been trying to troubleshoot and Google this a lot but to no avail.
Help will be greatly appreciated. Thanks in advance.