`Password' is used by all the other plugins.
* <Plugin freeswitch>
* Host "127.0.0.1"
* Port "8021"
- * Pass "ClueCon"
+ * Password "ClueCon"
* <Command "api sofia status profile res-public">
* Instance "profile-sofia-res-public"
* <Match>
if (fs_port != NULL) free (fs_port);
fs_port = strdup(child->values[0].value.string);
}
- else if (strcasecmp ("Pass", child->key) == 0)
+ else if (strcasecmp ("Password", child->key) == 0)
{
if (fs_pass != NULL) free (fs_pass);
fs_pass = strdup(child->values[0].value.string);