search for: pqescapestringconn

Displaying 10 results from an estimated 10 matches for "pqescapestringconn".

2010 Mar 15
1
Installing cdr_pgsql on asterisk 1.6.0.26
Hi folks, I am struggling to install cdr_pgsql in asterisk 1.6.0.26. When I do the ./configure, it complains about the function PQescapeStringConn not existing in -lpq, so when I do a make menuconfig, I can't select the cdr_pgsql module. I am using CentOS 5.4 with the yum PGDG repository for 8.4 version. Some of the installed packages are postgresql-libs, compat-postgresql-libs, postgres, postgresql-contrib. Any help would be very a...
2007 Dec 01
2
cdr_pgsql error in 1.4.15
In Asterisk 1.4.15 if I try to configure cdr_pgsql.conf , asterisk crash with this message asterisk: symbol lookup error: /usr/lib/asterisk/modules/cdr_pgsql.so: undefined symbol: PQescapeStringConn Is this a knowed error? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071201/a3aecc1d/attachment.htm
2011 Jun 20
1
Error
...20 15:06:36 SmtpostixSvr postfix/qmgr[21020]: EA32720006C: from=<myUnixid at myportal.com>, size=705, nrcpt=1 (queue active) Jun 20 15:06:36 SmtpostixSvr dovecot: auth: Error: dlopen(/usr/lib/dovecot/auth/libdriver_pgsql.so) failed: /usr/lib/dovecot/auth/libdriver_pgsql.so: undefined symbol: PQescapeStringConn Jun 20 15:06:36 SmtpostixSvr dovecot: auth: Error: dlopen(/usr/lib/dovecot/auth/libdriver_pgsql.so) failed: /usr/lib/dovecot/auth/libdriver_pgsql.so: undefined symbol: PQescapeStringConn Jun 20 15:06:36 SmtpostixSvr postfix/local[24152]: EA32720006C: to=<myUnixid at SmtpostixSvr.myportal.com>...
2017 May 30
0
Asterisk 13.16.0 Now Available
...an_sip: Session Timers required but refused wrongly. (Reported by Alexander Traud) * ASTERISK-26363 - res_pjsip: Bye sent to sip trunk is not authenticated even after receiving a 407 error code (Reported by Yaacov Akiba Slama) * ASTERISK-26896 - Overflow of buffer to PQEscapeStringConn with large app_args causes ABRT (Reported by twisted) * ASTERISK-26705 - libasteriskssl.so not found when asterisk is installed for the 1st time (Reported by George Joseph) * ASTERISK-21009 - xmpp_pubsub_unsubscribe: Could not create IQ when creating pubsub unsubscri...
2017 May 30
0
Asterisk 14.5.0 Now Available
...an_sip: Session Timers required but refused wrongly. (Reported by Alexander Traud) * ASTERISK-26363 - res_pjsip: Bye sent to sip trunk is not authenticated even after receiving a 407 error code (Reported by Yaacov Akiba Slama) * ASTERISK-26896 - Overflow of buffer to PQEscapeStringConn with large app_args causes ABRT (Reported by twisted) * ASTERISK-26705 - libasteriskssl.so not found when asterisk is installed for the 1st time (Reported by George Joseph) * ASTERISK-21009 - xmpp_pubsub_unsubscribe: Could not create IQ when creating pubsub unsubscri...
2017 Dec 21
0
Certified Asterisk 13.18-cert1 Now Available
...an_sip: Session Timers required but refused wrongly. (Reported by Alexander Traud) * ASTERISK-26363 - res_pjsip: Bye sent to sip trunk is not authenticated even after receiving a 407 error code (Reported by Yaacov Akiba Slama) * ASTERISK-26896 - Overflow of buffer to PQEscapeStringConn with large app_args causes ABRT (Reported by twisted) * ASTERISK-26705 - libasteriskssl.so not found when asterisk is installed for the 1st time (Reported by George Joseph) * ASTERISK-21009 - xmpp_pubsub_unsubscribe: Could not create IQ when creating pubsub unsubscri...
2010 Apr 14
4
PostgreSQL driver supporting [round-robin] load balancing and redundancy [LONG]
...b) +{ + dprintf(("%s: %p", __func__, db)); + return 0; +} + +static const char * +multi_pgsql_escape_string(struct sql_db *db, const char *in) +{ + struct multi_pgsql_db *pgdb; + char *out; + size_t len; + + pgdb = (void *)db; + len = strlen(in); + out = t_buffer_get(len * 2 + 1); + len = PQescapeStringConn(pgdb->pgcs->pgc, out, in, len, + NULL); + t_buffer_alloc(len + 1); + + dprintf(("%s: %p: '%s' -> '%s'", + __func__, pgdb, in, out)); + return out; +} + +static void multi_pgsql_query(struct sql_db *db, const char *query, + sql_query_callback_t *cb, v...
2017 Oct 03
0
Asterisk 15.0.0 Now Available
...an_sip: Session Timers required but refused wrongly. (Reported by Alexander Traud) * ASTERISK-26363 - res_pjsip: Bye sent to sip trunk is not authenticated even after receiving a 407 error code (Reported by Yaacov Akiba Slama) * ASTERISK-26896 - Overflow of buffer to PQEscapeStringConn with large app_args causes ABRT (Reported by twisted) * ASTERISK-26705 - libasteriskssl.so not found when asterisk is installed for the 1st time (Reported by George Joseph) * ASTERISK-26900 - sdp: Add support for connection address management and topology updating...
2017 Aug 02
2
Asterisk 15.0.0-beta1 Now Available
...an_sip: Session Timers required but refused wrongly. (Reported by Alexander Traud) * ASTERISK-26363 - res_pjsip: Bye sent to sip trunk is not authenticated even after receiving a 407 error code (Reported by Yaacov Akiba Slama) * ASTERISK-26896 - Overflow of buffer to PQEscapeStringConn with large app_args causes ABRT (Reported by twisted) * ASTERISK-26705 - libasteriskssl.so not found when asterisk is installed for the 1st time (Reported by George Joseph) * ASTERISK-26900 - sdp: Add support for connection address management and topology updating...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...tps://issues.asterisk.org/jira/browse/ASTERISK-26363>] - res_pjsip: Bye sent to sip trunk is not authenticated even after receiving a 407 error code (Reported by Yaacov Akiba Slama) - [ASTERISK-26896 <https://issues.asterisk.org/jira/browse/ASTERISK-26896>] - Overflow of buffer to PQEscapeStringConn with large app_args causes ABRT (Reported by twisted) - [ASTERISK-26705 <https://issues.asterisk.org/jira/browse/ASTERISK-26705>] - libasteriskssl.so not found when asterisk is installed for the 1st time (Reported by George Joseph) - [ASTERISK-26900 <https://issues.asterisk....