Hi ,
 
This is my MIL file ,
 
hello.smil
 
<?xml version="1.0"?>
<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 2.0//EN"
       "http://www.w3.org/2001/SMIL20/SMIL20.dtd">
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <head>
  <layout>
   <root-layout width="300" height="160" background-color="white"/>
   <region id="text_region" left="115" top="60"/>
  </layout>
</head>
<body>
  <text src="" region="text_region">
   <param name="fontFace" value="Arial"/>
  </text>
</body>
</smil>
 
I sent that SMIL file as follows ,
./mmssend -f from number -t recepient number -m hello.smil -b mmsc.conf
 
but , it wont work, gives an error message syaing,
 
DEBUG: Failed to read MIME headers in Octstr block:
 
PANIC: No Message supplied, or failed to decode binary data!
PANIC: ./mmssend(gw_panic+0x174) [0x807c748]
PANIC: ./mmssend(main+0x3c9) [0x8052afd]
PANIC: /lib/tls/libc.so.6(__libc_start_main+0xd3) [0xbcde23]
PANIC: ./mmssend [0x8052569]
 
How can i slove this issue , seems there is a problem in side the code of mime , can somebody help me please ?
 
Thank you,
Kane.


Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail Beta.
_______________________________________________
Users mailing list
[email protected]
http://mbuni.org/mailman/listinfo/users_mbuni.org

Reply via email to