bonjour,

je veux ajouter mon tpe (terminal carte bleue) sur mon serveur asterisk, je l'ai branché sur une passerelle (grandstream gxw-4004), et je lance mes test.
j'utilise un trunk sip ovh,

quant je test une numero de carte, le tpe ce connecte au serveur et fonctionne normalement (j'ai le ticket de validation de la pré-autorisation)
quant je veux "vider " le tpe (la télécollecte) le numero se compose, mais j'ai une erreur

voici ce que j'ai dans la console d'asterisk (j'ai coupé le début pou raccourcir)

Code:
== Using SIP RTP CoS mark 5                                                                                                                 
   ..............
    -- Executing [s@macro-dialout-trunk:10] Set("SIP/100-00000007", "DIAL_TRUNK_OPTIONS=") in new stack
    -- Executing [s@macro-dialout-trunk:11] Macro("SIP/100-00000007", "outbound-callerid,2") in new stack
    -- Executing [s@macro-outbound-callerid:1] ExecIf("SIP/100-00000007", "0?Set(CALLERPRES()=)") in new stack
    -- Executing [s@macro-outbound-callerid:2] ExecIf("SIP/100-00000007", "0?Set(REALCALLERIDNUM=100)") in new stack
    -- Executing [s@macro-outbound-callerid:3] GotoIf("SIP/100-00000007", "1?normcid") in new stack
    -- Goto (macro-outbound-callerid,s,6)                                                                                                     
    -- Executing [s@macro-outbound-callerid:6] Set("SIP/100-00000007", "USEROUTCID=") in new stack
    -- Executing [s@macro-outbound-callerid:7] Set("SIP/100-00000007", "EMERGENCYCID=") in new stack
    -- Executing [s@macro-outbound-callerid:8] Set("SIP/100-00000007", "TRUNKOUTCID=0033XXXXXXXX") in new stack
    -- Executing [s@macro-outbound-callerid:9] GotoIf("SIP/100-00000007", "1?trunkcid") in new stack
    -- Goto (macro-outbound-callerid,s,14)                                                                                                    
    -- Executing [s@macro-outbound-callerid:14] ExecIf("SIP/100-00000007", "1?Set(CALLERID(all)=0033XXXXXXXXX)") in new stack
    -- Executing [s@macro-outbound-callerid:15] ExecIf("SIP/100-00000007", "0?Set(CALLERID(all)=)") in new stack
    -- Executing [s@macro-outbound-callerid:16] ExecIf("SIP/100-00000007", "0?Set(CALLERID(all)=)") in new stack
    -- Executing [s@macro-outbound-callerid:17] ExecIf("SIP/100-00000007", "0?Set(CALLERPRES()=prohib_passed_screen)") in new stack
    -- Executing [s@macro-outbound-callerid:18] Set("SIP/100-00000007", "CDR(outbound_cnum)=0033XXXXXXXXX") in new stack
    -- Executing [s@macro-outbound-callerid:19] Set("SIP/100-00000007", "CDR(outbound_cnam)=") in new stack
    -- Executing [s@macro-dialout-trunk:12] GosubIf("SIP/100-00000007", "0?sub-flp-2,s,1()") in new stack
    -- Executing [s@macro-dialout-trunk:13] Set("SIP/100-00000007", "OUTNUM=080094XXXX") in new stack
    -- Executing [s@macro-dialout-trunk:14] Set("SIP/100-00000007", "custom=SIP/OVH") in new stack
    -- Executing [s@macro-dialout-trunk:15] ExecIf("SIP/100-00000007", "0?Set(DIAL_TRUNK_OPTIONS=M(setmusic^default))") in new stack
    -- Executing [s@macro-dialout-trunk:16] ExecIf("SIP/100-00000007", "0?Set(DIAL_TRUNK_OPTIONS=M(confirm))") in new stack
    -- Executing [s@macro-dialout-trunk:17] Macro("SIP/100-00000007", "dialout-trunk-predial-hook,") in new stack
    -- Executing [s@macro-dialout-trunk-predial-hook:1] MacroExit("SIP/100-00000007", "") in new stack
    -- Executing [s@macro-dialout-trunk:18] GotoIf("SIP/100-00000007", "0?bypass,1") in new stack
    -- Executing [s@macro-dialout-trunk:19] ExecIf("SIP/100-00000007", "1?Set(CONNECTEDLINE(num,i)=0800XXXXXX)") in new stack
    -- Executing [s@macro-dialout-trunk:20] ExecIf("SIP/100-00000007", "1?Set(CONNECTEDLINE(name,i)=CID:0033XXXXXX)") in new stack
    -- Executing [s@macro-dialout-trunk:21] GotoIf("SIP/100-00000007", "0?customtrunk") in new stack
    -- Executing [s@macro-dialout-trunk:22] Dial("SIP/100-00000007", "SIP/OVH/0800XXXXXX,300,") in new stack
  == Using SIP RTP TOS bits 184                                                                                                               
  == Using SIP RTP CoS mark 5                                                                                                                 
    -- Called SIP/OVH/0800946321                                                                                                              
    -- SIP/OVH-00000008 is ringing
    -- SIP/OVH-00000008 is making progress passing it to SIP/100-00000007                                                                     
       > 0xe62ab10 -- Probation passed - setting RTP source address to 192.168.1.212:5004
       > 0xe63cd20 -- Probation passed - setting RTP source address to 91.121.129.153:35048
    -- SIP/OVH-00000008 answered SIP/100-00000007
       > 0xe63cd20 -- Probation passed - setting RTP source address to 91.121.129.153:35048
       > 0xe63cd20 -- Probation passed - setting RTP source address to 91.121.129.153:35048
       > 0xe63cd20 -- Probation passed - setting RTP source address to 91.121.129.153:35048
[2015-08-19 20:43:03] NOTICE[32573][C-00000004]: channel.c:4301 __ast_read: Dropping incompatible voice frame on SIP/OVH-00000008 of format al
aw since our native format has changed to (ulaw)                                                                                              
[2015-08-19 20:43:04] WARNING[32573][C-00000004]: res_rtp_asterisk.c:4145 ast_rtp_read: RTP Read too short
[2015-08-19 20:43:04] WARNING[3551][C-00000004]: chan_sip.c:10230 process_sdp: Failed to initialize UDPTL, declining image stream
[2015-08-19 20:43:04] WARNING[3551][C-00000004]: chan_sip.c:10403 process_sdp: Failing due to no acceptable offer found
       > 0xe63cd20 -- Probation passed - setting RTP source address to 91.121.129.153:35048
    -- Executing [h@macro-dialout-trunk:1] Macro("SIP/100-00000007", "hangupcall,") in new stack
    -- Executing [s@macro-hangupcall:1] GotoIf("SIP/100-00000007", "1?endmixmoncheck") in new stack
    -- Goto (macro-hangupcall,s,9)                                                                                                            
    -- Executing [s@macro-hangupcall:9] NoOp("SIP/100-00000007", "End of MIXMON check") in new stack
    -- Executing [s@macro-hangupcall:10] GotoIf("SIP/100-00000007", "1?nomeetmemon") in new stack
    -- Goto (macro-hangupcall,s,28)                                                                                                           
    -- Executing [s@macro-hangupcall:28] NoOp("SIP/100-00000007", "End of MEETME check") in new stack
    -- Executing [s@macro-hangupcall:29] GotoIf("SIP/100-00000007", "1?noautomon") in new stack
    -- Goto (macro-hangupcall,s,34)                                                                                                           
    -- Executing [s@macro-hangupcall:34] NoOp("SIP/100-00000007", "TOUCH_MONITOR_OUTPUT=") in new stack
    -- Executing [s@macro-hangupcall:35] GotoIf("SIP/100-00000007", "1?noautomon2") in new stack
    -- Goto (macro-hangupcall,s,41)                                                                                                           
    -- Executing [s@macro-hangupcall:41] NoOp("SIP/100-00000007", "MONITOR_FILENAME=") in new stack
    -- Executing [s@macro-hangupcall:42] GotoIf("SIP/100-00000007", "1?skiprg") in new stack
    -- Goto (macro-hangupcall,s,45)                                                                                                           
    -- Executing [s@macro-hangupcall:45] GotoIf("SIP/100-00000007", "1?skipblkvm") in new stack
    -- Goto (macro-hangupcall,s,48)                                                                                                           
    -- Executing [s@macro-hangupcall:48] GotoIf("SIP/100-00000007", "1?theend") in new stack
    -- Goto (macro-hangupcall,s,50)                                                                                                           
    -- Executing [s@macro-hangupcall:50] AGI("SIP/100-00000007", "hangup.agi") in new stack
    -- Launched AGI Script /var/lib/asterisk/agi-bin/hangup.agi                                                                               
    -- <SIP/100-00000007>AGI Script hangup.agi completed, returning 0
    -- Executing [s@macro-hangupcall:51] Hangup("SIP/100-00000007", "") in new stack
  == Spawn extension (macro-hangupcall, s, 51) exited non-zero on 'SIP/100-00000007' in macro 'hangupcall'                                    
  == Spawn extension (macro-dialout-trunk, h, 1) exited non-zero on 'SIP/100-00000007'
  == Spawn extension (macro-dialout-trunk, s, 22) exited non-zero on 'SIP/100-00000007' in macro 'dialout-trunk'
  == Spawn extension (from-internal, 00800946321, 5) exited non-zero on 'SIP/100-00000007'
je pense que ça viens de ma config (je suppose peut être un histoire de codec), si quelqu'un a une idée pour régler la télécollecte via mon serveur asterisk

merci