feat(signalwire): add add-voice-xml-node and respond-with-voice-xml actions

This commit is contained in:
Ali BARIN
2024-12-13 19:26:22 +00:00
parent 0056940fa2
commit 661a5b24b2
9 changed files with 295 additions and 8 deletions

View File

@@ -1,3 +1,5 @@
import sendSms from './send-sms/index.js';
import addVoiceXmlNode from './add-voice-xml-node/index.js';
import respondWithVoiceXml from './respond-with-voice-xml/index.js';
export default [sendSms];
export default [addVoiceXmlNode, respondWithVoiceXml, sendSms];