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

@@ -350,7 +350,7 @@ cnetz_t *search_ogk(void)
return NULL;
}
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;
cnetz_t *cnetz;