use cvs and standalone sqlbox http://www.kannel.org/~mconte/sqlbox/
Alexander Eckert wrote: > Hi, > > dunno if anyone uses the sqlbox which is available via cvs. It would be fine > if someone > is able to help. > > First of all the given patchfile won`t work with the current 1.4.1 version: > > *************** > *** 3319,3325 **** > Octstr *http_proxy_password = NULL; > Octstr *http_proxy_exceptions_regex = NULL; > int ssl = 0; > - int lf, m; > bb_port = BB_DEFAULT_SMSBOX_PORT; > bb_ssl = 0; > --- 3319,3325 ---- > Octstr *http_proxy_password = NULL; > Octstr *http_proxy_exceptions_regex = NULL; > int ssl = 0; > + int lf, m, bearerbox_is_sqlbox = 0; > bb_port = BB_DEFAULT_SMSBOX_PORT; > bb_ssl = 0; > > *************** > *** 243,248 **** > SINGLE_GROUP(smsbox, > OCTSTR(smsbox-id) > OCTSTR(bearerbox-host) > OCTSTR(sendsms-port) > OCTSTR(sendsms-port-ssl) > OCTSTR(sendsms-interface) > --- 243,249 ---- > SINGLE_GROUP(smsbox, > OCTSTR(smsbox-id) > OCTSTR(bearerbox-host) > + OCTSTR(bearerbox-is-sqlbox) > OCTSTR(sendsms-port) > OCTSTR(sendsms-port-ssl) > OCTSTR(sendsms-interface) > > But this is only caused in wrong linecounts inside the patchfile - i could > fix that > and was able to configure with mysql as dlr/sqlbox. But it won`t work if i > try to compile the source: > > make: *** Keine Regel vorhanden, um das Target »gw/sqlbox.o«, > benötigt von »wmlscript/wmlsc«, zu erstellen. Schluss. > > For those which aren`t able to understand the german reply it means there is > no rule to mak sqlbox.o ... and sorry - i am an administrator not a > developer. Does > anyone use sqlbox and is able to help ? > > Alex >
