[freeside-commits] branch master updated. 7ee4bace7200b1ff7b2510c45a08c8a77bd714e0
Jeremy Davis
jeremyd at 420.am
Wed May 15 11:57:34 PDT 2013
The branch, master has been updated
via 7ee4bace7200b1ff7b2510c45a08c8a77bd714e0 (commit)
from ffe2da5352a459c39f8e9bd999e96a03c86324fb (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 7ee4bace7200b1ff7b2510c45a08c8a77bd714e0
Author: Jeremy Davis <jeremyd at debian.localdomain>
Date: Wed May 8 14:35:10 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