mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-5852 --resolve
This commit is contained in:
@@ -66,6 +66,11 @@ SWITCH_DECLARE(switch_caller_profile_t *) switch_caller_profile_new(switch_memor
|
||||
caller_id_number = SWITCH_DEFAULT_CLID_NUMBER;
|
||||
}
|
||||
|
||||
/* ANI defaults to Caller ID Number when not specified */
|
||||
if (zstr(ani)) {
|
||||
ani = caller_id_number;
|
||||
}
|
||||
|
||||
profile_dup_clean(username, profile->username, pool);
|
||||
profile_dup_clean(dialplan, profile->dialplan, pool);
|
||||
profile_dup_clean(caller_id_name, profile->caller_id_name, pool);
|
||||
|
Reference in New Issue
Block a user