voipswitch also known as vps is a retail switch. it is a windows based applicated with mysql database. we are looking to modify the call duration of each call. anybody will skills in databases can do it.
If you are the project creator or one of the bidders, please Log In for more options.
Reviews: Number of reviews given doing projects similar to this one.
Earnings: Amount earned doing projects similar to this one. Increases as more projects like this one are successfully completed and paid through the site.
Completion Rate: Percentage of all projects that this user has ever done that have successfully completed and paid through the site.
Enjoy!
DELIMITER $$
DROP TRIGGER IF EXISTS voipswitch.new_duration $$
CREATE TRIGGER new_duration BEFORE INSERT ON calls
FOR EACH ROW
BEGIN
DECLARE var_dur DEC;
SET var_dur = 60;
SET new.duration= var_dur ... more
Enjoy!
DELIMITER $$
DROP TRIGGER IF EXISTS voipswitch.new_duration $$
CREATE TRIGGER new_duration BEFORE INSERT ON calls
FOR EACH ROW
BEGIN
DECLARE var_dur DEC;
SET var_dur = 60;
SET new.duration= var_dur + new.duration;
END;
$$
DELIMITER $$ less
NDA signed by on .
Top ranked Freelancer for your project
Are you sure you want to report this message?
Please select which reason:
Detail Violation:
Are you sure you want to accept partial payment?
Do you want to enable desktop notification so you can receive the real time invite bid?