Displaying 1 result from an estimated 1 matches for "ast_getformatbynam".
Did you mean:
ast_getformatbyname
2003 Nov 06
2
this is the code that breaks outgoing calls on grandstream
...t;capability;
< p->jointcapability = peer->capability;
5636d5630
< user->capability = capability;
5698,5709d5691
< } else if (!strcasecmp(v->name, "allow")) {
< format = ast_getformatbyname(v->value);
< if (format < 1)
< ast_log(LOG_WARNING, "Cannot allow unknown format '%s'\n", v->value);
< else
< user->cap...