Hi,

I've tried forcing the way mbuni identifies itself to the MMSC (as a Nokia
N73) but with no success: 


1. changed every http_header_add(xx, "User-Agent", MM_NAME "/" VERSION);
with http_header_add(XX, "User-Agent", "NokiaN73-1/2.0628.0.0.1 S60/3.0
Profile/MIDP-2.0 Configuration/CLDC-1.1"); but the images came tiny.
2. with the previous change, added a line with http_header_add(XXX,
"x-wap-profile, "\"http://nds1.nds.nokia.com/uaprof/NN73-6r100.xml\"";); and
the images came tiny again.

Is there any other place I should have tried to change (code, configuration
file)?

NOTE: Here's how I am doing: Create an MMS with my phone and send it to the
GPRS modem. When I send the same image to another phone, it gets there with
its full resolution

Thanks for your help!

Regards,
Nuno Freitas


My configurations follow below:
(mmsbox.conf)
group = core
log-file = /etc/mbuni/log/mmsbox.log
access-log = /etc/mbuni/log/mmsbox-access.log
log-level = 0

group = mbuni
storage-directory = /home/XXX/YYY
max-send-threads = 5
maximum-send-attempts = 50
default-message-expiry = 360000
queue-run-interval = 5
send-attempt-back-off = 300
sendmms-port = 13052


# Sample conf for MMSBox using a modem (MM1)
group = mmsc
id = modem
type = custom
custom-settings = "smsc-on=lynx -dump
'http://localhost:13001/start-smsc?password=XXX&smsc=mtx-h15';smsc-off=lynx
-dump
'http://localhost:13001/stop-smsc?password=XXX&smsc=mtx-h15';gprs-on=/home/X
XX/ppp/start-pppd;gprs-pid=cat /var/run/ppp0.pid|head
-1;port=8181;mmsc-url=http://mmsc;proxy=10.111.2.16:8080;msisdn=35196FFFFFF";
mmsc-library = /usr/local/lib/libmmsbox_mm1.so


group = mms-service
name = fullmessage
post-url = http://aaa.bbb.ccc.ddd:82/abc/mmsservice?
catch-all = true
http-post-parameters=images[]=%i&text=%t
suppress-reply=true
accept-x-mbuni-headers = true
keyword =test

group = send-mms-user
username = abc
password = abc
faked-sender = 100

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

-----Original Message-----
From: users-boun...@mbuni.org [mailto:users-boun...@mbuni.org] On Behalf Of
Paul Bagyenda
Sent: segunda-feira, 28 de Setembro de 2009 12:35
To: users@mbuni.org
Subject: Re: [Users] Fetching MMSs over gprs modem with the highest quality
possible

Thanks for the update.

Try setting the User-Agent and, the WAP UAProf URL. See if that helps,  
then we'll see how to fix it.
On Sep 28, 2009, at 17:12, Nuno Freitas wrote:

> Hi all,
>
> just to let you know that I've figured out what was wrong with my
> configurations and that I can now fetch MMSs from the operator with  
> the
> modem.
>
> I had a problem with TCP/IP routing when the ppp0 interface got up,  
> so mbuni
> tried to fecth the MMS via eth0 interface. Solved it with a
> "replacedefalutroute" option in the pppd options
>
> I still have this issue though: The images I fetch from the MMSC are  
> always
> tinny. I know that mbuni is setting its User-Agent as mbuni-cvs-XXXX  
> and
> possibly the MMSC from the operator is adapting images to a default  
> low
> specifications handset.
>
> 1. Can anyone help me on how to fetch the MMSs with the highest  
> quality
> possible?
>
> 2. What if I change the User-Agent directly over mbuni code and use
> something like "User-Agent: NokiaN73-1/2.0628.0.0.1 S60/3.0 Profile/ 
> MIDP-2.0
> Configuration/CLDC-1.1" ?
>
> Best regards,
> Nuno Freitas
>
> _______________________________________________
> Users mailing list
> Users@mbuni.org
> http://lists.mbuni.org/mailman/listinfo/users

_______________________________________________
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users

_______________________________________________
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to