MMS server app

2002-11-21 Thread Mark Simpkins
Hi,

I am trying to write a server app that will allow me
to send a picture to it, via MMS and then post the
picture on a webpage.

I have a simple version that works when I email the
picture from my phone, but of course MMS would be
easier.

Now as I understand it:
1. I connect the GSM modem to my server. It has a SIM
card and associated phone number in it.

2. I send an MMS to that phone number.

3. The network MMSC will send, via SMS an MMS
notification, which should allow the server with the
GSM modem attached to download the image from the
MMSC.

Could someone tell me what the status is for Kannel
being able to handle this. Can it understand an MMS
notification and then hand off to a script/programme
to retrive the message from an MMSC??

Any comments / help appreciated...

thanks

mark.

mark simpkins
mark @ nodalpoints . org
http://www.nodalpoints.org/plog/



__
Do you Yahoo!?
Yahoo! Mail Plus – Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com




Re: PPG configuration

2002-11-21 Thread Aarno Syvänen
SMSC routing is missing in ppg. Of course ppg need it. I probably have 
even time to
do this soon :) (It will be just copying smsbox routing.)

Aarno

On Wednesday, November 20, 2002, at 10:47 AM, Evelyne Notton wrote:

Dear all,

I have configured a PPG as follow:
- the PPG receives the WapPush requests
- it sends it using OTA to end-users via SMPP protocol

As I have several WapPush accounts to connect on the PPG, I want to 
define one different SMPP
account per WapPush account.
So I have defined:
group = core
admin-port = 13000
smsbox-port = 13001
wapbox-port = 13002
admin-password = x
wdp-interface-name = *
box-deny-ip = *.*.*.*
box-allow-ip = 127.0.0.1
unified-prefix = +358,00358,0;+,00

# WAPBOX SETUP, for pushing and for pulling (fetching) the wap data

group = wapbox
bearerbox-host = localhost
syslog-level = none

# PPG CORE SETUP, for defining the push request interface

group = ppg
ppg-url = /cgi-bin/test-wap-push.cgi
ppg-port = 8080
concurrent-pushes = 100
trusted-pi = no
users = 1024
ppg-deny-ip = 194.100.32.89;194.100.32.103
ppg-allow-ip = *.*.*.*;
global-sender=mobileway

# SMSBOX SETUP (a kludge !)

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = test


And for each account, I have defined:
## account 1
group = smsc
smsc = smpp
smsc-id = smscid1
host = messaging.wappush.com
port = 7901
receive-port = 7901
smsc-username = login1
smsc-password = pwd1
system-type = VMA
address-range = 
my-number= 333
enquire-link-interval=120
reconnect-delay=30

group = wap-push-user
wap-push-user = wappushuser1
ppg-username = login1
ppg-password = pwd1
deny-ip = 222.222.222.222;
allow-ip = *.*.*.*;

## account 2
group = smsc
smsc = smpp
smsc-id = smscid2
host = messaging.wappush.com
port = 7901
receive-port = 7901
smsc-username = login2
smsc-password = pwd2
system-type = VMA
address-range = 
my-number= 333
enquire-link-interval=120
reconnect-delay=30

group = wap-push-user
wap-push-user = wappushuser2
ppg-username = login2
ppg-password = pwd2
deny-ip = 222.222.222.222;
allow-ip = *.*.*.*;


How can I be sure that when account1 sends a WapPush request, it will 
not connect on SMPP using SMPP
login and pwd of account2 ?
Actually when the PPG receives a request from WapPush account1, it 
sends a SMPP request using login
and pwd of account2.

Thanks for your help,

Evelyne NOTTON