diff --git a/libs/iax2/Makefile b/libs/iax2/Makefile
index 3eab8406bd264ec096e2e18b37a75cf9628fd099..af9c804c6d3c9db7ebc239922c9039fa9dbd49c2 100644
--- a/libs/iax2/Makefile
+++ b/libs/iax2/Makefile
@@ -40,7 +40,10 @@ subdir = libs/iax2
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in AUTHORS \
 	COPYING
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
+	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
+	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
+	$(top_srcdir)/m4/sfl-internal.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 	$(ACLOCAL_M4)
 mkinstalldirs = $(install_sh) -d
@@ -96,7 +99,7 @@ CCRTP_CFLAGS = -D_GNU_SOURCE
 CCRTP_LIBS = -pthread -lccrtp1 -lccgnu2 -ldl -lrt  
 CFLAGS = -g -O2
 CPP = gcc -E
-CPPFLAGS = 
+CPPFLAGS =  -DSFLDEBUG
 CPPUNIT_CFLAGS =  
 CPPUNIT_LIBS = -lcppunit  
 CROSS_COMPILING_FALSE = 
@@ -104,7 +107,7 @@ CROSS_COMPILING_TRUE = #
 CXX = g++
 CXXCPP = g++ -E
 CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2   -O0 -g -Wno-return-type
+CXXFLAGS =  -g   -O0 -g -Wno-return-type
 CYGPATH_W = echo
 DBUS_SERVICES_DIR = ${datarootdir}/dbus-1/services
 DEFS = -DHAVE_CONFIG_H
diff --git a/libs/pjproject-1.0.1/pjsip-apps/bin/samples/confsample-i686-pc-linux-gnu b/libs/pjproject-1.0.1/pjsip-apps/bin/samples/confsample-i686-pc-linux-gnu
index 69228a0150eccef2f0903e71feeef7d177f5cffd..0e7002d55e3c5b2ae15daa725f614ea33efa804a 100755
Binary files a/libs/pjproject-1.0.1/pjsip-apps/bin/samples/confsample-i686-pc-linux-gnu and b/libs/pjproject-1.0.1/pjsip-apps/bin/samples/confsample-i686-pc-linux-gnu differ