mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 03:08:45 +00:00
more debug
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@820 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -983,9 +983,9 @@ int setup_incoming_call(call_details_t cd)
|
||||
|
||||
if (strlen(user->accountcode)) {
|
||||
strncpy(p->accountcode, user->accountcode, sizeof(p->accountcode)-1);
|
||||
printf("ACCOUNT CODE: %s", p->accountcode);
|
||||
printf("ACCOUNT CODE: %s\n", p->accountcode);
|
||||
} else {
|
||||
printf("NO ACCOUNT CODE IN USERS");
|
||||
printf("NO ACCOUNT CODE IN USERS\n");
|
||||
}
|
||||
|
||||
/* Increment the usage counter */
|
||||
|
Reference in New Issue
Block a user