modified default call-waiting on
authorsungmin ha <sungmin82.ha@samsung.com>
Wed, 5 Sep 2012 12:58:11 +0000 (21:58 +0900)
committersungmin ha <sungmin82.ha@samsung.com>
Wed, 5 Sep 2012 12:58:11 +0000 (21:58 +0900)
debian/changelog
debian/control
packaging/vmodemd-emul.spec
vmodem/server/server_common.c

index 6100ed0..4094f6a 100644 (file)
@@ -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 <sungmin82.ha@samsung.com> Wed, 05 Sep 2012 21:53:36 +0900
+
 vmodemd-emul (0.2.19) unstable; urgency=low
 
   * modified sms converting flow for umlaut characters
index 6d18119..b0688f9 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Priority: extra
 Maintainer: SungMin Ha <sungmin82.ha@samsung.com>,Jihye Kim <jihye1128.kim@samsung.com>,Yeongkyoon Lee <yeongkyoon.lee@samsung.com>
 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
index 8c974f7..b02481a 100644 (file)
@@ -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
index 0697240..29673d5 100644 (file)
@@ -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);
 }