1
0
Fork 0

Updated documentation and patch for mms-to-email and local mms vasp handlers

This commit is contained in:
bagyenda 2005-10-25 11:01:23 +00:00
parent 9b672030a1
commit 6098cf5029
3 changed files with 36 additions and 2 deletions

View File

@ -77,6 +77,8 @@ vasp-password = news123
vasp-url = http://localhost:23535/
mmsc-username = user
mmsc-password = secret
mms-to-email-handler = true
mms-to-local-copy-handler = true
group = mmsproxy
name = "A test mms proxy"

View File

@ -1502,6 +1502,36 @@ mmsc-password
</td>
</tr>
<tr>
<td valign=top >
<tt>mms-to-email-handler</tt>
</td>
<td valign=top >
Boolean
</td>
<td valign=top >
Set this to <tt>true</tt> if all MMS destined to email addresses should be
routed via this VASP by the MMC. The message will be packed as an
MM7 message and handed over. This could be used to customise the
appearance of the email.
</td>
</tr>
<tr>
<td valign=top >
<tt>mms-to-local-copy-handler</tt>
</td>
<td valign=top >
Boolean
</td>
<td valign=top >
Set this to <tt>true</tt> if all MMS destined to local recipients
(e.g. mobiles) should be copied to this VASP. This is useful if you
want to implement a web-based viewer (as a backup solution) for your
users.
</td>
</tr>
</table>

View File

@ -717,8 +717,8 @@ diff -Naur gateway-1.4.0/gw/xml_shared.h gateway-1.4.0-patched/gw/xml_shared.h
/*
diff -Naur gateway-1.4.0/gwlib/cfg.def gateway-1.4.0-patched/gwlib/cfg.def
--- gateway-1.4.0/gwlib/cfg.def 2004-06-28 18:18:35.000000000 +0300
+++ gateway-1.4.0-patched/gwlib/cfg.def 2005-09-05 11:30:55.000000000 +0300
@@ -544,6 +544,113 @@
+++ gateway-1.4.0-patched/gwlib/cfg.def 2005-10-25 13:10:00.000000000 +0300
@@ -544,6 +544,115 @@
OCTSTR(unified-prefix)
)
@ -784,6 +784,8 @@ diff -Naur gateway-1.4.0/gwlib/cfg.def gateway-1.4.0-patched/gwlib/cfg.def
+ OCTSTR(vasp-username)
+ OCTSTR(vasp-password)
+ OCTSTR(vasp-url)
+ OCTSTR(mms-to-email-handler)
+ OCTSTR(mms-to-local-copy-handler)
+ OCTSTR(mmsc-username)
+ OCTSTR(mmsc-password)
+)