I'm trying to get my newly flashed 7960's to play nice with Asterisk, but
I'm having some problems. I can get my 7960 to register with the proxy,
and if I dial my own extension, according to my dial plan asterisk should
transfer me to voice mail. Asterisk "thinks" its playing me voice mail
prompts, but the phone just rings busy. I'm using the 4.4 cisco flash.
Other things:
The phone constantly says "Ethernet Disconnected". Even though it tftp's
configs and registers with the proxy.
I get no dialtone on the SIP phone.
I'm using the default diaplan.xml file.
I'm running asterisk from cvs as of yesterday. I have one zaptel interface
but I haven't configured * for it yet. (I figured being able to call
voicemail was a good first test).
Any help would be greatly appreciated!
here is my sip.cnf:
[general]
port = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 192.168.3.5 ; Address to bind to (all addresses on machine)
allow=all ; Allow all codecs
context = bogon-calls ; Send SIP callers that we don't know about here
[2000]
type=friend ; This device takes and makes calls
username=2000 ; Username on device
secret=phone1 ; Password for device
host=dynamic ; This host is not on the same IP addr every time
context=from-sip ; Inbound calls from this host go here
mailbox=100 ; Activate the message waiting light if this
; voicemailbox has messages in it
dtmfmode=rfc2833
;canreinvite=no
[2001] ; Duplicate of 2000, except with different auth data
type=friend
username=2001
secret=2001test
host=dynamic
context=from-sip
More info:
>From tethereal dump:
70.822347 192.168.3.126 -> 192.168.3.5 SIP Request: REGISTER
sip:192.168.3.5
70.823464 192.168.3.5 -> 192.168.3.126 SIP Status: 100 Trying
70.823547 192.168.3.5 -> 192.168.3.126 SIP Status: 407 Proxy
Authentication Required
70.860296 192.168.3.126 -> 192.168.3.5 SIP Request: REGISTER
sip:192.168.3.5
70.861228 192.168.3.5 -> 192.168.3.126 SIP Status: 100 Trying
70.861298 192.168.3.5 -> 192.168.3.126 SIP Status: 407 Proxy
Authentication Required
70.970580 192.168.3.126 -> 192.168.3.5 SIP Request: REGISTER
sip:192.168.3.5
70.970945 192.168.3.5 -> 192.168.3.126 SIP Status: 100 Trying
70.971214 192.168.3.5 -> 192.168.3.126 SIP Status: 200 OK
71.088456 192.168.3.126 -> 192.168.3.5 SIP Request: REGISTER
sip:192.168.3.5
71.088752 192.168.3.5 -> 192.168.3.126 SIP Status: 100 Trying
71.088940 192.168.3.5 -> 192.168.3.126 SIP Status: 200 OK
75.108124 192.168.3.5 -> 192.168.3.126 SIP/SDP Request: NOTIFY
sip:[EMAIL PROTECTED], with session description
75.133604 192.168.3.126 -> 192.168.3.5 SIP Status: 200 OK
82.392427 192.168.3.126 -> 192.168.3.5 SIP/SDP Request: INVITE
sip:[EMAIL PROTECTED];user=phone, with session description
82.393494 192.168.3.5 -> 192.168.3.126 SIP Status: 407 Proxy
Authentication Required
82.448428 192.168.3.126 -> 192.168.3.5 SIP Request: ACK
sip:[EMAIL PROTECTED];user=phone
82.493497 192.168.3.126 -> 192.168.3.5 SIP/SDP Request: INVITE
sip:[EMAIL PROTECTED];user=phone, with session description
82.494235 192.168.3.5 -> 192.168.3.126 SIP Status: 100 Trying
82.495603 192.168.3.5 -> 192.168.3.126 SIP/SDP Request: INVITE
sip:[EMAIL PROTECTED], with session description
82.621388 192.168.3.126 -> 192.168.3.5 SIP Status: 500 Internal Server
Error
82.621816 192.168.3.5 -> 192.168.3.126 SIP Request: ACK
sip:[EMAIL PROTECTED]
82.622283 192.168.3.5 -> 192.168.3.126 SIP/SDP Status: 200 OK, with
session description
82.751118 192.168.3.126 -> 192.168.3.5 SIP Request: BYE
sip:[EMAIL PROTECTED];user=phone
82.751681 192.168.3.5 -> 192.168.3.126 SIP Status: 200 OK
83.629324 192.168.3.5 -> 192.168.3.126 SIP/SDP Status: 200 OK, with
session description
>From Asterisk console:
-- Registered SIP '2000' at 192.168.3.126 port 5060 expires 3600
-- Executing Dial("SIP/2000-6000", "SIP/2000|20") in new stack
-- Called 2000
-- Got SIP response 500 "Internal Server Error" back from
192.168.3.126
-- SIP/2000-6dcd is circuit-busy
== Everyone is busy at this time
-- Executing VoiceMail("SIP/2000-6000", "b2000") in new stack
== Parsing '/etc/asterisk/voicemail.conf': Found
-- Playing 'vm/2000/busy'
== Spawn extension (from-sip, 2000, 102) exited non-zero on
'SIP/2000-6000'
WARNING[196621]: File chan_sip.c, Line 415 (retrans_pkt): Maximum retries
exceeded on call [EMAIL PROTECTED] for
seqno 102 (Response)
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users