1

Is there any existing parsers to parse VoiceXML file to Asterisk Dialplan? I have searched on google, but could not find anything. So I am guessing, is it actually possible, or maybe these technologies not intended to be converted to each other.

Bagdat
  • 308
  • 4
  • 15

2 Answers2

1

Sorry, but they are inconvertible.

Nur4I
  • 183
  • 4
  • 19
0

Did you check Vxi*? It provide to append parsing VoiceXML process for Asterisk.

If you will install Vxi*, you can writting configuration file as follows.

[incoming]
exten => s,1,Answer
exten => s,n,Wait(3)
exten => s,n,Vxml(http://vxml.i6net.com/index.vxml)
exten => s,n,Hangup
Bladean Mericle
  • 524
  • 2
  • 13