Bonjour à toutes et à tous,
Je configure un IPBX Asterisk sur Raspberry et celui-ci est connecté au réseau Orange en SIP. Après un certain nombre d'heures de configuration, le trunk SIP est monté et les appels locaux ainsi que les appels sortants fonctionnent. Néanmoins je suis confronté à un souci, en effet, les appels entrants ne s'établissent pas.
Lorsque je passe un appel depuis mon mobile ou un fixe vers mon numéro SIP, le debug d'Asterisk m'envoie ça:
Code:
== Using SIP RTP CoS mark 5
> 0x201d0e0 -- Strict RTP learning after remote address set to: "ip_proxy"
-- Executing [+33561monnumero@from-orange:1] Dial("SIP/bivsip-in-00000004", "SIP/100") in new stack
== Using SIP RTP CoS mark 5
-- Called SIP/100
[Apr 24 14:55:26] WARNING[5213][C-00000003]: chan_sip.c:24295 handle_response_invite: Received response: "Forbidden" from '<sip:+33613569878@172.16.1.1>;tag=as67e60116'
== Everyone is busy/congested at this time (1:0/0/1)
-- Auto fallthrough, channel 'SIP/bivsip-in-00000004' status is 'CHANUNAVAIL'
[Apr 24 14:55:33] WARNING[5213]: acl.c:972 ast_ouraddrfor: Cannot connect to (null): Invalid argument
sip.conf:
Code:
[general]
language=fr
defaultexpiry=3600
outboundproxy=NDD_proxy
nat=no
bindport=5060
bindaddr=0.0.0.0
register => +33561monnumero@orange-obs.fr:motdepasse:nomuser@orange-obs.fr@orange-obs.fr/+33561monnumero
[bivsip-out]
type=peer
host=orange-obs.fr
fromdomain=orange-obs.fr
defaultuser=nomuser@orange-obs.fr
secret=motdepasse
insecure=very
dtmfmode=rfc2833
disallow=all
allow=alaw
qualify=yes
[bivsip-in]
type=friend
fromdomain=orange-obs.fr
host=NDD_proxy
context=from-orange
insecure=invite,port
port=5064
canreinvite=yes
qualify=yes
[100]
type=friend
host=dynamic
username=100
secret=orangeobs
disallow=all
allow=alaw
qualify=yes
directmedia=yes
extensions.conf
Code:
[default]
exten => 100,1,Dial(SIP/100)
exten => _0.,1,Dial(SIP/${EXTEN}@bivsip-out)
[from-orange]
exten => 100,1,Dial(SIP/100)
exten => +33561monnumero,1,Dial(SIP/100)
Je ne vois pas où se situe l'erreur et malgré mes centaines de modifications et recherches sur le web, je n'ai rien trouvé qui pouvait marcher, j'espère que vous pourrez m'aider. Merci et à bientôt !
J'ai pris soin de modifier les IP et numéros afin d'anonymiser les informations .