[Asterisk-Users] Caller ID Bug in v1.0.5
Eric
eric at monmouth.com
Mon Jan 31 14:12:39 MST 2005
Hi,
I recently upgraded from stable v1.0.2 to v1.0.5.
I'm seeing a bug when retransmitting my invite for proxy authentication.
Essentially, when I retransmit the request with the proxy auth, the "From"
number becomes the "To" number in the SIP message.
Here is an example (with ambiguous numbers):
Reliably Transmitting:
INVITE sip:1234 at 10.0.0.2 SIP/2.0
Via: SIP/2.0/UDP 10.0.0.1:5060;branch=z9hG4bK38d10979
From: "5678" <sip:5678 at 10.0.0.1>;tag=as18c39e1b
To: <sip:1234 at 10.0.0.2>
Sip read:
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 10.0.0.1:5060;branch=z9hG4bK38d10979
From: "5678" <sip:5678 at 10.0.0.1>;tag=as18c39e1b
To: <sip:1234 at 10.0.0.1>;tag=as35adb52e
Proxy-Authenticate: Digest realm="asterisk", nonce="04e1aebe"
Transmitting:
ACK sip:1234 at 10.0.0.2 SIP/2.0
Via: SIP/2.0/UDP 10.0.0.1:5060;branch=z9hG4bK38d10979
From: "5678" <sip:5678 at 10.0.0.1>;tag=as18c39e1b
To: <sip:1234 at 10.0.0.2>;tag=as35adb52e
Reliably Transmitting:
INVITE sip:1234 at 10.0.0.2 SIP/2.0
Via: SIP/2.0/UDP 10.0.0.1:5060;branch=z9hG4bK13fa67de
From: "1234" <sip:1234 at 10.0.0.1>;tag=as18c39e1b
To: <sip:1234 at 10.0.0.2>
Proxy-Authorization: Digest username="sip", realm="asterisk", algorithm=MD5, urue=""
Anyone have any idea what's causing it? Any patches? Workarounds?
Thanks.
More information about the asterisk-users
mailing list