[asterisk-bugs] [Asterisk 0017981]: Wrong URI send if P-Assterted-Identiy is sent and caller is anonymous -> leads to reject on Aastra phone
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Sep 11 11:26:03 CDT 2010
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=17981
======================================================================
Reported By: avalentin
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17981
Category: Channels/chan_sip/General
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.8.0-beta4
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-09-11 11:26 CDT
Last Modified: 2010-09-11 11:26 CDT
======================================================================
Summary: Wrong URI send if P-Assterted-Identiy is sent and
caller is anonymous -> leads to reject on Aastra phone
Description:
If send_rpid=pai is set in sip.conf, asterisk uses this to send callerid
information.
But if the caller is anonymous, the format of the URI is wrong. The
protocol is missing.
Wrong:
"Anonymous" <anonymous at anonymous.invalid>
Correct:
"Anonymous" <sip:anonymous at anonymous.invalid>
Aastra phones reject these calls.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-09-11 11:26 avalentin New Issue
2010-09-11 11:26 avalentin Asterisk Version => 1.8.0-beta4
2010-09-11 11:26 avalentin Regression => No
2010-09-11 11:26 avalentin SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list