summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2007-05-04 17:49:20 +0000
committerSteve Murphy <murf@digium.com>2007-05-04 17:49:20 +0000
commit02337303ef22d5b79967286b4a4b004401e3efff (patch)
treee8908066fd2741b51f6c348afd1217c9c56d54c7 /channels/chan_sip.c
parent3ee0077f0410d80e9c4f40c5915c32d8dfed2c2c (diff)
a small upgrade to the coding standard, and an update to the code that triggered the upgrade.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@63048 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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");