my script : (mt.pl)
=====================
#!/usr/bin/perl -w
use strict;
use warnings;
use HTTP::Request::Common;
use LWP;
use URI::Escape;

my $url =
'http://'.'mbuni'.':'.'test'.'@'.'localhost'.':'.'1982';
my $agent = LWP::UserAgent->new;
open(my $file, '<', 'mt.xml') or die $!;
my $content = do { local $/; <$file> };
my $response = $agent->request(
  POST  "$url",
  Content_Type => 'multipart/related;
boundary="NextPart_000_1-1095171338664";
type="text/xml"; start="mm7-submit',
  Content => $content,
);
print $response->content;
=============================

and here's the xml (mt.xml
===============================
--NextPart_000_1-1095171338664
Content-Type: text/xml; charset="utf-8"
Content-ID: <mm7-submit>

<?xml version="1.0" encoding="UTF-8"?>
<soap-env:Envelope
xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/
soap-envelope.xsd">
<soap-env:Header>
<TransactionID soap-env:mustUnderstand="1"
xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0
REL-5-MM7-1-0.xsd">
vas1-sub
</TransactionID>
</soap-env:Header>
<soap-env:Body>
<SubmitReq
xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0
REL-5-MM7-1-0.xsd">
<MM7Version>5.3.0</MM7Version>
<SenderIdentification>
<VASPID>MMS UNI</VASPID>
<VASID>123</VASID>
<Password>password</Password>
<SenderAddress>123456</SenderAddress>
</SenderIdentification>
<Recipients><To><Number>+358405179718</Number></To></Recipients>
<PreferredChannelList>
<DeliverUsing>SMS</DeliverUsing>
</PreferredChannelList>
<DeliveryReport>true</DeliveryReport>
<ReadReply>false</ReadReply>
<Subject>Test case 1</Subject>
<ChargedParty>Other</ChargedParty>
<ThirdPartyPayer><Number
displayOnly="true">461272478</Number></ThirdPartyPayer>
<DistributionProtection>false</DistributionProtection>
<Content allowAdaptations="true" href="text-content"
type="TEXT"/>
</SubmitReq></soap-env:Body></soap-env:Envelope>
--NextPart_000_1-1095171338664
Content-Type: multipart/mixed;
boundary="NextPart_000_1-1095171338664text"
Content-ID: text-content

--NextPart_000_1-1095171338664text
Content-Type: text/plain
Content-ID: test-content
Content-Location: test2.txt

This is the test text content file for SMS message.

--NextPart_000_1-1095171338664text--

--NextPart_000_1-1095171338664--
=================================

I run my script like : perl post.pl
then i got error message like : Segmentation Fault

here's the log file :
"2007-01-17 13:27:12 [4894] [4] DEBUG: Octet string
dump ends.
2007-01-17 13:27:12 [4894] [4] DEBUG: Failed to read
MIME headers in Octstr block:
2007-01-17 13:27:12 [4894] [4] DEBUG: Octet string at
0x8149e20:"

