Bonjour j’ai un problème avec mon serveur pbx, le serveur marche très bien, mais je ne parviens pas à le connecter chez mon fournisseur sip il m’envoie le code d’erreur suivant :
Code:
[Feb 24 18:55:21] NOTICE[15555]: chan_sip.c:28633 handle_request_register: Registration from '"19" <sip:19@167.114.153.157>' failed for '185.53.91.97:5560' - Wrong password
[Feb 24 18:55:21] NOTICE[15555]: chan_sip.c:28633 handle_request_register: Registration from '"19" <sip:19@167.114.153.157>' failed for '185.53.91.97:5560' - Wrong password
[Feb 24 18:55:23] WARNING[15555]: chan_sip.c:4072 retrans_pkt: Retransmission timeout reached on transmission 2078586202-1586614796-2026936916 for seqno 1 (Critical Response) -- See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions
Packet timed out after 32000ms with no response
[Feb 24 18:55:23] NOTICE[15555]: chan_sip.c:28633 handle_request_register: Registration from '"19" <sip:19@167.114.153.157>' failed for '185.53.91.97:5560' - Wrong password
[Feb 24 18:55:23] NOTICE[15555]: chan_sip.c:28633 handle_request_register: Registration from '"19" <sip:19@167.114.153.157>' failed for '185.53.91.97:5560' - Wrong password
[Feb 24 18:55:29] NOTICE[15555]: chan_sip.c:28633 handle_request_register: Registration from '"19" <sip:19@167.114.153.157>' failed for '185.53.91.97:5560' - Wrong password
[Feb 24 18:55:29] NOTICE[15555][C-000003c7]: chan_sip.c:26407 handle_request_invite: Call from '' (185.107.94.36:64970) to extension '+12342051055' rejected because extension not found in context 'default'.
[sip:19@167.114.153.157>' failed for '185.53.91.97:5560' - Wrong password
[Feb 24 18:55:33] NOTICE[15555]: chan_sip.c:28633 handle_request_register: Registration from '"19" <sip:19@167.114.153.157>' failed for '185.53.91.97:5560' - Wrong password
Pour tant j’ai bien rentré le bon mot de passe de mon fournisseur sip donc je ne comprends vraiment pas pourquoi ça ne marche pas, je vais vous envoyez mes fichiers pour que vous puiser mieux m’aider :
extension.conf
Code:
[depuis-siptrunck]
exten => s,1,Dial(SIP/700,20,tT)
exten => s,2,Voicemail(700@work)
[work]
exten => _XXX,1,NoOp()
same => n,agi(googletts.agi,"Salut ! Je vous transfère à la personnes !",fr,any)
same => n,agi(googletts.agi,"Pour des mesures de sécurité. Votre appel sera enregistré.",fr,any)
same => n,Dial(SIP/${EXTEN},400,m)
same => n,VoiceMail(${EXTEN}@work)
;boite vocal extensions
exten => *98,1,VoiceMailMain(${CALLERID(num)}@work)
sip.conf
Code:
[general]
;ma configure
register => XXXXXX:XXXXXXXXXXX@gw1.siptrunk.com
[siptruck]
type=friend
secret=XXXXXXXXXX
username=ZZZZZZZZZ
host=gw1.siptrunk.com, dynamic
dtmfmode=rfc2833
canreinvite=no
disallow=all
allow=ulaw
allow=alaw
allow=gsm
fromdomain=gw1.siptrunk.com
context=incoming
Merci d’avance pour votre aide.