Dear all,
Here is a small patch that fixes intermediate DLR state
for all SMSCs using MySQL.
Vincent.
--
Telemaque - 06560 SOPHIA-ANTIPOLIS - (FR)
Service Technique/Reseau - NOC
Direction du Developpement xMS+
http://www.telemaque.fr/
[email protected]
Tel : +33 4 92 90 99 84 (fax 9142)
diff -rauw -x CVS -x '*.svn' -x '*.cvsignore' /gateway-cvs/gw/dlr_mysql.c
/gateway/gw/dlr_mysql.c
--- /gateway-cvs/gw/dlr_mysql.c 2010-10-07 16:26:11.235266067 +0200
+++ /gateway/gw/dlr_mysql.c 2010-10-11 18:29:20.546740527 +0200
@@ -274,7 +274,7 @@
gwlist_append(binds, (Octstr *)smsc);
gwlist_append(binds, (Octstr *)ts);
if (dst)
- gwlist_append(binds, (Octstr *)like);
+ gwlist_append(binds, (Octstr *)dst);
#if defined(DLR_TRACE)