and here's the complete log :
===============
2007-01-17 13:27:07 [4894] [0] INFO: Added logfile
`/var/log/mbuni/mmsc.log' with level `0'.
2007-01-17 13:27:07 [4894] [0] INFO: Started access
logfile `/var/log/mbuni/mmsc-access.log'.
2007-01-17 13:27:07 [4894] [0] INFO: HTTP: Opening
server at port 1981.
2007-01-17 13:27:07 [4894] [0] DEBUG: Started thread 1
(gwlib/fdset.c:poller)
2007-01-17 13:27:07 [4894] [0] DEBUG: Started thread 2
(gwlib/http.c:server_thread)
2007-01-17 13:27:07 [4894] [0] INFO: HTTP: Opening
server at port 1982.
2007-01-17 13:27:07 [4894] [0] DEBUG: Started thread 3
(mmsproxy.c:(gwthread_func_t *)mm7proxy)
2007-01-17 13:27:07 [4894] [1] DEBUG: Thread 1
(gwlib/fdset.c:poller) maps to pid 4894.
2007-01-17 13:27:07 [4894] [2] DEBUG: Thread 2
(gwlib/http.c:server_thread) maps to pid 4894.
2007-01-17 13:27:07 [4894] [3] DEBUG: Thread 3
(mmsproxy.c:(gwthread_func_t *)mm7proxy) maps to pid
4894.
2007-01-17 13:27:12 [4894] [2] DEBUG: HTTP: Creating
HTTPClient for `127.0.0.1'.
2007-01-17 13:27:12 [4894] [2] DEBUG: HTTP: Created
HTTPClient area 0x814c600.
2007-01-17 13:27:12 [4894] [3] DEBUG:  MM7 Request,
ip=127.0.0.1, vasp=newscorp 
2007-01-17 13:27:12 [4894] [3] DEBUG: Dumping HTTP
headers:
2007-01-17 13:27:12 [4894] [3] DEBUG:  Octet string at
0x814da48:
2007-01-17 13:27:12 [4894] [3] DEBUG:    len:  22
2007-01-17 13:27:12 [4894] [3] DEBUG:    size: 24
2007-01-17 13:27:12 [4894] [3] DEBUG:    immutable: 0
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 54 45
3a 20 64 65 66 6c 61 74 65 2c 67 7a 69 70   TE:
deflate,gzip
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 3b 71
3d 30 2e 33                                 ;q=0.3
2007-01-17 13:27:12 [4894] [3] DEBUG:  Octet string
dump ends.
2007-01-17 13:27:12 [4894] [3] DEBUG:  Octet string at
0x814c688:
2007-01-17 13:27:12 [4894] [3] DEBUG:    len:  21
2007-01-17 13:27:12 [4894] [3] DEBUG:    size: 23
2007-01-17 13:27:12 [4894] [3] DEBUG:    immutable: 0
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 43 6f
6e 6e 65 63 74 69 6f 6e 3a 20 54 45 2c 20  
Connection: TE, 
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 63 6c
6f 73 65                                    close
2007-01-17 13:27:12 [4894] [3] DEBUG:  Octet string
dump ends.
2007-01-17 13:27:12 [4894] [3] DEBUG:  Octet string at
0x814da88:
2007-01-17 13:27:12 [4894] [3] DEBUG:    len:  37
2007-01-17 13:27:12 [4894] [3] DEBUG:    size: 39
2007-01-17 13:27:12 [4894] [3] DEBUG:    immutable: 0
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 41 75
74 68 6f 72 69 7a 61 74 69 6f 6e 3a 20 42  
Authorization: B
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 61 73
69 63 20 62 57 4a 31 62 6d 6b 36 64 47 56   asic
bWJ1bmk6dGV
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 7a 64
41 3d 3d                                    zdA==
2007-01-17 13:27:12 [4894] [3] DEBUG:  Octet string
dump ends.
2007-01-17 13:27:12 [4894] [3] DEBUG:  Octet string at
0x814d5d8:
2007-01-17 13:27:12 [4894] [3] DEBUG:    len:  20
2007-01-17 13:27:12 [4894] [3] DEBUG:    size: 22
2007-01-17 13:27:12 [4894] [3] DEBUG:    immutable: 0
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 48 6f
73 74 3a 20 6c 6f 63 61 6c 68 6f 73 74 3a   Host:
localhost:
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 31 39
38 32                                       1982
2007-01-17 13:27:12 [4894] [3] DEBUG:  Octet string
dump ends.
2007-01-17 13:27:12 [4894] [3] DEBUG:  Octet string at
0x814d628:
2007-01-17 13:27:12 [4894] [3] DEBUG:    len:  28
2007-01-17 13:27:12 [4894] [3] DEBUG:    size: 30
2007-01-17 13:27:12 [4894] [3] DEBUG:    immutable: 0
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 55 73
65 72 2d 41 67 65 6e 74 3a 20 6c 69 62 77  
User-Agent: libw
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 77 77
2d 70 65 72 6c 2f 35 2e 37 36              
ww-perl/5.76
2007-01-17 13:27:12 [4894] [3] DEBUG:  Octet string
dump ends.
2007-01-17 13:27:12 [4894] [3] DEBUG:  Octet string at
0x814dd70:
2007-01-17 13:27:12 [4894] [3] DEBUG:    len:  20
2007-01-17 13:27:12 [4894] [3] DEBUG:    size: 22
2007-01-17 13:27:12 [4894] [3] DEBUG:    immutable: 0
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 43 6f
6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20  
Content-Length: 
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 32 30
38 31                                       2081
2007-01-17 13:27:12 [4894] [3] DEBUG:  Octet string
dump ends.
2007-01-17 13:27:12 [4894] [3] DEBUG:  Octet string at
0x814d610:
2007-01-17 13:27:12 [4894] [3] DEBUG:    len:  111
2007-01-17 13:27:12 [4894] [3] DEBUG:    size: 113
2007-01-17 13:27:12 [4894] [3] DEBUG:    immutable: 0
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 43 6f
6e 74 65 6e 74 2d 54 79 70 65 3a 20 6d 75  
Content-Type: mu
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 6c 74
69 70 61 72 74 2f 72 65 6c 61 74 65 64 3b  
ltipart/related;
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 20 74
79 70 65 3d 22 74 65 78 74 2f 78 6d 6c 22   
type="text/xml"
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 3b 20
73 74 61 72 74 3d 22 3c 6d 6d 37 2d 73 75   ;
start="<mm7-su
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 62 6d
69 74 3e 22 3b 20 62 6f 75 6e 64 61 72 79   bmit>";
boundary
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 3d 22
4e 65 78 74 50 61 72 74 5f 30 30 30 5f 31  
="NextPart_000_1
2007-01-17 13:27:12 [4894] [3] DEBUG:    data: 2d 31
30 39 35 31 37 31 33 33 38 36 36 34 22     
-1095171338664"
2007-01-17 13:27:12 [4894] [3] DEBUG:  Octet string
dump ends.
2007-01-17 13:27:12 [4894] [3] DEBUG: End of dump.
2007-01-17 13:27:12 [4894] [3] DEBUG: Octet string at
0x814de40:
2007-01-17 13:27:12 [4894] [3] DEBUG:   len:  2081
2007-01-17 13:27:12 [4894] [3] DEBUG:   size: 2082
2007-01-17 13:27:12 [4894] [3] DEBUG:   immutable: 0
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 2d 2d 4e
65 78 74 50 61 72 74 5f 30 30 30 5f 31  
--NextPart_000_1
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 2d 31 30
39 35 31 37 31 33 33 38 36 36 34 0a 43  
-1095171338664.C
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6f 6e 74
65 6e 74 2d 54 79 70 65 3a 20 74 65 78   ontent-Type:
tex
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 74 2f 78
6d 6c 3b 20 63 68 61 72 73 65 74 3d 22   t/xml;
charset="
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 75 74 66
2d 38 22 0a 43 6f 6e 74 65 6e 74 2d 49  
utf-8".Content-I
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 44 3a 20
3c 6d 6d 37 2d 73 75 62 6d 69 74 3e 0a   D:
<mm7-submit>.
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 0a 3c 3f
78 6d 6c 20 76 65 72 73 69 6f 6e 3d 22   .<?xml
version="
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 31 2e 30
22 20 65 6e 63 6f 64 69 6e 67 3d 22 55   1.0"
encoding="U
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 54 46 2d
38 22 3f 3e 0a 3c 73 6f 61 70 2d 65 6e  
TF-8"?>.<soap-en
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 76 3a 45
6e 76 65 6c 6f 70 65 20 78 6d 6c 6e 73   v:Envelope
xmlns
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 3a 73 6f
61 70 2d 65 6e 76 3d 22 68 74 74 70 3a  
:soap-env="http:
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 2f 2f 73
63 68 65 6d 61 73 2e 78 6d 6c 73 6f 61  
//schemas.xmlsoa
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 70 2e 6f
72 67 2f 73 6f 61 70 2f 65 6e 76 65 6c  
p.org/soap/envel
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6f 70 65
2f 22 20 78 6d 6c 6e 73 3a 78 73 69 3d   ope/"
xmlns:xsi=
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 22 68 74
74 70 3a 2f 2f 77 77 77 2e 77 33 2e 6f  
"http://www.w3.o
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 72 67 2f
32 30 30 31 2f 58 4d 4c 53 63 68 65 6d  
rg/2001/XMLSchem
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 61 2d 69
6e 73 74 61 6e 63 65 22 20 78 73 69 3a   a-instance"
xsi:
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 73 63 68
65 6d 61 4c 6f 63 61 74 69 6f 6e 3d 22  
schemaLocation="
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 68 74 74
70 3a 2f 2f 73 63 68 65 6d 61 73 2e 78  
http://schemas.x
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6d 6c 73
6f 61 70 2e 6f 72 67 2f 73 6f 61 70 2f  
mlsoap.org/soap/
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 65 6e 76
65 6c 6f 70 65 2f 20 73 6f 61 70 2d 65   envelope/
soap-e
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6e 76 65
6c 6f 70 65 2e 78 73 64 22 3e 0a 3c 73  
nvelope.xsd">.<s
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6f 61 70
2d 65 6e 76 3a 48 65 61 64 65 72 3e 0a  
oap-env:Header>.
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 3c 54 72
61 6e 73 61 63 74 69 6f 6e 49 44 20 73  
<TransactionID s
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6f 61 70
2d 65 6e 76 3a 6d 75 73 74 55 6e 64 65  
oap-env:mustUnde
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 72 73 74
61 6e 64 3d 22 31 22 20 78 6d 6c 6e 73   rstand="1"
xmlns
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 3d 22 68
74 74 70 3a 2f 2f 77 77 77 2e 33 67 70  
="http://www.3gp
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 70 2e 6f
72 67 2f 66 74 70 2f 53 70 65 63 73 2f  
p.org/ftp/Specs/
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 61 72 63
68 69 76 65 2f 32 33 5f 73 65 72 69 65  
archive/23_serie
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 73 2f 32
33 2e 31 34 30 2f 73 63 68 65 6d 61 2f  
s/23.140/schema/
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 52 45 4c
2d 35 2d 4d 4d 37 2d 31 2d 30 22 20 78  
REL-5-MM7-1-0" x
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6d 6c 6e
73 3a 78 73 69 3d 22 68 74 74 70 3a 2f  
mlns:xsi="http:/
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 2f 77 77
77 2e 77 33 2e 6f 72 67 2f 32 30 30 31  
/www.w3.org/2001
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 2f 58 4d
4c 53 63 68 65 6d 61 2d 69 6e 73 74 61  
/XMLSchema-insta
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6e 63 65
22 20 78 73 69 3a 73 63 68 65 6d 61 4c   nce"
xsi:schemaL
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6f 63 61
74 69 6f 6e 3d 22 68 74 74 70 3a 2f 2f  
ocation="http://
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 77 77 77
2e 33 67 70 70 2e 6f 72 67 2f 66 74 70  
www.3gpp.org/ftp
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 2f 53 70
65 63 73 2f 61 72 63 68 69 76 65 2f 32  
/Specs/archive/2
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 33 5f 73
65 72 69 65 73 2f 32 33 2e 31 34 30 2f  
3_series/23.140/
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 73 63 68
65 6d 61 2f 52 45 4c 2d 35 2d 4d 4d 37  
schema/REL-5-MM7
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 2d 31 2d
30 20 52 45 4c 2d 35 2d 4d 4d 37 2d 31   -1-0
REL-5-MM7-1
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 2d 30 2e
78 73 64 22 3e 0a 76 61 73 31 2d 73 75  
-0.xsd">.vas1-su
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 62 0a 3c
2f 54 72 61 6e 73 61 63 74 69 6f 6e 49  
b.</TransactionI
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 44 3e 0a
3c 2f 73 6f 61 70 2d 65 6e 76 3a 48 65  
D>.</soap-env:He
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 61 64 65
72 3e 0a 3c 73 6f 61 70 2d 65 6e 76 3a  
ader>.<soap-env:
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 42 6f 64
79 3e 0a 3c 53 75 62 6d 69 74 52 65 71  
Body>.<SubmitReq
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 20 78 6d
6c 6e 73 3d 22 68 74 74 70 3a 2f 2f 77   
xmlns="http://w
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 77 77 2e
33 67 70 70 2e 6f 72 67 2f 66 74 70 2f  
ww.3gpp.org/ftp/
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 53 70 65
63 73 2f 61 72 63 68 69 76 65 2f 32 33  
Specs/archive/23
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 5f 73 65
72 69 65 73 2f 32 33 2e 31 34 30 2f 73  
_series/23.140/s
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 63 68 65
6d 61 2f 52 45 4c 2d 35 2d 4d 4d 37 2d  
chema/REL-5-MM7-
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 31 2d 30
22 20 78 6d 6c 6e 73 3a 78 73 69 3d 22   1-0"
xmlns:xsi="
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 68 74 74
70 3a 2f 2f 77 77 77 2e 77 33 2e 6f 72  
http://www.w3.or
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 67 2f 32
30 30 31 2f 58 4d 4c 53 63 68 65 6d 61  
g/2001/XMLSchema
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 2d 69 6e
73 74 61 6e 63 65 22 20 78 73 69 3a 73   -instance"
xsi:s
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 63 68 65
6d 61 4c 6f 63 61 74 69 6f 6e 3d 22 68  
chemaLocation="h
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 74 74 70
3a 2f 2f 77 77 77 2e 33 67 70 70 2e 6f  
ttp://www.3gpp.o
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 72 67 2f
66 74 70 2f 53 70 65 63 73 2f 61 72 63  
rg/ftp/Specs/arc
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 68 69 76
65 2f 32 33 5f 73 65 72 69 65 73 2f 32  
hive/23_series/2
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 33 2e 31
34 30 2f 73 63 68 65 6d 61 2f 52 45 4c  
3.140/schema/REL
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 2d 35 2d
4d 4d 37 2d 31 2d 30 20 52 45 4c 2d 35   -5-MM7-1-0
REL-5
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 2d 4d 4d
37 2d 31 2d 30 2e 78 73 64 22 3e 0a 3c  
-MM7-1-0.xsd">.<
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 4d 4d 37
56 65 72 73 69 6f 6e 3e 35 2e 33 2e 30  
MM7Version>5.3.0
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 3c 2f 4d
4d 37 56 65 72 73 69 6f 6e 3e 0a 3c 53  
</MM7Version>.<S
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 65 6e 64
65 72 49 64 65 6e 74 69 66 69 63 61 74  
enderIdentificat
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 69 6f 6e
3e 0a 3c 56 41 53 50 49 44 3e 4d 4d 53  
ion>.<VASPID>MMS
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 20 55 4e
49 3c 2f 56 41 53 50 49 44 3e 0a 3c 56   
UNI</VASPID>.<V
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 41 53 49
44 3e 31 32 33 3c 2f 56 41 53 49 44 3e  
ASID>123</VASID>
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 0a 3c 50
61 73 73 77 6f 72 64 3e 70 61 73 73 77  
.<Password>passw
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6f 72 64
3c 2f 50 61 73 73 77 6f 72 64 3e 0a 3c  
ord</Password>.<
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 53 65 6e
64 65 72 41 64 64 72 65 73 73 3e 31 32  
SenderAddress>12
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 33 34 35
36 3c 2f 53 65 6e 64 65 72 41 64 64 72  
3456</SenderAddr
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 65 73 73
3e 0a 3c 2f 53 65 6e 64 65 72 49 64 65  
ess>.</SenderIde
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6e 74 69
66 69 63 61 74 69 6f 6e 3e 0a 3c 52 65  
ntification>.<Re
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 63 69 70
69 65 6e 74 73 3e 3c 54 6f 3e 3c 4e 75  
cipients><To><Nu
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6d 62 65
72 3e 2b 33 35 38 34 30 35 31 37 39 37  
mber>+3584051797
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 31 38 3c
2f 4e 75 6d 62 65 72 3e 3c 2f 54 6f 3e  
18</Number></To>
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 3c 2f 52
65 63 69 70 69 65 6e 74 73 3e 0a 3c 50  
</Recipients>.<P
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 72 65 66
65 72 72 65 64 43 68 61 6e 6e 65 6c 4c  
referredChannelL
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 69 73 74
3e 0a 3c 44 65 6c 69 76 65 72 55 73 69  
ist>.<DeliverUsi
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6e 67 3e
53 4d 53 3c 2f 44 65 6c 69 76 65 72 55  
ng>SMS</DeliverU
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 73 69 6e
67 3e 0a 3c 2f 50 72 65 66 65 72 72 65  
sing>.</Preferre
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 64 43 68
61 6e 6e 65 6c 4c 69 73 74 3e 0a 3c 44  
dChannelList>.<D
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 65 6c 69
76 65 72 79 52 65 70 6f 72 74 3e 74 72  
eliveryReport>tr
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 75 65 3c
2f 44 65 6c 69 76 65 72 79 52 65 70 6f  
ue</DeliveryRepo
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 72 74 3e
0a 3c 52 65 61 64 52 65 70 6c 79 3e 66  
rt>.<ReadReply>f
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 61 6c 73
65 3c 2f 52 65 61 64 52 65 70 6c 79 3e  
alse</ReadReply>
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 0a 3c 53
75 62 6a 65 63 74 3e 54 65 73 74 20 63  
.<Subject>Test c
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 61 73 65
20 31 3c 2f 53 75 62 6a 65 63 74 3e 0a   ase
1</Subject>.
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 3c 43 68
61 72 67 65 64 50 61 72 74 79 3e 4f 74  
<ChargedParty>Ot
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 68 65 72
3c 2f 43 68 61 72 67 65 64 50 61 72 74  
her</ChargedPart
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 79 3e 0a
3c 54 68 69 72 64 50 61 72 74 79 50 61  
y>.<ThirdPartyPa
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 79 65 72
3e 3c 4e 75 6d 62 65 72 20 64 69 73 70   yer><Number
disp
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6c 61 79
4f 6e 6c 79 3d 22 74 72 75 65 22 3e 34  
layOnly="true">4
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 36 31 32
37 32 34 37 38 3c 2f 4e 75 6d 62 65 72  
61272478</Number
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 3e 3c 2f
54 68 69 72 64 50 61 72 74 79 50 61 79  
></ThirdPartyPay
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 65 72 3e
0a 3c 44 69 73 74 72 69 62 75 74 69 6f  
er>.<Distributio
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6e 50 72
6f 74 65 63 74 69 6f 6e 3e 66 61 6c 73  
nProtection>fals
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 65 3c 2f
44 69 73 74 72 69 62 75 74 69 6f 6e 50  
e</DistributionP
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 72 6f 74
65 63 74 69 6f 6e 3e 0a 3c 43 6f 6e 74  
rotection>.<Cont
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 65 6e 74
20 61 6c 6c 6f 77 41 64 61 70 74 61 74   ent
allowAdaptat
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 69 6f 6e
73 3d 22 74 72 75 65 22 20 68 72 65 66   ions="true"
href
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 3d 22 74
65 78 74 2d 63 6f 6e 74 65 6e 74 22 20  
="text-content" 
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 74 79 70
65 3d 22 54 45 58 54 22 2f 3e 0a 3c 2f  
type="TEXT"/>.</
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 53 75 62
6d 69 74 52 65 71 3e 3c 2f 73 6f 61 70  
SubmitReq></soap
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 2d 65 6e
76 3a 42 6f 64 79 3e 3c 2f 73 6f 61 70  
-env:Body></soap
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 2d 65 6e
76 3a 45 6e 76 65 6c 6f 70 65 3e 0a 2d  
-env:Envelope>.-
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 2d 4e 65
78 74 50 61 72 74 5f 30 30 30 5f 31 2d  
-NextPart_000_1-
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 31 30 39
35 31 37 31 33 33 38 36 36 34 0a 43 6f  
1095171338664.Co
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6e 74 65
6e 74 2d 54 79 70 65 3a 20 6d 75 6c 74   ntent-Type:
mult
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 69 70 61
72 74 2f 6d 69 78 65 64 3b 20 62 6f 75   ipart/mixed;
bou
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6e 64 61
72 79 3d 22 4e 65 78 74 50 61 72 74 5f  
ndary="NextPart_
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 30 30 30
5f 31 2d 31 30 39 35 31 37 31 33 33 38  
000_1-1095171338
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 36 36 34
74 65 78 74 22 0a 43 6f 6e 74 65 6e 74  
664text".Content
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 2d 49 44
3a 20 74 65 78 74 2d 63 6f 6e 74 65 6e   -ID:
text-conten
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 74 0a 0a
2d 2d 4e 65 78 74 50 61 72 74 5f 30 30  
t..--NextPart_00
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 30 5f 31
2d 31 30 39 35 31 37 31 33 33 38 36 36  
0_1-109517133866
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 34 74 65
78 74 0a 43 6f 6e 74 65 6e 74 2d 54 79  
4text.Content-Ty
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 70 65 3a
20 74 65 78 74 2f 70 6c 61 69 6e 0a 43   pe:
text/plain.C
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6f 6e 74
65 6e 74 2d 49 44 3a 20 74 65 73 74 2d   ontent-ID:
test-
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 63 6f 6e
74 65 6e 74 0a 43 6f 6e 74 65 6e 74 2d  
content.Content-
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 4c 6f 63
61 74 69 6f 6e 3a 20 74 65 73 74 32 2e   Location:
test2.
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 74 78 74
0a 0a 54 68 69 73 20 69 73 20 74 68 65   txt..This is
the
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 20 74 65
73 74 20 74 65 78 74 20 63 6f 6e 74 65    test text
conte
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6e 74 20
66 69 6c 65 20 66 6f 72 20 53 4d 53 20   nt file for
SMS 
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 6d 65 73
73 61 67 65 2e 0a 0a 2d 2d 4e 65 78 74  
message...--Next
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 50 61 72
74 5f 30 30 30 5f 31 2d 31 30 39 35 31  
Part_000_1-10951
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 37 31 33
33 38 36 36 34 74 65 78 74 2d 2d 0a 0a  
71338664text--..
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 2d 2d 4e
65 78 74 50 61 72 74 5f 30 30 30 5f 31  
--NextPart_000_1
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 2d 31 30
39 35 31 37 31 33 33 38 36 36 34 2d 2d  
-1095171338664--
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 0a      
                                         .
