mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
Add param variable where needed.
This commit is contained in:
parent
d806014009
commit
9ac586adc8
@ -100,7 +100,7 @@ switch_status_t mod_xml_radius_new_handle(rc_handle **new_handle, switch_xml_t x
|
||||
switch_status_t do_config()
|
||||
{
|
||||
char *conf = "xml_radius.conf";
|
||||
switch_xml_t xml, cfg, tmp, server;
|
||||
switch_xml_t xml, cfg, tmp, server, param;
|
||||
int serv, timeout, deadtime, retries, dict, seq;
|
||||
/* TODO:
|
||||
1. read new auth_invite_configs
|
||||
|
Loading…
x
Reference in New Issue
Block a user