Bonjour a tous ,

voila je suis en train de configurer asterisk

quand je fait test les appel d'asterisk vers un numéro de téléphone fixe ou mobile aucun problème

si j'appel un numéro qui a une central téléphonique derrière ca raccroche de suite et j'ai le message " Using SIP RTP CoS mark 5 "
possible de trouve des info pour m'aiguillée via google

extentions.conf
[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
priorityjumping=no



[globals]
CONSOLE=Console/dsp
IAXINFO=guest
TRUNK=Zap/g2
TRUNKMSD=1


[context1]
exten=> _X.,1,Dial(SIP/sortie-voip/${EXTEN},20)
exten => _2XXX,1,Dial(SIP/${EXTEN})
exten => _2XXX,2,Hangup()

[entree-voip]
exten => s,1,Ringing(1) ; Attendre une seconde en faisant retentir la sonnerie du telephone de l'apellant
exten => s,2,Answer ; Repond a l'appel
exten => s,3,Dial(SIP/2000,30,tm) ;
exten => s,4,Hangup(16) ; La communication est termine
et sip.conf

[general]
language=fr
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
canreinvite=no
defaultexpiry=3600
registertimeout=30
registerattempts=0
disallow=all
allow=ulaw
allowguest=yes
nat=yes


register => 0032878XXXXX:XXXXXXXX@sip.ovh.be ; voip ovh



[2000]
type=friend
username=poste2000
secret=yXXXXXXXXX
callerid="2000"
host=dynamic
context=context1
language=fr
insecure=port
nat=yes
canreinvite=no
dtmfmode=auto
video=no
restrictcid=no
amaflags=default

[2001]
type=friend
username=poste2001
secret=XXXXXXXXXX
callerid="2001"
host=dynamic
context=context1
language=fr
insecure=port
nat=yes
canreinvite=no
dtmfmode=auto
video=no
restrictcid=no
amaflags=default


[sortie-voip]
disallow=all
type=friend
secret=XXXXXXXX
host=sip.ovh.be
fromdomain=sip.ovh.be
fromuser=0032878xxxxx
username=00328784xxxxx
nat=yes
context=entree-voip
insecure=invite,port
qualify=yes
dtmfmode=auto
allow=ulaw

merci d'avance

CABAY Bruno