File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
ssl-socket-clientauth/src Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ static void urc_callback(unsigned int param1, unsigned int param2)
58
58
case URC_CFUN_STATE_IND :
59
59
break ;
60
60
case URC_COMING_CALL_IND :
61
- debug (DBG_OFF , "Incoming voice call from: %s\n" , ((ST_ComingCall * )param2 )-> phoneNumber );
61
+ debug (DBG_OFF , "Incoming voice call from: %s\n" , ((struct callinfo_t * )param2 )-> phoneNumber );
62
62
/* Take action here, Answer/Hang-up */
63
63
break ;
64
64
case URC_CALL_STATE_IND :
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ static void urc_callback(unsigned int param1, unsigned int param2)
60
60
case URC_CFUN_STATE_IND :
61
61
break ;
62
62
case URC_COMING_CALL_IND :
63
- debug (DBG_OFF , "Incoming voice call from: %s\n" , ((ST_ComingCall * )param2 )-> phoneNumber );
63
+ debug (DBG_OFF , "Incoming voice call from: %s\n" , ((struct callinfo_t * )param2 )-> phoneNumber );
64
64
/* Take action here, Answer/Hang-up */
65
65
break ;
66
66
case URC_CALL_STATE_IND :
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ static void urc_callback(unsigned int param1, unsigned int param2)
68
68
case URC_CFUN_STATE_IND :
69
69
break ;
70
70
case URC_COMING_CALL_IND :
71
- debug (DBG_OFF , "Incoming voice call from: %s\n" , ((ST_ComingCall * )param2 )-> phoneNumber );
71
+ debug (DBG_OFF , "Incoming voice call from: %s\n" , ((struct callinfo_t * )param2 )-> phoneNumber );
72
72
/* Take action here, Answer/Hang-up */
73
73
break ;
74
74
case URC_CALL_STATE_IND :
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ static void urc_callback(unsigned int param1, unsigned int param2)
141
141
case URC_CFUN_STATE_IND :
142
142
break ;
143
143
case URC_COMING_CALL_IND :
144
- debug (DBG_OFF , "Incoming voice call from: %s\n" , ((ST_ComingCall * )param2 )-> phoneNumber );
144
+ debug (DBG_OFF , "Incoming voice call from: %s\n" , ((struct callinfo_t * )param2 )-> phoneNumber );
145
145
/* Take action here, Answer/Hang-up */
146
146
break ;
147
147
case URC_CALL_STATE_IND :
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ static void urc_callback(unsigned int param1, unsigned int param2)
69
69
case URC_CFUN_STATE_IND :
70
70
break ;
71
71
case URC_COMING_CALL_IND :
72
- debug (DBG_OFF , "Incoming voice call from: %s\n" , ((ST_ComingCall * )param2 )-> phoneNumber );
72
+ debug (DBG_OFF , "Incoming voice call from: %s\n" , ((struct callinfo_t * )param2 )-> phoneNumber );
73
73
/* Take action here, Answer/Hang-up */
74
74
break ;
75
75
case URC_CALL_STATE_IND :
You can’t perform that action at this time.
0 commit comments