[Asterisk-cvs] asterisk/apps app_dial.c,1.25,1.26

martinp at lists.digium.com martinp at lists.digium.com
Wed Oct 1 10:58:15 CDT 2003


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv18885/apps

Modified Files:
	app_dial.c 
Log Message:
Add usecallingpres keyword to zapata.conf for PRI to PRI call so that we would take the presentation mode and send it to outbound call.


Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- app_dial.c	6 Sep 2003 19:28:52 -0000	1.25
+++ app_dial.c	1 Oct 2003 15:59:26 -0000	1.26
@@ -572,6 +572,8 @@
 			tmp->chan->ani = NULL;
 		/* Pass hidecallerid setting */
 		tmp->chan->restrictcid = chan->restrictcid;
+		/* Pass callingpres setting */
+		tmp->chan->callingpres = chan->callingpres;
 		/* Presense of ADSI CPE on outgoing channel follows ours */
 		tmp->chan->adsicpe = chan->adsicpe;
 		/* Place the call, but don't wait on the answer */




More information about the svn-commits mailing list