[PATCH] remove enabling of %CPI (call progress indication)

Philipp Zabel philipp.zabel at gmail.com
Sat Feb 17 14:15:38 CET 2007


This patch removes the call progress indication from the vendor_ti
plugin for now. This is a candidate for a configuration file entry.

Index: gsm/src/gsmd/vendor_ti.c
===================================================================
--- gsm.orig/src/gsmd/vendor_ti.c	2007-02-17 13:57:02.000000000 +0100
+++ gsm/src/gsmd/vendor_ti.c	2007-02-17 13:57:43.000000000 +0100
@@ -208,8 +208,6 @@
 static int ticalypso_initsettings(struct gsmd *g)
 {
 	int rc;
-	/* enable %CPI: call progress indication */
-	rc = gsmd_simplecmd(g, "AT\%CPI=3");
 	/* enable %CPRI: ciphering indications */
 	rc |= gsmd_simplecmd(g, "AT\%CPRI=1");
 	/* enable %CSQ: signal quality reports */





More information about the gsmd-devel mailing list