NMT: Caller ID support
This commit is contained in:
@@ -769,7 +769,7 @@ static void bnetz_timeout(struct timer *timer)
|
||||
}
|
||||
|
||||
/* Call control starts call towards mobile station. */
|
||||
int call_out_setup(int callref, char *dialing)
|
||||
int call_out_setup(int callref, const char *caller_id, enum number_type caller_type, const char *dialing)
|
||||
{
|
||||
sender_t *sender;
|
||||
bnetz_t *bnetz;
|
||||
|
Reference in New Issue
Block a user