Hi Experts,
I am unable get incoming calls from another phone system which does not register with USername or passwords. The Asterisk system is able to make outgoing calls to the same system. But for an incoming call, it wants the other system to be authenticated. I have got all the settings required for no authentication, but still it seems to be not helping. Anyone who would be able to help me with this ?
Trunk Configuration :-
host=20.1.1.170
type=friend
port=5060
insecure=invite,port
allow=ulaw
disallow=all
context=from-trunk
Even after these settings, I get the following message ![:-1: -1]()
<--- SIP read from UDP:20.1.1.170:5060 --->
INVITE sip:2723@20.1.1.58:5060 SIP/2.0
Via: SIP/2.0/UDP 20.1.1.170:5060;branch=z9hG4bK3477e7a810237
From: ;tag=704850~4ab333c0-314e-1172-16a8-eca8c1530263-31438422
To:
Date: Thu, 03 Sep 2015 19:24:58 GMT
Call-ID: 756d6680-5e819e8a-2f3dd-aa010114@20.1.1.170
Supported: timer,resource-priority,replaces
Min-SE: 1800
User-Agent: Cisco-CUCM10.5
Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY
CSeq: 101 INVITE
Expires: 180
Allow-Events: presence
Supported: X-cisco-srtp-fallback,X-cisco-original-called
Cisco-Guid: 1970103936-0000065536-0000002259-2852192532
Session-Expires: 1800
P-Asserted-Identity:
Remote-Party-ID: ;party=calling;screen=yes;privacy=off
Contact: ;bfcp
Max-Forwards: 69
Content-Type: application/sdp
Content-Length: 198
v=0
o=CiscoSystemsCCM-SIP 704850 1 IN IP4 20.1.1.170
s=SIP Call
c=IN IP4 20.1.1.170
t=0 0
m=audio 25332 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
<------------->
--- (22 headers 9 lines) ---
Sending to 20.1.1.170:5060 (NAT)
Sending to 20.1.1.170:5060 (NAT)
Using INVITE request as basis request - 756d6680-5e819e8a-2f3dd-aa010114@20.1.1.170
Found peer '2723' for '2723' from 20.1.1.170:5060
<--- Reliably Transmitting (NAT) to 20.1.1.170:5060 --->
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 20.1.1.170:5060;branch=z9hG4bK3477e7a810237;received=20.1.1.170;rport=5060
From: ;tag=704850~4ab333c0-314e-1172-16a8-eca8c1530263-31438422
To: ;tag=as521e3e81
Call-ID: 756d6680-5e819e8a-2f3dd-aa010114@20.1.1.170
CSeq: 101 INVITE
Server: FPBX-12.0.76(11.19.0)
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="4be878a6"
Content-Length: 0
Any help on this would be great !
Thanks,