[Asterisk-cvs] asterisk/apps app_dial.c,1.23,1.24
martinp at lists.digium.com
martinp at lists.digium.com
Thu Sep 4 22:59:48 CDT 2003
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv20530/apps
Modified Files:
app_dial.c
Log Message:
Add restrictcid=[yes|no] for chan_zap and chan_sip. You can specify if the sip/zap users will have the callerid transmitted as ANI or CALLERID.
Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** app_dial.c 28 Aug 2003 16:42:15 -0000 1.23
--- app_dial.c 5 Sep 2003 04:00:57 -0000 1.24
***************
*** 569,572 ****
--- 569,574 ----
else
tmp->chan->ani = NULL;
+ /* Pass hidecallerid setting */
+ tmp->chan->restrictcid = chan->restrictcid;
/* Presense of ADSI CPE on outgoing channel follows ours */
tmp->chan->adsicpe = chan->adsicpe;
More information about the svn-commits
mailing list