Voicemail email
Voicemail email
(OP)
Hey all,
looking for some input.. when receiving a voicemail to email , it includes a link that is supposed to allow users to manage their voicemails in a web browser.
Mine currently shows: http://AMPWEBADDRESS/recordings/index.php?login=50... , which obviously isn't correct , and I can see in the options where to change the physical link , but if I input my Ucx ip address in place of "AMPWEBADDRESS" I just get a page can't be displayed, like it's an invalid path.
Is there something that needs to be enabled to allow this interface?
I've tried various extensions,and directly accessing the ip for the ucx web interface is no problem, but if I add the /recordings path like documented , or use the above link with the correct IP , I get nothing.
Thanks in advance.
RE: Voicemail email
2. Edit the AMPWEBADDRESS in the line 'Visit http://AMPWEBADDRESS/recordings/index.php?login=${VM_MAILBOX} to check your voicemail with a web browser.\n' and change it to whatever address you would like the users to see.
for example: Visit http://192.168.1.200/recordings/index.php?login=${VM_MAILBOX} to check your voicemail with a web browser.\n
I hope this helps! Have a blessed night!
www.ucidirect.com
Stocking Distributor for E-Metrotel
RE: Voicemail email
I have edited the link but when clicking i dont get the logon screen , just a page cannot be displayed , same with just copy paste the link above and put my ucx ip in... This is across two different sites so , not a network issue , and the ucx web config is accessible at both as well.
RE: Voicemail email
on my local lan the http://192.168.11.99/recordings/index.php?login=33... takes me to the login screen.
from a public address you will need to allow access through your router/firewall with a dnat rule mapping the outside address to the internal address
RE: Voicemail email
So now your vm_email.inc file would look like this: Visit http://your External IP address/recordings/index.php?login=${VM_MAILBOX} to check your voicemail with a web browser.\n
In your web browser, you would do this," https://<external IP address>:9898/recordings/"
I know this works because I use it!
www.ucidirect.com
Stocking Distributor for E-Metrotel
RE: Voicemail email
By 2 sites i mean i have the same problem with 2 different ucx systems
This is all i see:
This seems like it should be very straightforward , but for some reason...
Hitting 192.168.100.2 lets me access the ucx no problem.
Thanks again everyone
RE: Voicemail email
I saw an instance where Port 443 was being used by the IT folks for access to a web server on site. Doing the Port Forwarding trick solved the issue.
www.ucidirect.com
Stocking Distributor for E-Metrotel
RE: Voicemail email
what does ls -l /var/www/html/recordings show from the cmd line?