[ solved ] Sql command for simulate a call - 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: [ solved ] Sql command for simulate a call (/showthread.php?tid=1728) |
[ solved ] Sql command for simulate a call - rslemer - 03-08-2020 In this video, you insert a sql command into table for simulate a call, and get the pop up ( call entrance ) You can share this command? It will be very useful, for my tests too https://www.youtube.com/watch?v=UbB2dWtB6oU Thanks! RE: Sql command for simulate a call - joebordes - 03-09-2020 INSERT INTO `vtiger_asteriskincomingcalls` (`from_number`, `from_name`, `to_number`, `callertype`, `flag`, `timer`, `refuid`) VALUES ('03-3608-5660', 'Lina', '22', NULL, '0', '1502707761', '1502707761'); but this is trivial in phpmyadmin you could have copied it yourself :-) RE: Sql command for simulate a call - rslemer - 03-09-2020 Sorry I forgot command is shown in log, with activated a debug ... RE: Sql command for simulate a call - joebordes - 03-09-2020 I copied the values from the video into PHPMyAdmin and copied the insert command :-) |