aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-04 17:49:20 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-04 17:49:20 +0000
commit066fef6a86d126791f86ed938f4c9ad9eb299a56 (patch)
treee8908066fd2741b51f6c348afd1217c9c56d54c7 /channels/chan_sip.c
parentaf572c14ef216abe405947d7166a5a5d7d30196c (diff)
a small upgrade to the coding standard, and an update to the code that triggered the upgrade.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63048 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 919912853..d4f2558f8 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -11647,7 +11647,7 @@ static void handle_request_info(struct sip_pvt *p, struct sip_request *req)
return;
} else if (!ast_strlen_zero(c = get_header(req, "Record"))) {
/* first, get the feature string, if it exists */
- struct ast_call_feature *feat = find_feature("automon");
+ struct ast_call_feature *feat = ast_find_call_feature("automon");
if (!feat || ast_strlen_zero(feat->exten)) {
ast_log(LOG_WARNING,"Recording requested, but no One Touch Monitor registered. (See features.conf)\n");