1
0
Fork 0

minor credits fix

This commit is contained in:
bagyenda 2006-12-14 18:29:22 +00:00
parent 6ca83011c9
commit 7ad9569dce
3 changed files with 4 additions and 2 deletions

View File

@ -59,6 +59,7 @@
2006-08-28 Paul A. Bagyenda <bagyenda@dsmagic.com>
* Minor fix: MM7 DeliverRsp should not have message ID parameter
(thanks to Stefan Koenig <s.Koenig@dimoco.at>)
2006-08-11 Paul A. Bagyenda <bagyenda@dsmagic.com>
* Added ServiceCode parameter to both sendmms cgi vars, and also

View File

@ -1574,8 +1574,8 @@ Boolean
</table>
<br>
<a name="builtin"><strong>Built-in billing, resolver and detokenizer
modules</strong>:<br><br>
<a name="builtin"></a><h4>Built-in billing, resolver and detokenizer
modules</h4>
Mbuni supports one type of built-in modules: Shell script
handlers. Each expect a parameter that is a shell script that is
used as follows:

View File

@ -674,6 +674,7 @@ static struct {
{"audio/midi", "mid"},
{"audio/sp-midi", "mid"},
{"application/smil", "smil"},
{"application/vnd.wap.mms-message", "mms"}
{NULL, NULL}
};