== AsteriskVer0-2-0/channels/chan_agent.c == * int load_module() * static char *type = "Agent"; * static char *tdesc = "Call Agent Proxy Channel"; * static int capability = -1; * ast_channel_register(type, tdesc, capability, agent_request) * ast_register_application(app, login_exec, synopsis, descrip); * ast_cli_register(&cli_show_agents); * read_agent_config(); * return 0;