[asterisk-bugs] [Asterisk 0014987]: invalid value in Remote-Party-ID (RPID)
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jun 30 03:12:16 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=14987
======================================================================
Reported By: pj
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14987
Category: Channels/chan_sip/General
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 190797
Request Review:
======================================================================
Date Submitted: 2009-04-28 13:18 CDT
Last Modified: 2009-06-30 03:12 CDT
======================================================================
Summary: invalid value in Remote-Party-ID (RPID)
Description:
SIP/ringing message contains correct RPID info, but after call is answered,
SIP/OK message, contains RPID with incorrect value, look below, or at
attached packet dump.
If looking to wrong RPID value: "sw-146-324", I have suspicion, that can
be related do dialplan logic - I'm using Dial application from inside
switch() statement. This value "sw-146-324" is actually dialplan label,
that is constructed from AEL.
======================================================================
----------------------------------------------------------------------
(0107219) yehavi (reporter) - 2009-06-30 03:12
https://issues.asterisk.org/view.php?id=14987#c107219
----------------------------------------------------------------------
I have a similar problem, but slightly different. I have two routes which
behave slightly different.
The first one includes local extensions known to Asterisk:
_806XX => {
NoOp();
Set(CONNECTEDLINE(all)=Test <${EXTEN}>);
Dial(SIP/${EXTEN});
};
When I dial extension 80621 I first see "Test 80621", and when answered
it is change to the CALLERID field saved in user's table. So far - ok.
The other case is extensions not local to Asterisk which are routed via
gateway:
_8[1-9]XXX => {
NoOp(${EXTEN});
Set(CONNECTEDLINE(all)=Test <${EXTEN}>);
Dial(SIP/${EXTEN}@128.139.26.6,30);
};
Here the called name is not displayed at all.
When I used patch 8824 on 1.4.21 it worked ok.
I attach the log from Asterisk for both calls.
Thanks, __Yehavi:
Issue History
Date Modified Username Field Change
======================================================================
2009-06-30 03:12 yehavi Note Added: 0107219
======================================================================
More information about the asterisk-bugs
mailing list