Index: /freepbx/branches/2.10/amp_conf/htdocs/recordings/modules/voicemail.module =================================================================== --- /freepbx/branches/2.10/amp_conf/htdocs/recordings/modules/voicemail.module (revision 12951) +++ /freepbx/branches/2.10/amp_conf/htdocs/recordings/modules/voicemail.module (revision 13870) @@ -551,5 +551,5 @@ $recordingLink = ""; - $callmePage = "'misc/callme_page.php?recindex=" . $i . "&callmenum=" . $this->callme_num . "&action=c&msgFrom=" . $extension . "'"; + $callmePage = "'misc/callme_page.php?recindex=" . $i . "&action=c'"; $callme_tooltip = _("Play message at: ") . $this->callme_num; $callmeLink = " @@ -19,16 +26,15 @@ + "); /* if successful, display hang-up button */ if (callme_succeeded($call_status)) { - echo("Click here to hang up."); + echo("Click here to hang up."); } echo(""); @@ -59,8 +65,4 @@ echo("Unable to connect to Asterisk Manager Interface"); } - - // log off any databases needed - databaseLogoff(); - ?>