Add caller id prefix option to call park.

This commit is contained in:
Mark Crane
2012-10-23 04:59:09 +00:00
parent 6b7bb9e179
commit be23b9216e
2 changed files with 54 additions and 19 deletions

View File

@@ -170,7 +170,7 @@
freeswitch.consoleLog("NOTICE", "Park Status: parked "..park_extension.."\n");
--add to the database
dbh:query("INSERT INTO park (lot, domain, uuid) VALUES('"..park_extension.."', '"..domain_name.."', '"..uuid.."')");
dbh:query("INSERT INTO park (lot, domain, uuid) VALUES ('"..park_extension.."', '"..domain_name.."', '"..uuid.."')");
--set presence in
event = freeswitch.Event("PRESENCE_IN");