aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-19 21:07:05 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-19 21:07:05 +0000
commit1e69392dd26aa405404246901965175e7dc1a1d5 (patch)
tree371da48ef20e117f271940ea2c9c109c06a9e363 /codecs
parent86b95eb2be6713339b26511972e122536f36d2ab (diff)
This fix comes from a debugging session on a test box that has been getting hung channels when the mssqlserver bounces. All the connections then become invalid, and must be reconnected. The cdr_odbc backend had code to do it, but depended on re-establishing the connection, but re-using the STMT that had been built. By trial and error, we determined that the STMT could not be re-used after the connection was re-established. and must be rebuilt. These changes accomplish this.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@143674 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
0 files changed, 0 insertions, 0 deletions