[asterisk-bugs] [Asterisk 0014987]: invalid value in Remote-Party-ID (RPID)

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Apr 28 13:27:35 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/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-04-28 13:27 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.



====================================================================== 

---------------------------------------------------------------------- 
 (0103887) pj (reporter) - 2009-04-28 13:27
 http://bugs.digium.com/view.php?id=14987#c103887 
---------------------------------------------------------------------- 
this is fragment from my dialplan:

         Set(CONNECTEDLINE(name)=${SIPPEER(${EXTEN},callerid_name)});
         Set(CONNECTEDLINE(num)=${EXTEN});
         switch(${EXTEN}) {
           case 324:
             Gosub(groupcall,s,1(324));
             if(!${ISNULL(${DIALGROUP(${EXTEN})})})
                NoOP(rpid ${CONNECTEDLINE(all)});  <<<-- here still
correct RPID
               Dial(${DIALGROUP(${EXTEN})});
             break; 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-04-28 13:27 pj             Note Added: 0103887                          
======================================================================




More information about the asterisk-bugs mailing list