From 45ddb5e9bc4217f5d42eb78da7ae9cf0a097fd15 Mon Sep 17 00:00:00 2001 From: totoro Date: Mon, 18 Dec 2017 16:19:33 +0900 Subject: [PATCH] add openvox gsm send sms (working will all openvox gw appliance GW1202, GW1600, etc.) --- asterisk/ami_commands.anubis | 14 ++++++++++++++ 1 file changed, 14 insertions(+), 0 deletions(-) diff --git a/asterisk/ami_commands.anubis b/asterisk/ami_commands.anubis index 7b69d1c..74a87ae 100644 --- a/asterisk/ami_commands.anubis +++ b/asterisk/ami_commands.anubis @@ -55,3 +55,17 @@ public define AMI_Action ] ) . + +public define AMI_Action + ami_openvox_gsm_send_sync_sms + ( + String span, + String destination, + String message, + String timeout + )= + action("Command", [ + key_value("command", "gsm send sync sms "+span+" "+destination+" \""+message+"\" "+timeout) + ] + ) +. -- libgit2 0.21.4