mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
sick of people emailing us asking why we are voice spamming them. How do people deliver this in caller id to regular telco lines?
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16489 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -58,7 +58,7 @@ SWITCH_DECLARE(switch_caller_profile_t *) switch_caller_profile_new(switch_memor
|
||||
}
|
||||
|
||||
if (zstr(caller_id_name)) {
|
||||
caller_id_name = "FreeSWITCH";
|
||||
caller_id_name = SWITCH_DEFAULT_CLID_NAME;
|
||||
}
|
||||
|
||||
if (zstr(caller_id_number)) {
|
||||
|
Reference in New Issue
Block a user