diff options
author | Mark Crane <mcrane@pfsense.org> | 2008-12-16 18:56:10 +0000 |
---|---|---|
committer | Mark Crane <mcrane@pfsense.org> | 2008-12-16 18:56:10 +0000 |
commit | d19baac352d024c7efdb9fa7378e92364e62837b (patch) | |
tree | 44f418f0a4671e1069c0bfc634f09d793d386731 /packages/freeswitch/freeswitch_mailto.tmp | |
parent | 9b70958ac3bcfc0c59c83dc605e71afa53d7da75 (diff) | |
download | pfsense-packages-d19baac352d024c7efdb9fa7378e92364e62837b.tar.gz pfsense-packages-d19baac352d024c7efdb9fa7378e92364e62837b.tar.bz2 pfsense-packages-d19baac352d024c7efdb9fa7378e92364e62837b.zip |
FreeSWITCH package required settings to switch.conf.xml to make voicemail to email work.
Diffstat (limited to 'packages/freeswitch/freeswitch_mailto.tmp')
-rw-r--r-- | packages/freeswitch/freeswitch_mailto.tmp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/freeswitch/freeswitch_mailto.tmp b/packages/freeswitch/freeswitch_mailto.tmp index 32587750..64208488 100644 --- a/packages/freeswitch/freeswitch_mailto.tmp +++ b/packages/freeswitch/freeswitch_mailto.tmp @@ -224,7 +224,6 @@ $content = ob_get_contents(); //get the output from the buffer ob_end_clean(); //clean the buffer fwrite($fp, $content); - fclose($fp); ?>
\ No newline at end of file |