[Asterisk-cvs] asterisk/apps app_dial.c,1.95,1.96
markster at lists.digium.com
markster at lists.digium.com
Fri Oct 1 21:03:05 CDT 2004
- Previous message: [Asterisk-cvs] asterisk/channels chan_agent.c, 1.81,
1.82 chan_iax2.c, 1.189, 1.190 chan_local.c, 1.32,
1.33 chan_mgcp.c, 1.79, 1.80 chan_modem.c, 1.27,
1.28 chan_modem_bestdata.c, 1.12, 1.13 chan_modem_i4l.c, 1.17,
1.18 chan_oss.c, 1.33, 1.34 chan_phone.c, 1.33,
1.34 chan_sip.c, 1.511, 1.512 chan_skinny.c, 1.54,
1.55 chan_zap.c, 1.346, 1.347
- Next message: [Asterisk-cvs] asterisk/channels Makefile, 1.61, 1.62 chan_iax.c,
1.65, NONE chan_vofr.c, 1.19, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv31778/apps
Modified Files:
app_dial.c
Log Message:
Move populate TNS/Presentation/TON from calling channel
Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- app_dial.c 2 Oct 2004 00:58:31 -0000 1.95
+++ app_dial.c 2 Oct 2004 01:05:11 -0000 1.96
@@ -823,6 +823,10 @@
strncpy(tmp->chan->musicclass, chan->musicclass, sizeof(tmp->chan->musicclass) - 1);
/* Pass callingpres setting */
tmp->chan->cid.cid_pres = chan->cid.cid_pres;
+ /* Pass type of number */
+ tmp->chan->cid.cid_ton = chan->cid.cid_ton;
+ /* Pass type of tns */
+ tmp->chan->cid.cid_tns = chan->cid.cid_tns;
/* Presense of ADSI CPE on outgoing channel follows ours */
tmp->chan->adsicpe = chan->adsicpe;
/* pass the digital flag */
- Previous message: [Asterisk-cvs] asterisk/channels chan_agent.c, 1.81,
1.82 chan_iax2.c, 1.189, 1.190 chan_local.c, 1.32,
1.33 chan_mgcp.c, 1.79, 1.80 chan_modem.c, 1.27,
1.28 chan_modem_bestdata.c, 1.12, 1.13 chan_modem_i4l.c, 1.17,
1.18 chan_oss.c, 1.33, 1.34 chan_phone.c, 1.33,
1.34 chan_sip.c, 1.511, 1.512 chan_skinny.c, 1.54,
1.55 chan_zap.c, 1.346, 1.347
- Next message: [Asterisk-cvs] asterisk/channels Makefile, 1.61, 1.62 chan_iax.c,
1.65, NONE chan_vofr.c, 1.19, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list