Offres Telecom - Téléphonie avancée - VXML 2.1
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Frage

Téléphonie avancée - VXML 2.1

Von
Piloo
Erstellungsdatum 2025-06-24 23:05:40 (edited on 2025-07-09 09:08:48) in Offres Telecom

Bonjour,

 

Les anciens guides OVH sur le VXML ne sont plus en ligne. Quelqu'un en aurait-il une copie archivée ?

Je cherche à faire un premier VXML Hello World, mais j'ai en permanence le message : "a serious error occured" 

Merci d'avance


1 Antwort ( Latest reply on 2025-10-07 07:59:15 Von
^FabL
)

Bonjour @Piloo 

Je vous mets à disposition un exemple de configuration :

<vxml version="2.1" xml:lang="fr-FR">
  <form>
    <block>
      <prompt xml:lang="fr-FR">
        Bonjour et bienvenue. Merci de patienter, nous transférons votre appel.
      </prompt>
      <break time="5s"/>
      <transfer dest="tel:+33XXXXXXXXX" bridge="true" connecttimeout="60s">
        <filled>
          <prompt xml:lang="fr-FR">Transfert en cours.</prompt>
        </filled>
        <catch event="error.noresource error.connection.disconnect">
          <prompt xml:lang="fr-FR">
            Désolé, le transfert a échoué. Veuillez réessayer plus tard.
          </prompt>
        </catch>
      </transfer>
    </block>
  </form>
</vxml>

Si vous avez d'autres questions à ce sujet, je laisserai la communauté vous faire un retour. 

Vous pouvez également poser votre question sur la mailinlist suivante : voip@ml.ovh.net

^FabL