[freeside-commits] branch FREESIDE_3_BRANCH updated. 035e845af3291175feda9ffb55396f2de3ebd6da
Jeremy Davis
jeremyd at 420.am
Wed May 15 12:05:08 PDT 2013
The branch, FREESIDE_3_BRANCH has been updated
via 035e845af3291175feda9ffb55396f2de3ebd6da (commit)
from ae87637d716519b65ad0ed8ed2041651742255ac (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 035e845af3291175feda9ffb55396f2de3ebd6da
Author: Jeremy Davis <jeremyd at debian.localdomain>
Date: Wed May 15 15:04:55 2013 -0400
#23120 Fix Freeswitch export
diff --git a/FS/FS/part_export/freeswitch_multifile.pm b/FS/FS/part_export/freeswitch_multifile.pm
index 105ff02..90a2b04 100644
--- a/FS/FS/part_export/freeswitch_multifile.pm
+++ b/FS/FS/part_export/freeswitch_multifile.pm
@@ -60,7 +60,7 @@ sub _export_insert {
my $svcnum = $svc_phone->svcnum;
my $fh = new File::Temp(
- TEMPLATE => "$tempdir/freeswitch.$svcnum.XXXXXXXX",
+ TEMPLATE => "freeswitch.$svcnum.XXXXXXXX",
DIR => $tempdir,
#UNLINK => 0,
);
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/freeswitch_multifile.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list