From af572c14ef216abe405947d7166a5a5d7d30196c Mon Sep 17 00:00:00 2001 From: murf Date: Fri, 4 May 2007 16:37:23 +0000 Subject: Added a small bit of code to support the SNOM 360's Record button. Made the find_feature func in res_features.c public, so I could use it to find the automon dial sequence as configured by the user. When the INFO packet has a Record: header with on/off, the sequence is sent as consecutive DTMF frames on the phone's channel, triggering the automon functionality. The user has to configure the automon in features.conf, and set up his dialplan accordingly. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63046 f38db490-d61c-443f-a65b-d21fe96a405b --- res/res_features.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') diff --git a/res/res_features.c b/res/res_features.c index 25aa622bd..7cc4686c4 100644 --- a/res/res_features.c +++ b/res/res_features.c @@ -1056,7 +1056,7 @@ static void ast_unregister_features(void) } /*! \brief find a feature by name */ -static struct ast_call_feature *find_feature(char *name) +struct ast_call_feature *find_feature(char *name) { struct ast_call_feature *tmp; -- cgit v1.2.3