4
Fork 0

Added passing of Talker Alias

This commit is contained in:
Artem Prilutskiy 2016-12-07 14:44:04 +03:00
parent ebc4aa16bc
commit 1c8eaa89e7
6 changed files with 47 additions and 1 deletions

View file

@ -117,6 +117,7 @@ int main(int argc, const char* argv[])
if (number == 0)
number = unknown;
proxy.setTalkerID(number);
proxy.setTalkerAlias(call);
syslog(LOG_INFO, "*** Found call-sign: %s (ID: %d)", call, number);
pcre_free_substring(call);