From 27053181e9e99bd7cca3d76cd75b13b0b7e3fe90 Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Wed, 16 Jan 2008 21:52:07 +0000 Subject: [PATCH] get rid of the arbitrary channel variable and lets put it in RDNIS in the the transfer function so its consistant on all transfers git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7258 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_limit/mod_limit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mod/applications/mod_limit/mod_limit.c b/src/mod/applications/mod_limit/mod_limit.c index e613be0375..ee3ef01a9b 100644 --- a/src/mod/applications/mod_limit/mod_limit.c +++ b/src/mod/applications/mod_limit/mod_limit.c @@ -622,7 +622,6 @@ SWITCH_STANDARD_APP(limit_function) switch_channel_set_variable(channel, "limit_realm", realm); switch_channel_set_variable(channel, "limit_id", id); switch_channel_set_variable(channel, "limit_max", argv[2]); - switch_channel_set_variable(channel, "limit_orignal_destination", switch_channel_get_variable(channel, "destination_number")); cbt.buf = buf; cbt.len = sizeof(buf);