CoreBOSBB

Full Version: [ solved ] Sql command for simulate a call
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
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 :-)
Sorry
I forgot command is shown in log, with activated a debug ...
I copied the values from the video into PHPMyAdmin and copied the insert command :-)