Also, working this a bit more... if i do the echo
test (extension 600) i get sorta the same thing...
== Spawn extension (default, asterisk, 1) exited non-zero
on 'SIP/520-a25e'
May 4 09:15:51 NOTICE[1125329600]: chan_sip.c:5655 handle_request: Unknown SIP
command 'PUBLISH' from '192.168.100.12'
-- Executing Playback("SIP/520-1a68", "demo-echotest") in new stack
-- Playing 'demo-echotest' (language 'en')
May 4 09:15:58 WARNING[1125329600]: chan_sip.c:497 retrans_pkt: Maximum retries
exceeded on call [EMAIL PROTECTED] for seqno 2 (Response
)
== Spawn extension (default, 600, 1) exited non-zero on 'SIP/520-1a68'
May 4 09:15:51 NOTICE[1125329600]: chan_sip.c:5655 handle_request: Unknown SIP
command 'PUBLISH' from '192.168.100.12'
-- Executing Playback("SIP/520-1a68", "demo-echotest") in new stack
-- Playing 'demo-echotest' (language 'en')
May 4 09:15:58 WARNING[1125329600]: chan_sip.c:497 retrans_pkt: Maximum retries
exceeded on call [EMAIL PROTECTED] for seqno 2 (Response
)
== Spawn extension (default, 600, 1) exited non-zero on 'SIP/520-1a68'
From: Michael Picher [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 04, 2004 9:41 AM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Maximum retries exceeded problem...
Searched the
archives thoroughly...
Can't find this
specific problem...
Simple setup with
Asterisk on RedHat. No voice cards in the box, 2 SNOM 200
phones...
Phones seem to work
well, can leave VM, Message Waiting Indicator lights up but when I try to
retrieve messages the call terminates and the following
happens:
-- Executing
VoiceMailMain("SIP/520-a25e", "Mike") in new stack
-- Playing 'vm-login' (language 'en')
May 4 07:58:07 WARNING[1125329600]: chan_sip.c:497 retrans_pkt: Maximum retries
exceeded on call [EMAIL PROTECTED] for seqno 2 (Response
)
May 4 07:58:07 WARNING[1217602880]: app_voicemail.c:2748 vm_execmain: Couldn't
read username
== Spawn extension (default, asterisk, 1) exited non-zero on 'SIP/520-a25e'
asterisk*CLI>
-- Playing 'vm-login' (language 'en')
May 4 07:58:07 WARNING[1125329600]: chan_sip.c:497 retrans_pkt: Maximum retries
exceeded on call [EMAIL PROTECTED] for seqno 2 (Response
)
May 4 07:58:07 WARNING[1217602880]: app_voicemail.c:2748 vm_execmain: Couldn't
read username
== Spawn extension (default, asterisk, 1) exited non-zero on 'SIP/520-a25e'
asterisk*CLI>
Pertinent section of
extensions.conf
exten => 504,1,Dial,sip/${EXTEN}|10
exten => 504,2,Voicemail(u504)
exten => 504,102,Voicemail(b504)
exten => 504,103,Hangup
exten => 520,1,Dial,sip/${EXTEN}|10
exten => 520,2,Voicemail(u520)
exten => 520,102,Voicemail(b520)
exten => 520,103,Hangup
exten => asterisk,1,VoicemailMain(${CALLERIDNUM})
Pertinent section of
voicemail.conf
504 => 504,Tech Desk,[EMAIL PROTECTED]
520 => 520,Mike Picher,[EMAIL PROTECTED]
