Hmmm What wrong ?

Hmmm What wrong ? SearchSearch
Author Message
Tommy Andersen
New member
Username: Enfisk

Post Number: 19
Registered: 05-2009
Posted on Wednesday, May 20, 2009 - 06:11 pm:   

If i sendt this URL From a webpage:
i DO not get the MMS

http://xx.xxx.xx.xx:8800/PhoneNumber=%2B4560742979&MMSFrom=&MMSSubject=testAutoM MS&MMSText=teeeeeest&MMSFile=http://xx.xxx.xx.xx/mobileads/UploadFolder/celldwel ler.jpg&MMSDeliveryReport=YES&MMSPriority=YES&MMSMessageClass=YES&MMSForwardLock =YES

if i sent from NOW.SMS Form.. i do get the MMS

here is my Data from SMSOUT-20090520.LOG
2009-05-20 18:56:12,MMSIN,127.0.0.1,,+4560742979,VASP:TDC,34C7516B.mms,82819
2009-05-20 18:57:12,MMSOUT,VASP:TDC,,+4560742979,OK,34C7516B.MMS,83008

whats wrong
Tommy
Tommy Andersen
New member
Username: Enfisk

Post Number: 20
Registered: 05-2009
Posted on Thursday, May 21, 2009 - 12:51 am:   

Here is a ASP script

<%
URLpara = "http://xxx.xxx.xxx.xxx:8800/"
URLpara = URLpara & "?PhoneNumber=%2B4550673146"
URLpara = URLpara & "&MMSFrom="
URLpara = URLpara & "&MMSSubject=test"&Time()&""
URLpara = URLpara & "&MMSText=U2+Reklame+test"
URLpara = URLpara & "&MMSFile=http://xxx.xxx.xxx.xxx/mobileads/lager/eks5/U2.smil"
URLpara = URLpara & "&MMSFile=http://xxx.xxx.xxx.xxx/mobileads/lager/eks5/Magnificent.3gp"
URLpara = URLpara & "&MMSFile=http://xxx.xxx.xxx.xxx/mobileads/lager/eks5/U2.jpg"
URLpara = URLpara & "&MMSFile=http://xxx.xxx.xxx.xxx/mobileads/lager/eks5/text.txt"
URLpara = URLpara & "&MMSForwardLock=YES"

'response.write URLpara
response.Redirect(URLpara)
%>

But i get Error: Internal Error on this
Whats wrong
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 845
Registered: 08-2008
Posted on Friday, May 22, 2009 - 07:13 pm:   

Hi Tommy,

Enable the SMSDEBUG.LOG.

I'd like to see what NowSMS sees when you make that request.

We will see that in the SMSDEBUG.LOG.

The URL that NowSMS is seeing from your application may not exactly match what you are expecting.

--
Des
NowSMS Support
Tommy Andersen
New member
Username: Enfisk

Post Number: 21
Registered: 05-2009
Posted on Friday, May 22, 2009 - 07:34 pm:   

Hey Des...

Never mind...is working now..

I wiil look in to this ASP Script to exe Command from Shell..but .. i hafe not lots of time..my chef do want to pay me for this.. LOL

But another thing... SMIL ...
In SMS.NOW blog ... is there som Eks on how to use SMIL but they are NOT correct...

<smil>
</smil>

is not correct more...

use this istand

<smil xmlns="http://www.w3.org/2001/SMIL20/language">
</smil>

This help to make MMS work on most mobils

i wiil just say that i is a wery nice program
Now.SMS but also expensiv..

best regards
Tommy