[asterisk-bugs] [JIRA] (ASTERISK-28761) Assigning CallerIDNum from DNIDDigits to chan_pjsip

Asterisk Team (JIRA) noreply at issues.asterisk.org
Fri Feb 28 07:44:25 CST 2020


    [ https://issues.asterisk.org/jira/browse/ASTERISK-28761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=249860#comment-249860 ] 

Asterisk Team commented on ASTERISK-28761:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

> Assigning CallerIDNum from DNIDDigits  to chan_pjsip
> ----------------------------------------------------
>
>                 Key: ASTERISK-28761
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28761
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_pjsip
>    Affects Versions: 16.8.0
>         Environment: CentOS 7
> Asterisk 16.8 (src)
>            Reporter: Vyrva Igor
>
> If the channel that responds to the Dial/Queue (dstchannel) call is running on chan_pjsip for it, the CallerIDNum parameter takes the value from the DNIDDigits parameter of the call Initiator (channel)
> Channel:
> {code}
> Name= SIP/423-00000031
> Type= SIP
> UniqueID= 1582885712.361
> LinkedID= 1582885712.361
> CallerIDNum= 423
> CallerIDName= AP-423
> ConnectedLineIDNum= (N/A)
> ConnectedLineIDName=(N/A)
> DNIDDigits= 300
> {code}
> Dstchannel:
> {code}
> Name= PJSIP/666-00000003
> Type= PJSIP
> UniqueID= 1582885712.364
> LinkedID= 1582885712.361
> CallerIDNum= 300
> CallerIDName= (N/A)
> ConnectedLineIDNum= 423
> ConnectedLineIDName= AP-423
> DNIDDigits= (N/A)
> {code}
> However, if the meeting works in chan_sip that happens
> Channel
> {code}
> Name= SIP/423-00000036 
> Type= SIP 
> UniqueID= 1582896505.420 
> LinkedID= 1582896505.420 
> CallerIDNum= 423 
> CallerIDName= AP-423 
> ConnectedLineIDNum= (N/A) 
> ConnectedLineIDName=(N/A) 
> DNIDDigits= 300
> {code}
> Dstchannel
> {code}
> Name= SIP/422-00000037 
> Type= SIP 
> UniqueID= 1582896505.423 
> LinkedID= 1582896505.420 
> CallerIDNum= (N/A) 
> CallerIDName= (N/A) 
> ConnectedLineIDNum= 423 
> ConnectedLineIDName=AP-423 
> DNIDDigits= (N/A)
> {code}
> If, before making a call, we delete the information from DNIDDigits, then for PJSIP we get in CallerIDNum=${EXTEN} from which the Dial/Queue is made
> Channel
> Executing [anonym11 at test-line:10] Set("SIP/423-00000038", "CALLERID(dnid)= ") in new stack
> {code}
> Name= SIP/423-00000038 
> Type= SIP 
> UniqueID= 1582896895.436 
> LinkedID= 1582896895.436 
> CallerIDNum= 423 
> CallerIDName= AP-423 
> ConnectedLineIDNum= (N/A) 
> ConnectedLineIDName=(N/A) 
> DNIDDigits= (N/A)
> {code}
> Dstchannel
> {code}
> Name= PJSIP/666-00000006 
> Type= PJSIP 
> UniqueID= 1582896895.439 
> LinkedID= 1582896895.436 
> CallerIDNum= anonym11 
> CallerIDName= (N/A) 
> ConnectedLineIDNum= 423 
> ConnectedLineIDName=AP-423 
> DNIDDigits= (N/A)
> {code}
> Is it really a bug or is it specifically made this way?
> If specifically-how to disable it?



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list