]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
MODAPP-328
authorBrian West <brian@freeswitch.org>
Tue, 8 Sep 2009 13:35:59 +0000 (13:35 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 8 Sep 2009 13:35:59 +0000 (13:35 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14785 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_skel/mod_skel.c

index a9041407055e15b80e3b06fbf4756f01278edbc1..9f229bdc6f4558d4ec4848a307986837fd9133a3 100644 (file)
@@ -87,7 +87,7 @@ static switch_xml_config_item_t instructions[] = {
                "greedy|generous|evil", "Specifies the codec negotiation scheme to be used."),
        SWITCH_CONFIG_ITEM("codec-negotiation", SWITCH_CONFIG_ENUM, CONFIG_RELOADABLE, &globals.codec_negotiation,  (void*)CODEC_NEGOTIATION_GREEDY, &config_opt_codec_negotiation_enum,
                "greedy|generous|evil", "Specifies the codec negotiation scheme to be used."),
-       SWITCH_CONFIG_ITEM_CALLBACK("sip-trace", SWITCH_CONFIG_BOOL, CONFIG_RELOADABLE, &globals.sip_trace,  (void*)SWITCH_FALSE,  config_callback_siptrace, NULL ,
+       SWITCH_CONFIG_ITEM_CALLBACK("sip-trace", SWITCH_CONFIG_BOOL, CONFIG_RELOADABLE, &globals.sip_trace,  (void*)SWITCH_FALSE,  (switch_xml_config_callback_t)config_callback_siptrace, NULL,
                "yes|no", "If enabled, print out sip messages on the console."),
        SWITCH_CONFIG_ITEM("integer", SWITCH_CONFIG_INT, CONFIG_RELOADABLE, &globals.integer, (void*)100, &config_opt_integer,
                NULL, NULL),