NMT: Caller ID support

This commit is contained in:
Andreas Eversberg
2016-07-20 11:58:12 +02:00
parent ba8bf0e9d5
commit 4745b29115
11 changed files with 333 additions and 73 deletions

View File

@@ -698,7 +698,7 @@ reject:
*/
/* 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;
amps_t *amps;