Bonjour à tous,
Je lutte depuis quelques jours pour mettre en place asterisk chez moi.
Je dispose donc d'un NAS Synology DS415+, avec Asterisk d'installé dessus avec l'interface web Digium, d'une Freebox V6, et donc d'un compte Free avec le SIP.
J'ai fais mes redirections de ports sur la box, 5060, 10000-20000 vers mon NAS en UDP.
J'ai configuré mon Asterisk avec la GUI Digium, et je n'obtiens donc pas les mêmes fichiers de configuration que j'ai pu voir un peu partout.
J'ai rajouté mon trunk freephonie, il se connecte bien.
Deux utilisateurs un pour mon PC Windows avec x lite et l'autre pour mon smartphone android avec CSipSimple.
Je n'ai pas encore configuré chez free la redirection vers le SIP, je veux pour le moment réussir à faire fonctionner vers l'extérieur avant de rediriger.
J'arrive donc à appeler les périphériques entre eux, bien que j'ai des problème d'audio.
J'arrive aussi à appeler mon fixe, en 02 donc, toujours avec des problèmes d'audio, mon PC entend le fixe mais pas l'inverse.
Je n'arrive pas à appeler les 06, voici les logs :
Code:
[Jun 23 19:09:53] VERBOSE[1219] chan_sip.c: --- (12 headers 10 lines) ---
[Jun 23 19:09:53] VERBOSE[1219][C-0000000e] sip/route.c: sip_route_dump: route/path hop: <sip:212.27.52.5:5060;transport=udp;lr>
[Jun 23 19:09:53] VERBOSE[1219][C-0000000e] chan_sip.c: Found RTP audio format 8
[Jun 23 19:09:53] VERBOSE[1219][C-0000000e] chan_sip.c: Found audio description format PCMA for ID 8
[Jun 23 19:09:53] VERBOSE[1219][C-0000000e] chan_sip.c: Capabilities: us - (g726|ulaw|alaw|gsm|h263), peer - audio=(alaw)/video=(nothing)/text=(nothing), combined - (alaw)
[Jun 23 19:09:53] VERBOSE[1219][C-0000000e] chan_sip.c: Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x0 (nothing), combined - 0x0 (nothing)
[Jun 23 19:09:53] VERBOSE[1219][C-0000000e] chan_sip.c: Peer audio RTP is at port 212.27.52.129:35806
[Jun 23 19:09:53] VERBOSE[1727][C-0000000e] chan_sip.c:
<--- Transmitting (NAT) to 192.168.0.40:58546 --->
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 192.168.0.40:58546;branch=z9hG4bK-524287-1---ff28eb761ef7815d;received=192.168.0.40;rport=58546
From: <sip:6000@192.168.0.6>;tag=a95f2a61
To: <sip:LE06@192.168.0.6>;tag=as0ce2ac16
Call-ID: 76589MzlhNzg5MTJiNzIxNTZmYTM4MTA2Nzc4ZDdjYzhkNDY
CSeq: 2 INVITE
Server: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Contact: <sip:LE06@192.168.0.6:5060>
Content-Length: 0
<------------>
[Jun 23 19:09:56] VERBOSE[1219] chan_sip.c:
<--- SIP read from UDP:212.27.52.5:5060 --->
Cirpack KeepAlive Packet
<------------->
[Jun 23 19:09:57] VERBOSE[1219] chan_sip.c:
<--- SIP read from UDP:212.27.52.5:5060 --->
Cirpack KeepAlive Packet
<------------->
[Jun 23 19:10:00] VERBOSE[1219] chan_sip.c:
<--- SIP read from UDP:212.27.52.5:5060 --->
Cirpack KeepAlive Packet
<------------->
[Jun 23 19:10:00] VERBOSE[1219] chan_sip.c:
<--- SIP read from UDP:212.27.52.5:5060 --->
Cirpack KeepAlive Packet
<------------->
[Jun 23 19:10:01] VERBOSE[1219] chan_sip.c:
<--- SIP read from UDP:212.27.52.5:5060 --->
Cirpack KeepAlive Packet
<------------->
[Jun 23 19:10:03] VERBOSE[1219] chan_sip.c:
<--- SIP read from UDP:212.27.52.5:5060 --->
Cirpack KeepAlive Packet
<------------->
[Jun 23 19:10:03] VERBOSE[1219] chan_sip.c:
<--- SIP read from UDP:212.27.52.5:5060 --->
Cirpack KeepAlive Packet
<------------->
[Jun 23 19:10:03] VERBOSE[1219] chan_sip.c:
<--- SIP read from UDP:212.27.52.5:5060 --->
Cirpack KeepAlive Packet
<------------->
[Jun 23 19:10:03] VERBOSE[1219] chan_sip.c:
<--- SIP read from UDP:212.27.52.5:5060 --->
SIP/2.0 500 Internal Server Error
Call-ID: 28899b6f5043ea0724b6ce2e2010c315@freephonie.net
Contact: <sip:172.17.20.241:5062>
CSeq: 103 INVITE
From: "asterisk" <sip:MONIDFREE@freephonie.net>;tag=as5f7e063a
Record-Route: <sip:212.27.52.5:5060;transport=udp;lr>
To: <sip:LE06@freephonie.net>;tag=00-08167-0580be6f-69f350e40
Via: SIP/2.0/UDP MONIPEXTERNE:5060;received=MONIPEXTERNE;rport=1024;branch=z9hG4bK61d86478
Allow: UPDATE,REFER,INFO
Reason: q.850;cause=3
Server: Cirpack/v4.42q (gw_sip)
Content-Length: 0
LE06 : le numéro 06 que j'appelle
MONIPEXTERNE : l'IP externe de ma box
MONIDFREE : l'id SIP chez freephonie
192.168.0.6 : Mon NAS
192.168.0.40 : Mon PC
Je ne sais pas si vous aurez besoin de mes fichiers de conf, si jamais c'est le cas je m'empresserais de les rajouter.
Merci d'avance,
Cordialement,