Bonjour à tous,

J'ai un petit soucis avec mon IVR.

J'ai installé googletts.agi (et toutes les dépendances nécessaires), Asterisk 13 en remote sur un CentOS 6.6 fonctionne bien, mais lors de mes tests sur mon IVR (avec X-Lite) je n'ai aucun son. J'ai activé le debug d'AGI, je lance Asterisk avec un verbose de 5, je vois donc que tout se passe bien mais pas de son ...

Code:
  == Using SIP RTP CoS mark 5
    -- Executing [8000@work:1] Goto("SIP/6001-0000000e", "first-ivr,s,1") in new stack
    -- Goto (first-ivr,s,1)
    -- Executing [s@first-ivr:1] Answer("SIP/6001-0000000e", "") in new stack
    -- Executing [s@first-ivr:2] AGI("SIP/6001-0000000e", "googletts.agi,'Hello',any,fr") in new stack
    -- Launched AGI Script /var/lib/asterisk/agi-bin/googletts.agi
<SIP/6001-0000000e>AGI Tx >> agi_request: googletts.agi
<SIP/6001-0000000e>AGI Tx >> agi_channel: SIP/6001-0000000e
<SIP/6001-0000000e>AGI Tx >> agi_language: fr
<SIP/6001-0000000e>AGI Tx >> agi_type: SIP
<SIP/6001-0000000e>AGI Tx >> agi_uniqueid: 1434716326.28
<SIP/6001-0000000e>AGI Tx >> agi_version: 13.3.0
<SIP/6001-0000000e>AGI Tx >> agi_callerid: 6001
<SIP/6001-0000000e>AGI Tx >> agi_calleridname: John DOE
<SIP/6001-0000000e>AGI Tx >> agi_callingpres: 0
<SIP/6001-0000000e>AGI Tx >> agi_callingani2: 0
<SIP/6001-0000000e>AGI Tx >> agi_callington: 0
<SIP/6001-0000000e>AGI Tx >> agi_callingtns: 0
<SIP/6001-0000000e>AGI Tx >> agi_dnid: 8000
<SIP/6001-0000000e>AGI Tx >> agi_rdnis: unknown
<SIP/6001-0000000e>AGI Tx >> agi_context: first-ivr
<SIP/6001-0000000e>AGI Tx >> agi_extension: s
<SIP/6001-0000000e>AGI Tx >> agi_priority: 2
<SIP/6001-0000000e>AGI Tx >> agi_enhanced: 0.0
<SIP/6001-0000000e>AGI Tx >> agi_accountcode:
<SIP/6001-0000000e>AGI Tx >> agi_threadid: 139946125772544
<SIP/6001-0000000e>AGI Tx >> agi_arg_1: 'Hello'
<SIP/6001-0000000e>AGI Tx >> agi_arg_2: any
<SIP/6001-0000000e>AGI Tx >> agi_arg_3: fr
<SIP/6001-0000000e>AGI Tx >>
<SIP/6001-0000000e>AGI Rx << CHANNEL STATUS
<SIP/6001-0000000e>AGI Tx >> 200 result=6
<SIP/6001-0000000e>AGI Rx << GET FULL VARIABLE ${CHANNEL(audionativeformat)}
<SIP/6001-0000000e>AGI Tx >> 200 result=1 ((ulaw))
    -- <SIP/6001-0000000e>AGI Script googletts.agi completed, returning 0
    -- Executing [s@first-ivr:3] Hangup("SIP/6001-0000000e", "") in new stack
  == Spawn extension (first-ivr, s, 3) exited non-zero on 'SIP/6001-0000000e'
  == Using SIP RTP CoS mark 5
Est ce que quelqu'un voit d'ou pourrait venir le problème ?

D'avance merci.