[Title] add refresh the call-list
authorSooyoung Ha <yoosah.ha@samsung.com>
Fri, 14 Jun 2013 06:08:55 +0000 (15:08 +0900)
committerSooyoung Ha <yoosah.ha@samsung.com>
Fri, 14 Jun 2013 06:08:55 +0000 (15:08 +0900)
[Desc.] when the call id is great-equal then call count.
(this means the head call id is not zero.)

Change-Id: I7bc8b3305689db5f65863a297f77f03fde79ac2f
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
vmodem/server/server_tx_call.c

index 2f5fb41..0ff91c7 100644 (file)
@@ -132,6 +132,9 @@ int server_tx_call_status(void) // it means call state.
                packet.length = sizeof(gsm_call_list_t);
 
                FuncServer->Cast(&GlobalPS, LXT_ID_CLIENT_EVENT_INJECTOR, &packet);
+               if(get_call_id() >= callList->CallCount) {
+                       callback_callist();
+               }
        }
        else if( STATE_TYPE(prev) == STATE_CALL_RELEASED )
        {