Citation:
Envoyé par
jeremyb
apres un changement d'heure voici ce que j'ai en relancant le test_v4.call :
PRI debug output will be sent to '[test_v4.call]'
[2014-06-03 16:50:00] WARNING[20486]: pbx_spool.c:309 safe_append: Unable to set utime on /var/spool/asterisk/outgoing/test_v4.call: Operation not permitted
la on n'arrive pas écrire ton fichier - note que les crochets et le .call, c'est pas très unix-style - appelle le betement test_v4.log (ou .txt)
dans l'aboslu, ca n'apporte rien, vire le
Citation:
-- Attempting call on SIP/00240160144 for s@test:1 (Retry 1)
[2014-06-03 16:50:00] WARNING[1102][C-0000001f]: chan_sip.c:6163 create_addr: Purely numeric hostname (00240160144), and not a peer--rejecting!
[2014-06-03 16:50:00] NOTICE[1102][C-0000001f]: channel.c:5661 __ast_request_and_dial: Unable to request channel SIP/00240160144
[2014-06-03 16:50:00] NOTICE[1102]: pbx_spool.c:389 attempt_thread: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?)
il faut faire Channel: SIP/host/numero
il te manque le host - le host est le nom du trunk déclaré dans sip.conf
Citation:
[2014-06-03 16:50:00] WARNING[1102]: pbx_spool.c:309 safe_append: Unable to set utime on /var/spool/asterisk/outgoing/test_v4.call: Operation not permitted
[2014-06-03 16:50:33] NOTICE[20467]: chan_sip.c:29568 sip_poke_noanswer: Peer '1002' is now UNREACHABLE! Last qualify: 13
ton serveur n'arrive plus à joindre le poste 1002 et te le signale
Citation:
[2014-06-03 16:51:00] WARNING[20486]: pbx_spool.c:309 safe_append: Unable to set utime on /var/spool/asterisk/outgoing/test_v4.call: Operation not permitted
-- Attempting call on SIP/00240160144 for s@test:1 (Retry 2)
[2014-06-03 16:51:00] WARNING[1105][C-00000020]: chan_sip.c:6163 create_addr: Purely numeric hostname (00240160144), and not a peer--rejecting!
[2014-06-03 16:51:00] NOTICE[1105][C-00000020]: channel.c:5661 __ast_request_and_dial: Unable to request channel SIP/00240160144
[2014-06-03 16:51:00] NOTICE[1105]: pbx_spool.c:389 attempt_thread: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?)
deuxieme essai qui marche pas mieux, evidemment
Citation:
[2014-06-03 16:51:00] WARNING[1105]: pbx_spool.c:309 safe_append: Unable to set utime on /var/spool/asterisk/outgoing/test_v4.call: Operation not permitted
[2014-06-03 16:52:00] WARNING[20486]: pbx_spool.c:309 safe_append: Unable to set utime on /var/spool/asterisk/outgoing/test_v4.call: Operation not permitted
-- Attempting call on SIP/00240160144 for s@test:1 (Retry 3)
[2014-06-03 16:52:00] WARNING[1106][C-00000021]: chan_sip.c:6163 create_addr: Purely numeric hostname (00240160144), and not a peer--rejecting!
[2014-06-03 16:52:00] NOTICE[1106][C-00000021]: channel.c:5661 __ast_request_and_dial: Unable to request channel SIP/00240160144
[2014-06-03 16:52:00] NOTICE[1106]: pbx_spool.c:389 attempt_thread: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?)
[2014-06-03 16:52:00] NOTICE[1106]: pbx_spool.c:392 attempt_thread: Queued call to SIP/00240160144 expired without completion after 2 attempts
Je ne sais pas pourquoi il parle de mon utilisateur 1002 ....
peux tu poster: le extensions.conf, le sip.conf (en enlevant les mots de passe), et le fichier call ?