equal
deleted
inserted
replaced
282 { |
282 { |
283 SVPDEBUG2( "CSVPSessionBase::TimedOut Cancel: %d", errCancel ) |
283 SVPDEBUG2( "CSVPSessionBase::TimedOut Cancel: %d", errCancel ) |
284 } |
284 } |
285 |
285 |
286 ExecCbCallStateChanged( MCCPCallObserver::ECCPStateDisconnecting ); |
286 ExecCbCallStateChanged( MCCPCallObserver::ECCPStateDisconnecting ); |
287 ExecCbCallStateChanged( MCCPCallObserver::ECCPStateIdle ); |
287 |
|
288 TRAPD( errTimer, StartTimerL( KSVPTerminatingTime, KSVPRemoteEndDiedExpired )); |
|
289 if ( errTimer ) |
|
290 { |
|
291 SVPDEBUG2("CSVPSessionBase::No Answer timer leave with error code %d", |
|
292 errTimer ) |
|
293 } |
288 } |
294 } |
289 |
295 |
290 if ( KSVPTerminationTimerExpired == aTimerId ) |
296 if ( KSVPTerminationTimerExpired == aTimerId ) |
291 { |
297 { |
292 // Renew terminating timer to keep session alive when incoming |
298 // Renew terminating timer to keep session alive when incoming |