[Freeswitch-svn] [commit] r12052 - freeswitch/trunk/src
FreeSWITCH SVN
anthm at freeswitch.org
Mon Feb 16 08:28:27 PST 2009
Author: anthm
Date: Mon Feb 16 10:28:27 2009
New Revision: 12052
Log:
behaviour change, do not auto-export origination_caller_id_* to avoid confusion
Modified:
freeswitch/trunk/src/switch_ivr_originate.c
Modified: freeswitch/trunk/src/switch_ivr_originate.c
==============================================================================
--- freeswitch/trunk/src/switch_ivr_originate.c (original)
+++ freeswitch/trunk/src/switch_ivr_originate.c Mon Feb 16 10:28:27 2009
@@ -1037,10 +1037,6 @@
ok = 1;
} else if (!strcasecmp((char *) hi->name, "originate_retry_sleep_ms")) {
ok = 1;
- } else if (!strcasecmp((char *) hi->name, "origination_caller_id_name")) {
- ok = 1;
- } else if (!strcasecmp((char *) hi->name, "origination_caller_id_number")) {
- ok = 1;
}
if (ok) {
More information about the Freeswitch-svn
mailing list