[Home]

Summary:ASTERISK-07300: [patch] [post 1.4] Add CLID spoof option to Dial application
Reporter:Tony Howat (tonyh)Labels:
Date Opened:2006-07-07 07:28:59Date Closed:2011-06-07 14:03:00
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_dial.diff
Description:This patch adds an s(callerid:calleridname) option to dial which overrides "normal" clid alterations within dial. It is necessary as in some applications you wish to Dial a number and "spoof" the CLID. eg. I have an application where I need to outdial to a secure line where the PBX will only accept calls with a certain CLID - this doesn't match my "normal" CLID which I don't actually want to alter.
Comments:By: Joshua C. Colp (jcolp) 2006-07-07 10:25:14

Just for future reference new features should be done against trunk as they won't go into the 1.2 branch. As well we will look at this after we get a 1.4 beta out - thanks!

By: Olle Johansson (oej) 2006-10-29 15:06:21.000-0600

Why can't you change the Caller ID in the dialplan for this channel? I don't see the point with this patch, unless you explain it to me :-)

By: Leif Madsen (lmadsen) 2006-10-30 15:38:58.000-0600

I'd agree with oej in that you can simply use the CALLERID() function to change the callerID based on whatever logic you want to employ. I don't get it...

By: Olle Johansson (oej) 2006-10-31 07:17:30.000-0600

This can be resolved through the dialplan, as agreed between Blitzrage, Tonyh and myself on the IRC.

By: Leif Madsen (lmadsen) 2006-10-31 07:17:50.000-0600

After discussing on IRC, it was determined the functionality done by this change can be accomplished in the dialplan.