Hi,
I am trying to get an Aterix server to talk SIP to an AS5300.
The AS5300 is running IOS version "c5300-is-mz.123-20.bin"
When the Asterix starts talking SIP to the AS5300 the AS5300 responds with the following message
SIP/2.0 405 Method Not Allowed
The configuration on the AS5300 is:
dial-peer voice 101 voip
destination-pattern 020
session protocol sipv2
session target ipv4:1.1.1.1
session transport udp
dtmf-relay rtp-nte
codec g711ulaw
!
sip-ua
retry invite 4
retry response 3
retry bye 2
retry cancel 2
sip-server ipv4:1.1.1.1
Can someone help me please as i haven't been able to find an answer as to why this is happening?
Thanks
Paddy
Hi,
Should have added the debug output from the as5300...
*Oct 31 17:18:41.805: HandleUdpSocketReads :Msg enqueued for SPI with IPaddr: 1.1.1.1:5060
*Oct 31 17:18:41.805: CCSIP-SPI-CONTROL: sipSPISipIncomingMsg
*Oct 31 17:18:41.805: CCSIP-SPI-CONTROL: sipSPISendErrorRespNoCCB
*Oct 31 17:18:41.805: Queued event from SIP SPI : SIPSPI_EV_SEND_MESSAGE
*Oct 31 17:18:41.805: sip_stats_status_code
*Oct 31 17:18:41.805: Sent:
SIP/2.0 405 Method Not Allowed
Via: SIP/2.0/UDP 1.1.1.1:5060;branch=z9hG4bK0555f89c;rport
From:
To:
Call-ID: 09ba71ff1dbd080a13e8a9172e71cd22@127.0.0.1
CSeq: 8669 REGISTER
Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, COMET, REFER, SUBSCRIBE, NOTIFY, INFO
Content-Length: 0
Thanks
Paddy