error in new call from crm - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: error in new call from crm (/showthread.php?tid=1361) |
error in new call from crm - rslemer - 01-10-2019 I try start a new call from my user in CRM but extension not calling .. At log I see this message: 2019-01-10T16:58:22-02:00 DEBUG index Prepared sql query being executed : SELECT * FROM vtiger_modtracker_tabs WHERE vtiger_modtracker_tabs.visible=1 AND vtiger_modtracker_tabs.tabid=? 2019-01-10T16:58:22-02:00 DEBUG index Prepared sql query parameters : [66] 2019-01-10T16:58:22-02:00 DEBUG index Prepared sql query being executed : update vtiger_activity_reminder_popup set status=1 where recordid=? 2019-01-10T16:58:22-02:00 DEBUG index Prepared sql query parameters : [57049] 2019-01-10T16:58:22-02:00 DEBUG index Prepared sql query being executed : insert into vtiger_cntactivityrel values (?,?) 2019-01-10T16:58:22-02:00 DEBUG index Prepared sql query parameters : [9091,57049] 2019-01-10T16:58:22-02:00 INFO VT PearDatabase ->ADODB error Query Failed:insert into vtiger_cntactivityrel values (?,?)::->[1062]Duplicate entry '9091-57049' for key 'PRIMARY' I don't know is related ... RE: error in new call from crm - joebordes - 01-11-2019 This should fix the problem: https://github.com/tsolucio/corebos/commit/306cf6b6f94526b9a81bcbaf7e7ea9f10f332f86 Thanks! RE: error in new call from crm - rslemer - 01-11-2019 Not working yet One question, there any difference use a SIP extension or IAX extension in PABX? I means call not working yet form a IAX extension but the error not is showed anymore ( i think this part is solved ) |