From bbdb7ec96737aee49feaa3d908438fc90fd27eea Mon Sep 17 00:00:00 2001 From: tzafrir Date: Thu, 16 Aug 2007 21:45:13 +0000 Subject: xpp rev. 4515: * BRI improvement: an 'nt_keepalive' parameter to xpd_bri forces a BRI_NT to retry a connection indefinitely (this is our default). When false it revert to the behaviour in changeset:4415 ("Bezeq like") * Improvement in DBG macros. The print_dbg parameter is now set of flags to debug. They are defined in zap_debug.h * Don't use Astribanks connected to USB1 interfaces Unless the user set the option usb1=1 for xpp_usb (r4504). * And some more documentation... * Include some of our variables in the default zaptel sample file. Merged revisions 2860 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 Merged revisions 2866 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.4 git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2867 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/utils/zconf/Zaptel/Config/Defaults.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xpp/utils/zconf/Zaptel/Config/Defaults.pm') diff --git a/xpp/utils/zconf/Zaptel/Config/Defaults.pm b/xpp/utils/zconf/Zaptel/Config/Defaults.pm index 90b49ab..05f4db3 100644 --- a/xpp/utils/zconf/Zaptel/Config/Defaults.pm +++ b/xpp/utils/zconf/Zaptel/Config/Defaults.pm @@ -14,7 +14,7 @@ use strict; sub do_source($@) { my $file = shift; my @vars = @_; - my @output = `env -i sh -ec '. $file; export @vars; env'`; + my @output = `env -i sh -ec '. $file; export @vars; for i in @vars; do eval echo \$i=\\\$\$i; done'`; die "$0: Sourcing '$file' exited with $?" if $?; my %vars; -- cgit v1.2.3