2007-01-17 13:27:12 [4894] [3] DEBUG: Octet string
dump ends.
2007-01-17 13:27:12 [4894] [3] DEBUG: Octet string at
0x814c670:
2007-01-17 13:27:12 [4894] [3] DEBUG:   len:  9
2007-01-17 13:27:12 [4894] [3] DEBUG:   size: 10
2007-01-17 13:27:12 [4894] [3] DEBUG:   immutable: 0
2007-01-17 13:27:12 [4894] [3] DEBUG:   data: 31 32 37
2e 30 2e 30 2e 31                        127.0.0.1
2007-01-17 13:27:12 [4894] [3] DEBUG: Octet string
dump ends.
2007-01-17 13:27:12 [4894] [3] DEBUG: Started thread 4
(mmsproxy.c:(gwthread_func_t *)mm7soap_dispatch)
2007-01-17 13:27:12 [4894] [4] DEBUG: Thread 4
(mmsproxy.c:(gwthread_func_t *)mm7soap_dispatch) maps
to pid 4894.
2007-01-17 13:27:12 [4894] [4] DEBUG: MIME multipart:
Parsing entity:
2007-01-17 13:27:12 [4894] [4] DEBUG: Octet string at
0x8149e20:
2007-01-17 13:27:12 [4894] [4] DEBUG:   len:  1679
2007-01-17 13:27:12 [4894] [4] DEBUG:   size: 1682
2007-01-17 13:27:12 [4894] [4] DEBUG:   immutable: 0
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 43 6f 6e
74 65 6e 74 2d 54 79 70 65 3a 20 74 65   Content-Type:
te
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 78 74 2f
78 6d 6c 3b 20 63 68 61 72 73 65 74 3d   xt/xml;
charset=
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 22 75 74
66 2d 38 22 0a 43 6f 6e 74 65 6e 74 2d  
"utf-8".Content-
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 49 44 3a
20 3c 6d 6d 37 2d 73 75 62 6d 69 74 3e   ID:
<mm7-submit>
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 0a 0a 3c
3f 78 6d 6c 20 76 65 72 73 69 6f 6e 3d   ..<?xml
version=
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 22 31 2e
30 22 20 65 6e 63 6f 64 69 6e 67 3d 22   "1.0"
encoding="
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 55 54 46
2d 38 22 3f 3e 0a 3c 73 6f 61 70 2d 65  
UTF-8"?>.<soap-e
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 6e 76 3a
45 6e 76 65 6c 6f 70 65 20 78 6d 6c 6e   nv:Envelope
xmln
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 73 3a 73
6f 61 70 2d 65 6e 76 3d 22 68 74 74 70  
s:soap-env="http
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 3a 2f 2f
73 63 68 65 6d 61 73 2e 78 6d 6c 73 6f  
://schemas.xmlso
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 61 70 2e
6f 72 67 2f 73 6f 61 70 2f 65 6e 76 65  
ap.org/soap/enve
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 6c 6f 70
65 2f 22 20 78 6d 6c 6e 73 3a 78 73 69   lope/"
xmlns:xsi
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 3d 22 68
74 74 70 3a 2f 2f 77 77 77 2e 77 33 2e  
="http://www.w3.
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 6f 72 67
2f 32 30 30 31 2f 58 4d 4c 53 63 68 65  
org/2001/XMLSche
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 6d 61 2d
69 6e 73 74 61 6e 63 65 22 20 78 73 69   ma-instance"
xsi
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 3a 73 63
68 65 6d 61 4c 6f 63 61 74 69 6f 6e 3d  
:schemaLocation=
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 22 68 74
74 70 3a 2f 2f 73 63 68 65 6d 61 73 2e  
"http://schemas.
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 78 6d 6c
73 6f 61 70 2e 6f 72 67 2f 73 6f 61 70  
xmlsoap.org/soap
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 2f 65 6e
76 65 6c 6f 70 65 2f 20 73 6f 61 70 2d   /envelope/
soap-
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 65 6e 76
65 6c 6f 70 65 2e 78 73 64 22 3e 0a 3c  
envelope.xsd">.<
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 73 6f 61
70 2d 65 6e 76 3a 48 65 61 64 65 72 3e  
soap-env:Header>
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 0a 3c 54
72 61 6e 73 61 63 74 69 6f 6e 49 44 20  
.<TransactionID 
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 73 6f 61
70 2d 65 6e 76 3a 6d 75 73 74 55 6e 64  
soap-env:mustUnd
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 65 72 73
74 61 6e 64 3d 22 31 22 20 78 6d 6c 6e   erstand="1"
xmln
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 73 3d 22
68 74 74 70 3a 2f 2f 77 77 77 2e 33 67  
s="http://www.3g
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 70 70 2e
6f 72 67 2f 66 74 70 2f 53 70 65 63 73  
pp.org/ftp/Specs
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 2f 61 72
63 68 69 76 65 2f 32 33 5f 73 65 72 69  
/archive/23_seri
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 65 73 2f
32 33 2e 31 34 30 2f 73 63 68 65 6d 61  
es/23.140/schema
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 2f 52 45
4c 2d 35 2d 4d 4d 37 2d 31 2d 30 22 20  
/REL-5-MM7-1-0" 
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 78 6d 6c
6e 73 3a 78 73 69 3d 22 68 74 74 70 3a  
xmlns:xsi="http:
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 2f 2f 77
77 77 2e 77 33 2e 6f 72 67 2f 32 30 30  
//www.w3.org/200
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 31 2f 58
4d 4c 53 63 68 65 6d 61 2d 69 6e 73 74  
1/XMLSchema-inst
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 61 6e 63
65 22 20 78 73 69 3a 73 63 68 65 6d 61   ance"
xsi:schema
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 4c 6f 63
61 74 69 6f 6e 3d 22 68 74 74 70 3a 2f  
Location="http:/
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 2f 77 77
77 2e 33 67 70 70 2e 6f 72 67 2f 66 74  
/www.3gpp.org/ft
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 70 2f 53
70 65 63 73 2f 61 72 63 68 69 76 65 2f  
p/Specs/archive/
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 32 33 5f
73 65 72 69 65 73 2f 32 33 2e 31 34 30  
23_series/23.140
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 2f 73 63
68 65 6d 61 2f 52 45 4c 2d 35 2d 4d 4d  
/schema/REL-5-MM
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 37 2d 31
2d 30 20 52 45 4c 2d 35 2d 4d 4d 37 2d   7-1-0
REL-5-MM7-
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 31 2d 30
2e 78 73 64 22 3e 0a 76 61 73 31 2d 73  
1-0.xsd">.vas1-s
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 75 62 0a
3c 2f 54 72 61 6e 73 61 63 74 69 6f 6e  
ub.</Transaction
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 49 44 3e
0a 3c 2f 73 6f 61 70 2d 65 6e 76 3a 48  
ID>.</soap-env:H
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 65 61 64
65 72 3e 0a 3c 73 6f 61 70 2d 65 6e 76  
eader>.<soap-env
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 3a 42 6f
64 79 3e 0a 3c 53 75 62 6d 69 74 52 65  
:Body>.<SubmitRe
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 71 20 78
6d 6c 6e 73 3d 22 68 74 74 70 3a 2f 2f   q
xmlns="http://
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 77 77 77
2e 33 67 70 70 2e 6f 72 67 2f 66 74 70  
www.3gpp.org/ftp
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 2f 53 70
65 63 73 2f 61 72 63 68 69 76 65 2f 32  
/Specs/archive/2
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 33 5f 73
65 72 69 65 73 2f 32 33 2e 31 34 30 2f  
3_series/23.140/
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 73 63 68
65 6d 61 2f 52 45 4c 2d 35 2d 4d 4d 37  
schema/REL-5-MM7
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 2d 31 2d
30 22 20 78 6d 6c 6e 73 3a 78 73 69 3d   -1-0"
xmlns:xsi=
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 22 68 74
74 70 3a 2f 2f 77 77 77 2e 77 33 2e 6f  
"http://www.w3.o
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 72 67 2f
32 30 30 31 2f 58 4d 4c 53 63 68 65 6d  
rg/2001/XMLSchem
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 61 2d 69
6e 73 74 61 6e 63 65 22 20 78 73 69 3a   a-instance"
xsi:
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 73 63 68
65 6d 61 4c 6f 63 61 74 69 6f 6e 3d 22  
schemaLocation="
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 68 74 74
70 3a 2f 2f 77 77 77 2e 33 67 70 70 2e  
http://www.3gpp.
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 6f 72 67
2f 66 74 70 2f 53 70 65 63 73 2f 61 72  
org/ftp/Specs/ar
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 63 68 69
76 65 2f 32 33 5f 73 65 72 69 65 73 2f  
chive/23_series/
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 32 33 2e
31 34 30 2f 73 63 68 65 6d 61 2f 52 45  
23.140/schema/RE
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 4c 2d 35
2d 4d 4d 37 2d 31 2d 30 20 52 45 4c 2d   L-5-MM7-1-0
REL-
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 35 2d 4d
4d 37 2d 31 2d 30 2e 78 73 64 22 3e 0a  
5-MM7-1-0.xsd">.
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 3c 4d 4d
37 56 65 72 73 69 6f 6e 3e 35 2e 33 2e  
<MM7Version>5.3.
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 30 3c 2f
4d 4d 37 56 65 72 73 69 6f 6e 3e 0a 3c  
0</MM7Version>.<
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 53 65 6e
64 65 72 49 64 65 6e 74 69 66 69 63 61  
SenderIdentifica
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 74 69 6f
6e 3e 0a 3c 56 41 53 50 49 44 3e 4d 4d  
tion>.<VASPID>MM
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 53 20 55
4e 49 3c 2f 56 41 53 50 49 44 3e 0a 3c   S
UNI</VASPID>.<
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 56 41 53
49 44 3e 31 32 33 3c 2f 56 41 53 49 44  
VASID>123</VASID
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 3e 0a 3c
50 61 73 73 77 6f 72 64 3e 70 61 73 73  
>.<Password>pass
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 77 6f 72
64 3c 2f 50 61 73 73 77 6f 72 64 3e 0a  
word</Password>.
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 3c 53 65
6e 64 65 72 41 64 64 72 65 73 73 3e 31  
<SenderAddress>1
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 32 33 34
35 36 3c 2f 53 65 6e 64 65 72 41 64 64  
23456</SenderAdd
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 72 65 73
73 3e 0a 3c 2f 53 65 6e 64 65 72 49 64  
ress>.</SenderId
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 65 6e 74
69 66 69 63 61 74 69 6f 6e 3e 0a 3c 52  
entification>.<R
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 65 63 69
70 69 65 6e 74 73 3e 3c 54 6f 3e 3c 4e  
ecipients><To><N
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 75 6d 62
65 72 3e 2b 33 35 38 34 30 35 31 37 39  
umber>+358405179
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 37 31 38
3c 2f 4e 75 6d 62 65 72 3e 3c 2f 54 6f  
718</Number></To
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 3e 3c 2f
52 65 63 69 70 69 65 6e 74 73 3e 0a 3c  
></Recipients>.<
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 50 72 65
66 65 72 72 65 64 43 68 61 6e 6e 65 6c  
PreferredChannel
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 4c 69 73
74 3e 0a 3c 44 65 6c 69 76 65 72 55 73  
List>.<DeliverUs
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 69 6e 67
3e 53 4d 53 3c 2f 44 65 6c 69 76 65 72  
ing>SMS</Deliver
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 55 73 69
6e 67 3e 0a 3c 2f 50 72 65 66 65 72 72  
Using>.</Preferr
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 65 64 43
68 61 6e 6e 65 6c 4c 69 73 74 3e 0a 3c  
edChannelList>.<
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 44 65 6c
69 76 65 72 79 52 65 70 6f 72 74 3e 74  
DeliveryReport>t
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 72 75 65
3c 2f 44 65 6c 69 76 65 72 79 52 65 70  
rue</DeliveryRep
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 6f 72 74
3e 0a 3c 52 65 61 64 52 65 70 6c 79 3e  
ort>.<ReadReply>
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 66 61 6c
73 65 3c 2f 52 65 61 64 52 65 70 6c 79  
false</ReadReply
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 3e 0a 3c
53 75 62 6a 65 63 74 3e 54 65 73 74 20  
>.<Subject>Test 
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 63 61 73
65 20 31 3c 2f 53 75 62 6a 65 63 74 3e   case
1</Subject>
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 0a 3c 43
68 61 72 67 65 64 50 61 72 74 79 3e 4f  
.<ChargedParty>O
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 74 68 65
72 3c 2f 43 68 61 72 67 65 64 50 61 72  
ther</ChargedPar
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 74 79 3e
0a 3c 54 68 69 72 64 50 61 72 74 79 50  
ty>.<ThirdPartyP
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 61 79 65
72 3e 3c 4e 75 6d 62 65 72 20 64 69 73   ayer><Number
dis
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 70 6c 61
79 4f 6e 6c 79 3d 22 74 72 75 65 22 3e  
playOnly="true">
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 34 36 31
32 37 32 34 37 38 3c 2f 4e 75 6d 62 65  
461272478</Numbe
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 72 3e 3c
2f 54 68 69 72 64 50 61 72 74 79 50 61  
r></ThirdPartyPa
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 79 65 72
3e 0a 3c 44 69 73 74 72 69 62 75 74 69  
yer>.<Distributi
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 6f 6e 50
72 6f 74 65 63 74 69 6f 6e 3e 66 61 6c  
onProtection>fal
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 73 65 3c
2f 44 69 73 74 72 69 62 75 74 69 6f 6e  
se</Distribution
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 50 72 6f
74 65 63 74 69 6f 6e 3e 0a 3c 43 6f 6e  
Protection>.<Con
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 74 65 6e
74 20 61 6c 6c 6f 77 41 64 61 70 74 61   tent
allowAdapta
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 74 69 6f
6e 73 3d 22 74 72 75 65 22 20 68 72 65   tions="true"
hre
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 66 3d 22
74 65 78 74 2d 63 6f 6e 74 65 6e 74 22  
f="text-content"
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 20 74 79
70 65 3d 22 54 45 58 54 22 2f 3e 0a 3c   
type="TEXT"/>.<
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 2f 53 75
62 6d 69 74 52 65 71 3e 3c 2f 73 6f 61  
/SubmitReq></soa
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 70 2d 65
6e 76 3a 42 6f 64 79 3e 3c 2f 73 6f 61  
p-env:Body></soa
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 70 2d 65
6e 76 3a 45 6e 76 65 6c 6f 70 65 3e     
p-env:Envelope>
2007-01-17 13:27:12 [4894] [4] DEBUG: Octet string
dump ends.
2007-01-17 13:27:12 [4894] [4] DEBUG: MIME multipart:
Parsing entity:
2007-01-17 13:27:12 [4894] [4] DEBUG: Octet string at
0x8149e20:
2007-01-17 13:27:12 [4894] [4] DEBUG:   len:  100
2007-01-17 13:27:12 [4894] [4] DEBUG:   size: 103
2007-01-17 13:27:12 [4894] [4] DEBUG:   immutable: 0
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 43 6f 6e
74 65 6e 74 2d 54 79 70 65 3a 20 6d 75   Content-Type:
mu
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 6c 74 69
70 61 72 74 2f 6d 69 78 65 64 3b 20 62  
ltipart/mixed; b
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 6f 75 6e
64 61 72 79 3d 22 4e 65 78 74 50 61 72  
oundary="NextPar
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 74 5f 30
30 30 5f 31 2d 31 30 39 35 31 37 31 33  
t_000_1-10951713
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 33 38 36
36 34 74 65 78 74 22 0a 43 6f 6e 74 65  
38664text".Conte
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 6e 74 2d
49 44 3a 20 74 65 78 74 2d 63 6f 6e 74   nt-ID:
text-cont
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 65 6e 74
0a                                       ent.
2007-01-17 13:27:12 [4894] [4] DEBUG: Octet string
dump ends.
2007-01-17 13:27:12 [4894] [4] DEBUG: Failed to read
MIME headers in Octstr block:
2007-01-17 13:27:12 [4894] [4] DEBUG: Octet string at
0x8149e20:
2007-01-17 13:27:12 [4894] [4] DEBUG:   len:  100
2007-01-17 13:27:12 [4894] [4] DEBUG:   size: 103
2007-01-17 13:27:12 [4894] [4] DEBUG:   immutable: 0
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 43 6f 6e
74 65 6e 74 2d 54 79 70 65 3a 20 6d 75   Content-Type:
mu
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 6c 74 69
70 61 72 74 2f 6d 69 78 65 64 3b 20 62  
ltipart/mixed; b
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 6f 75 6e
64 61 72 79 3d 22 4e 65 78 74 50 61 72  
oundary="NextPar
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 74 5f 30
30 30 5f 31 2d 31 30 39 35 31 37 31 33  
t_000_1-10951713
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 33 38 36
36 34 74 65 78 74 22 0a 43 6f 6e 74 65  
38664text".Conte
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 6e 74 2d
49 44 3a 20 74 65 78 74 2d 63 6f 6e 74   nt-ID:
text-cont
2007-01-17 13:27:12 [4894] [4] DEBUG:   data: 65 6e 74
0a                                       ent.
2007-01-17 13:27:12 [4894] [4] DEBUG: Octet string
dump ends.
=====================

