search for: referrening

Displaying 1 result from an estimated 1 matches for "referrening".

Did you mean: referrencing
2014 Dec 23
0
CDR_TDS tries to write to ends column instead of end
Hi all <high embarrassment factor> Managed to solve this. It wasn't Asterisk's fault, I had a trigger on the ast_cdr table which was referrening to another table in my DB having an "ends" column, when it should have been "end". cdr_tds was literally just passing along the error it got from "deeper" in the MSSQL table structure I'm using with Asterisk. Sorry for the bother... all's fine now. </high...