Re: Unable to find MOH files
17603019528--- via sr-users <[email protected]>
| Newsgroups | gmane.comp.voip.ser |
|---|---|
| Message-ID | <[email protected]> |
Hello henning,
thanks for your reply, It's not a misspelling of the letters, it's the printed log that is automatically added ".*"
here is the source code:
```
update_mohq_lst.c
rtpmap **pmohfiles =
find_MOH(pmohdir, (char *)VAL_STRING(prowvals + MOHQCOL_MFILE));
if(!pmohfiles[0]) {
LM_ERR("Queue,Field (%s,%.*s): Unable to find MOH files "
"(%s/%s.*)!\n",
pqname, STR_FMT(&MOHQCSTR_MDIR), pmohdir,
(char *)VAL_STRING(prowvals + MOHQCOL_MFILE));
continue;
}
```
__________________________________________________________
Kamailio - Users Mailing List - Non Commercial Discussions -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the sender!