Is that because the message was corrupted or..?

Sorry for my english, i just dont know what to say
oh yea and here's my mmsc.conf :

=================================
group = core
log-file = /var/log/mbuni/mmsc.log
access-log = /var/log/mbuni/mmsc-access.log
log-level = 0

group = mbuni
name = "My MMSC"
hostname = eowyn.1.org 
host-alias = mmsc
local-prefixes = 037;+25637;25637
storage-directory = /var/log/mbuni/spool
max-send-threads = 5
send-mail-prog = /usr/sbin/sendmail -f '%f' '%t'
unified-prefix = "+25637,037,37"
maximum-send-attempts = 50
default-message-expiry = 360000
queue-run-interval = 5
send-attempt-back-off = 300
sendsms-url = http://localhost:23013/cgi-bin/sendsms
sendsms-username = tester
sendsms-password = foobar
mms-port = 1981
mm7-port = 1982
#allow-ip = 192.168.129.11
email2mms-relay-hosts =
"mbuni.org;dsmagic.com;ds.co.ug"
billing-module-parameters =
"/home/zakarias/var/log/mbuni/cdr.log"
# billing-library = billdemo.so
#prov-server-notify-script =
~/src/mmprov/provnotify.sh 
#prov-server-sub-status-script =
~/src/mmprov/rcptstatus.sh
content-adaptation = true
notify-unprovisioned = yes
mms-notify-text = "You have received a multimedia
message from %S, go to XXX to view it"
mms-notify-unprovisioned-text = "This is a test"
mms-to-email-txt = "This is a multimedia message (HTML
suppressed)"
mms-to-email-html = "This is a multimedia message
powered by <emph>Digital Solutions</emph>"
mms-to-email-default-subject = "This is a multimedia
message"
mms-message-too-large-txt = "You have received a
multimedia message from %S that is too large for your
phone. Go to xxx to view it"

group = mms-vasp
vasp-id = newscorp
type = soap
short-code = 111
vasp-username = mbuni
vasp-password = test
vasp-url = http://user:[EMAIL PROTECTED]:12345/

group = mmsproxy
name = "A test mms proxy"
host = eowyn.2.org 
allowed-prefix = "+25635"
denied-prefix = "037"
======================


zak-


 
____________________________________________________________________________________
The fish are biting. 
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php
_______________________________________________
Devel mailing list
Devel@mbuni.org
http://lists.mbuni.org/mailman/listinfo/devel

Reply via email to