Bonjour

Je voudrais qu'un asterisk équipé de cartes openvox B100P puisse servir de passerelle a un alcatel oxo en ISDN pour faire ressortir les appels en voip. Si je compose ( sur l'alcatel ) un numéro en utilisant une touche de raccourcis cela fonctionne car le numéro entier est envoyé dés le début.

Par contre j'essaye de composer un numéro, des que l'on compose le 0 sur le téléphone ( habituellement en isdn il passe sur la tonalité d'appel externe ) mon appel est rejeté car on entre dans le dialplan avant d'avoir composé la suite du numéro, d'ou l'extension "s"


Code:
PRI Span: 1 < Protocol Discriminator: Q.931 (8)  len=32
PRI Span: 1 < TEI=0 Call Ref: len= 1 (reference 52/0x34) (Sent from originator)
PRI Span: 1 < Message Type: SETUP (5)
PRI Span: 1 < [04 03 80 90 a3]
PRI Span: 1 < Bearer Capability (len= 5) [ Ext: 1  Coding-Std: 0  Info transfer capability: Speech (0)
PRI Span: 1 <                              Ext: 1  Trans mode/rate: 64kbps, circuit-mode (16)
PRI Span: 1 <                                User information layer 1: A-Law (35)
PRI Span: 1 < [18 01 83]
PRI Span: 1 < Channel ID (len= 3) [ Ext: 1  IntID: Implicit  BRI  Spare: 0  Preferred  Dchan: 0
PRI Span: 1 <                       ChanSel: Any channel selected
PRI Span: 1 <                     ]
PRI Span: 1 < [6c 0b 21 80 35 35 36 30 38 35 30 37 35]
PRI Span: 1 < Calling Party Number (len=13) [ Ext: 0  TON: National Number (2)  NPI: ISDN/Telephony Numbering Plan (E.164/E.163) (1)
PRI Span: 1 <                                 Presentation: Presentation allowed, User-provided, not screened (0)  '5560xxxxx' ]
PRI Span: 1 < [7d 02 91 81]
PRI Span: 1 < IE: High-layer Compatibility (len = 4)
PRI Span: 1 < [7e 01 04]
PRI Span: 1 < User-User Information (len= 3) [ 04 ]
Span 1: Processing event PRI_EVENT_RING(5)
    -- Span 1: Extension s@from-pabx does not exist.  Rejecting call from '5560xxxx'.
J'ai ça dans /etc/asterisk/dahdi-channels.conf

Code:
; Span 1: ZTHFC1 "HFC-S PCI A ISDN card 0 [NT] " (MASTER)
group=0,11
context=from-pabx
switchtype = euroisdn
signalling = bri_net
channel => 1-2
context = default
group = 63
Je ne trouve pas comment exécuter le dialplan qu'une fois le numéro composé ?

merci