From 37eafdc5f16044be8230b56a08b0244ac683226a Mon Sep 17 00:00:00 2001 From: sungmin ha Date: Wed, 5 Sep 2012 21:58:11 +0900 Subject: [PATCH] modified default call-waiting on --- debian/changelog | 8 ++++++++ debian/control | 2 +- packaging/vmodemd-emul.spec | 2 +- vmodem/server/server_common.c | 4 ++++ 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6100ed0..4094f6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +vmodemd-emul (0.2.20) unstable; urgency=low + + * modified default call-waiting on + * Git: slp/pkgs/v/vmodem-daemon-emulator + * Tag: vmodemd-emul_0.2.20 + + -- Sungmin Ha Wed, 05 Sep 2012 21:53:36 +0900 + vmodemd-emul (0.2.19) unstable; urgency=low * modified sms converting flow for umlaut characters diff --git a/debian/control b/debian/control index 6d18119..b0688f9 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: extra Maintainer: SungMin Ha ,Jihye Kim ,Yeongkyoon Lee Build-Depends: bison, flex, autoconf, gcc, debhelper, libglib2.0-dev, libxml2-dev, libvconf-dev -Standards-Version: 0.2.19 +Standards-Version: 0.2.20 Package: vmodemd-emul Architecture: i386 diff --git a/packaging/vmodemd-emul.spec b/packaging/vmodemd-emul.spec index 8c974f7..b02481a 100644 --- a/packaging/vmodemd-emul.spec +++ b/packaging/vmodemd-emul.spec @@ -1,6 +1,6 @@ #git:slp/pkgs/v/vmodem-daemon-emulator Name: vmodemd-emul -Version: 0.2.19 +Version: 0.2.20 Release: 1 Summary: Modem Emulator Group: System/ModemEmulator diff --git a/vmodem/server/server_common.c b/vmodem/server/server_common.c index 0697240..29673d5 100644 --- a/vmodem/server/server_common.c +++ b/vmodem/server/server_common.c @@ -36,6 +36,9 @@ #include "server_tx_display.h" #include "server_tx_network.h" #include "server_common.h" +#include "at_func.h" +#include "vgsm_ss.h" +#include "oem_rx_ss.h" //080227 - after editting gprs part in state.c, will be removed. #include "state.h" @@ -65,6 +68,7 @@ void init_vgsm(void) // initialize ss db vgsm_ss_database_init(); init_ss_info(); + oem_rx_ss_cw_set(AT_CALL_CLASS_VOICE, SS_MODE_ACT); } -- 2.7.4