**** BEGIN LOGGING AT Fri Nov 13 02:59:57 2009 Nov 13 03:05:00 we're still ok because we get the callheld=1 Nov 13 03:05:20 You have to trust the CIEV indicators here, CLCC won't save you Nov 13 03:13:15 okay Nov 13 03:15:21 If this doesn't work out, it doesn't work out Nov 13 03:15:25 But lets try first Nov 13 03:16:13 okay. i know Nov 13 03:29:49 CC drivers/calypsomodem/voicecall.o Nov 13 03:29:49 cc1: warnings being treated as errors Nov 13 03:29:49 drivers/calypsomodem/voicecall.c: In function ‘calypso_release_specific’: Nov 13 03:29:49 drivers/calypsomodem/voicecall.c:162: error: too few arguments for format Nov 13 03:29:49 make[1]: *** [drivers/calypsomodem/voicecall.o] Error 1 Nov 13 03:29:50 make: *** [all] Error 2 Nov 13 03:31:12 denkenz: you may need to fix it by remove '%' between AT and CHLD Nov 13 03:31:51 is it %% or \% to escape? Nov 13 03:32:00 probably %% Nov 13 03:32:11 because \% will escape the string Nov 13 03:32:12 Is that really % and not + Nov 13 03:32:21 and yeah Nov 13 03:32:37 oh, yeah Nov 13 03:33:05 %% should be the correct fix here. Nov 13 03:35:12 Who picks % as a special character in their AT commands. This leads to serious printf problem no matter what. Stupid modem manufactures. Or just firmware written by monkeys. Nov 13 03:35:41 denkenz: However - the compiler warnings and -Werror are there for a reason :) Nov 13 03:38:11 denkenz: And on that note, it is time for 0.10 release. Anything pending or problems in the current code base? Nov 13 04:15:52 holtmann: Shows me I shouldn't do trivial fixes :) Nov 13 04:17:00 Anyway, we're ready for 0.10 Nov 13 04:20:11 holtmann: Whoever thought up AT commands should really be shot Nov 13 04:20:38 holtmann: There's so many fun de-facto standards its not funny and nobody gets them right Nov 13 04:21:08 And if anyone can tell me what ATHLD=i does I'd appreciate it Nov 13 04:21:19 %CHLD=i rather Nov 13 04:22:57 Another fun one: +CHUP and ATH are not equivalent on the calypso even for voice calls Nov 13 04:23:15 +CHUP only ends active calls, ATH ends active + held but not waiting Nov 13 04:26:29 Yeah. Nov 13 04:28:03 You'd never tell from the spec :) Nov 13 04:28:16 Kind of an important fact ;) **** ENDING LOGGING AT Sat Nov 14 02:59:56 2009