equal
deleted
inserted
replaced
34 _LIT8( KSVPNotifyTrying, "SIP/2.0 100 Trying" ); |
34 _LIT8( KSVPNotifyTrying, "SIP/2.0 100 Trying" ); |
35 _LIT8( KSVPNotifyRinging, "SIP/2.0 180 Ringing" ); |
35 _LIT8( KSVPNotifyRinging, "SIP/2.0 180 Ringing" ); |
36 _LIT8( KSVPNotifyOK, "SIP/2.0 200 OK" ); |
36 _LIT8( KSVPNotifyOK, "SIP/2.0 200 OK" ); |
37 _LIT8( KSVPBusyHereReason, "SIP/2.0 486 Busy Here" ); |
37 _LIT8( KSVPBusyHereReason, "SIP/2.0 486 Busy Here" ); |
38 _LIT8( KSVPNotifyServiceUnavailable, "SIP/2.0 503 Service Unavailable" ); |
38 _LIT8( KSVPNotifyServiceUnavailable, "SIP/2.0 503 Service Unavailable" ); |
39 |
39 _LIT8( KSVPNotifyRinging183, "SIP/2.0 183 Ringing" ); |
|
40 _LIT8( KSVPNotifyOk2, "SIP/2.0 200 Ok" ); |
40 |
41 |
41 //Response messages |
42 //Response messages |
42 //Provisional 1xx |
43 //Provisional 1xx |
43 const TInt KSVPTryingVal = 100; |
44 const TInt KSVPTryingVal = 100; |
44 const TInt KSVPRingingVal = 180; |
45 const TInt KSVPRingingVal = 180; |