[Home]

Summary:ASTERISK-05196: CDR using the CALLERIDNUM for Outbound SRC - Fraud Possiblity when setting CallerID to "Private <>"
Reporter:Sherwood K. McGowan (vtsherwood)Labels:
Date Opened:2005-09-30 06:28:20Date Closed:2011-06-07 14:03:13
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When the caller uses the option to set themselves as private <> (caller id block) the CDR SRC on that call is blank.



****** STEPS TO REPRODUCE ******

Set the callerid "private <>" such as in this snip from my dialplan:

[cidblock]
exten=_*671NXXNXXXXXX,1,SetCallerID(Private <>)
exten=_*671NXXNXXXXXX,2,Goto(outgoing,${EXTEN:3},1)

Comments:By: Sherwood K. McGowan (vtsherwood) 2005-09-30 06:48:48

Very sorry, I forgot, the last time I updated my CVS checkout was Sept 19th

By: Kevin P. Fleming (kpfleming) 2005-09-30 11:55:31

That is not the correct way to suppress Caller ID. CallerPres should be used to mark the Caller ID as 'restricted presentation', without removing it. If you remove the Caller ID completely, then it's gone.

By: Sherwood K. McGowan (vtsherwood) 2005-09-30 12:08:15

From what I understand, presentation restriction is only available for ZAP channels, and this is a SIP only system and therefore it will not work this way. Please let me know if I'm wrong.

Additionally, the source really should be the username portion of the From URI, don't you think on a SIP call?

By: Kevin P. Fleming (kpfleming) 2005-09-30 12:13:31

Don't go by 'what you understand'... try it out. chan_sip correctly suppresses the CLID/CNAM information when it has been marked as restricted, unless it is being sent to a peer that understands RPID (and that has been enabled).