[Users] Sending MMS from phone into Mbuni

2010-04-21 Thread Manojh Ananthakrishnan
Hi all
Following is my requirement. For a simulation, I need to send a
series of MMS messages from my phone to Mbuni. I need to intercept these
messages in Mbuni as they arrive and be able to do some content parsing. I
have looked at various posts in these mailing lists. There have been posts
that say this is possible but not quite clear as to how this can exactly be
done.

I have setup Mbuni and Kannel on my Ubuntu. I have a GSM modem (Sony
Ericsson phone connected to a USB port).

Questions:
1. I am running mmsrelay, mmsproxy. Should I run any kannel executables?
2. How do I make my phone send MMS messages to Mbuni? Is it enough if I just
point my MMS server settings on the phone to my Mbuni machine URL,
something like *http://public IP*?
3. What specific configuration do I need to set up in the various conf files
to achieve this?

Looking forward to get some pointers.

Thanks
Manojh
___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


[Users] sending MMS via MM1

2010-02-03 Thread Stanisław Adaszewski
Do you know any open sourced tool (maybe mbuni/kannel based) that does 
just that (i.e. connects to WAP gateway and issues the necessary WSP/WTP 
commands)?


Cheers,

--
Stan
___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


Re: [Users] Sending MMS from CGI interface

2009-03-27 Thread Ricardo Santos

Yes I've done that.

May it be because I don't have yet configured a way to really send the  
MMS? I'm tired of playing with configuration trying to get this to  
work...


On Mar 25, 2009, at 4:31 AM, Paul Bagyenda wrote:

That should work, assuming you url encoded the CGI parameters, and  
that a default sender address is set in your conf.

On Mar 24, 2009, at 14:38, Ricardo Santos wrote:


Ok, I'll give you an example:

http://gateway.ip.address:10021/?username=bulkpassword=bulkto=+351917608765/TYPE=PLMNsubject=test_subjecttext=testing

Anything wrong?

Thanks

On Mar 24, 2009, at 3:50 AM, Paul Bagyenda wrote:

Could you perhaps provide an example of how you are calling into  
the sendmms port?



On Mar 23, 2009, at 21:58, Ricardo Santos wrote:


Thanks for your help.

I've read the documentation about 'sendmms', and I can connect to  
a configured port, but then nothing happens. I get messages like  
this one:


2009-03-23 18:53:01 [10162] [3] DEBUG: HTTP: Creating HTTPClient  
for `172.30.0.233'.
2009-03-23 18:53:01 [10162] [3] DEBUG: HTTP: Created HTTPClient  
area 0x9d377d8.


What could be causing this behavior? I rechecked all mandatory  
parameters on my POST request and I think nothing's missing...


On Mar 21, 2009, at 6:15 AM, Paul Bagyenda wrote:

It is possible. Pls see the online documentation, pay close  
attention to the section that talks about the sendmms interface

On Mar 20, 2009, at 19:51, Ricardo Santos wrote:


Hi all,

I'm new to Mbuni and I just want to ask a quick question. Is it  
possible to use Mbuni to send MMS messages through a CGI  
interface? I want to communicate with it from a web interface.  
Is this possible?


Thanks in advance!

-Ricardo
___
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



___
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


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


Re: [Users] Sending MMS from CGI interface

2009-03-24 Thread Ricardo Santos

Ok, I'll give you an example:

http://gateway.ip.address:10021/?username=bulkpassword=bulkto=+351917608765/TYPE=PLMNsubject=test_subjecttext=testing

Anything wrong?

Thanks

On Mar 24, 2009, at 3:50 AM, Paul Bagyenda wrote:

Could you perhaps provide an example of how you are calling into the  
sendmms port?



On Mar 23, 2009, at 21:58, Ricardo Santos wrote:


Thanks for your help.

I've read the documentation about 'sendmms', and I can connect to a  
configured port, but then nothing happens. I get messages like this  
one:


2009-03-23 18:53:01 [10162] [3] DEBUG: HTTP: Creating HTTPClient  
for `172.30.0.233'.
2009-03-23 18:53:01 [10162] [3] DEBUG: HTTP: Created HTTPClient  
area 0x9d377d8.


What could be causing this behavior? I rechecked all mandatory  
parameters on my POST request and I think nothing's missing...


On Mar 21, 2009, at 6:15 AM, Paul Bagyenda wrote:

It is possible. Pls see the online documentation, pay close  
attention to the section that talks about the sendmms interface

On Mar 20, 2009, at 19:51, Ricardo Santos wrote:


Hi all,

I'm new to Mbuni and I just want to ask a quick question. Is it  
possible to use Mbuni to send MMS messages through a CGI  
interface? I want to communicate with it from a web interface. Is  
this possible?


Thanks in advance!

-Ricardo
___
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



___
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


Re: [Users] Sending MMS from CGI interface

2009-03-24 Thread Paul Bagyenda
That should work, assuming you url encoded the CGI parameters, and  
that a default sender address is set in your conf.

On Mar 24, 2009, at 14:38, Ricardo Santos wrote:


Ok, I'll give you an example:

http://gateway.ip.address:10021/?username=bulkpassword=bulkto=+351917608765/TYPE=PLMNsubject=test_subjecttext=testing

Anything wrong?

Thanks

On Mar 24, 2009, at 3:50 AM, Paul Bagyenda wrote:

Could you perhaps provide an example of how you are calling into  
the sendmms port?



On Mar 23, 2009, at 21:58, Ricardo Santos wrote:


Thanks for your help.

I've read the documentation about 'sendmms', and I can connect to  
a configured port, but then nothing happens. I get messages like  
this one:


2009-03-23 18:53:01 [10162] [3] DEBUG: HTTP: Creating HTTPClient  
for `172.30.0.233'.
2009-03-23 18:53:01 [10162] [3] DEBUG: HTTP: Created HTTPClient  
area 0x9d377d8.


What could be causing this behavior? I rechecked all mandatory  
parameters on my POST request and I think nothing's missing...


On Mar 21, 2009, at 6:15 AM, Paul Bagyenda wrote:

It is possible. Pls see the online documentation, pay close  
attention to the section that talks about the sendmms interface

On Mar 20, 2009, at 19:51, Ricardo Santos wrote:


Hi all,

I'm new to Mbuni and I just want to ask a quick question. Is it  
possible to use Mbuni to send MMS messages through a CGI  
interface? I want to communicate with it from a web interface.  
Is this possible?


Thanks in advance!

-Ricardo
___
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



___
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


Re: [Users] Sending MMS from CGI interface

2009-03-23 Thread Ricardo Santos

Thanks for your help.

I've read the documentation about 'sendmms', and I can connect to a  
configured port, but then nothing happens. I get messages like this one:


2009-03-23 18:53:01 [10162] [3] DEBUG: HTTP: Creating HTTPClient for  
`172.30.0.233'.
2009-03-23 18:53:01 [10162] [3] DEBUG: HTTP: Created HTTPClient area  
0x9d377d8.


What could be causing this behavior? I rechecked all mandatory  
parameters on my POST request and I think nothing's missing...


On Mar 21, 2009, at 6:15 AM, Paul Bagyenda wrote:

It is possible. Pls see the online documentation, pay close  
attention to the section that talks about the sendmms interface

On Mar 20, 2009, at 19:51, Ricardo Santos wrote:


Hi all,

I'm new to Mbuni and I just want to ask a quick question. Is it  
possible to use Mbuni to send MMS messages through a CGI interface?  
I want to communicate with it from a web interface. Is this possible?


Thanks in advance!

-Ricardo
___
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


Re: [Users] Sending MMS from CGI interface

2009-03-23 Thread Paul Bagyenda
Could you perhaps provide an example of how you are calling into the  
sendmms port?



On Mar 23, 2009, at 21:58, Ricardo Santos wrote:


Thanks for your help.

I've read the documentation about 'sendmms', and I can connect to a  
configured port, but then nothing happens. I get messages like this  
one:


2009-03-23 18:53:01 [10162] [3] DEBUG: HTTP: Creating HTTPClient for  
`172.30.0.233'.
2009-03-23 18:53:01 [10162] [3] DEBUG: HTTP: Created HTTPClient area  
0x9d377d8.


What could be causing this behavior? I rechecked all mandatory  
parameters on my POST request and I think nothing's missing...


On Mar 21, 2009, at 6:15 AM, Paul Bagyenda wrote:

It is possible. Pls see the online documentation, pay close  
attention to the section that talks about the sendmms interface

On Mar 20, 2009, at 19:51, Ricardo Santos wrote:


Hi all,

I'm new to Mbuni and I just want to ask a quick question. Is it  
possible to use Mbuni to send MMS messages through a CGI  
interface? I want to communicate with it from a web interface. Is  
this possible?


Thanks in advance!

-Ricardo
___
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



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


Re: [Users] Sending MMS from CGI interface

2009-03-21 Thread Paul Bagyenda
It is possible. Pls see the online documentation, pay close attention  
to the section that talks about the sendmms interface

On Mar 20, 2009, at 19:51, Ricardo Santos wrote:


Hi all,

I'm new to Mbuni and I just want to ask a quick question. Is it  
possible to use Mbuni to send MMS messages through a CGI interface?  
I want to communicate with it from a web interface. Is this possible?


Thanks in advance!

-Ricardo
___
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] Sending MMS from CGI interface

2009-03-20 Thread Ricardo Santos

Hi all,

I'm new to Mbuni and I just want to ask a quick question. Is it  
possible to use Mbuni to send MMS messages through a CGI interface? I  
want to communicate with it from a web interface. Is this possible?


Thanks in advance!

-Ricardo
___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


[Users] Sending mms

2009-02-17 Thread kriko

Hello! I've just setup a basic configuration like this:

---
group = core
log-level = 0
http-interface-name = *

group = mbuni
name = My MMSC
hostname = localhost
host-alias = mmsc
storage-directory = /opt/mbuni/spool
max-send-threads = 5

group = mmsc
id = testone
group-id = mmc1
mmsc-url = http://localhost:8090
#incoming-username = user
#incoming-password = pass
incoming-port = 10002
type = soap
---

Then I start ./mmsrelay and ./mmsbox and
post to localhost:10002 this message:
http://pastebin.com/m284dbab3

and get 4003 - Unsupported operation:
http://pastebin.com/m166931aa

What could be the problem?

--
kriko


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


Re: [Users] Sending mms

2009-02-17 Thread Michel TOKO
Hi,
What do u expect to use mbuni for ?

2009/2/17 kriko kristjan.ug...@gmail.com

 Hello! I've just setup a basic configuration like this:

 ---
 group = core
 log-level = 0
 http-interface-name = *

 group = mbuni
 name = My MMSC
 hostname = localhost
 host-alias = mmsc
 storage-directory = /opt/mbuni/spool
 max-send-threads = 5

 group = mmsc
 id = testone
 group-id = mmc1
 mmsc-url = http://localhost:8090
 #incoming-username = user
 #incoming-password = pass
 incoming-port = 10002
 type = soap
 ---

 Then I start ./mmsrelay and ./mmsbox and
 post to localhost:10002 this message:
 http://pastebin.com/m284dbab3

 and get 4003 - Unsupported operation:
 http://pastebin.com/m166931aa

 What could be the problem?

 --
 kriko


 ___
 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


Re: [Users] Sending mms

2009-02-17 Thread kriko

I'm a begginer, at first I would like to configure mbuni to accept mms
messages via MM7 (client application posts soap messages).

Injecting mms into queue works, but mbuni seems to force authentication even if 
I
remove vasp-username and vasp-password when posting via mm7-port.

Any way around this, besides implementing authentication into client?

On Tue, 17 Feb 2009 11:23:48 +0100, Michel TOKO tokomic...@gmail.com wrote:


Hi,
What do u expect to use mbuni for ?

2009/2/17 kriko kristjan.ug...@gmail.com


Hello! I've just setup a basic configuration like this:

---
group = core
log-level = 0
http-interface-name = *

group = mbuni
name = My MMSC
hostname = localhost
host-alias = mmsc
storage-directory = /opt/mbuni/spool
max-send-threads = 5

group = mmsc
id = testone
group-id = mmc1
mmsc-url = http://localhost:8090
#incoming-username = user
#incoming-password = pass
incoming-port = 10002
type = soap
---

Then I start ./mmsrelay and ./mmsbox and
post to localhost:10002 this message:
http://pastebin.com/m284dbab3

and get 4003 - Unsupported operation:
http://pastebin.com/m166931aa

What could be the problem?

--
kriko


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





--
kriko


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


Re: [Users] Sending mms

2009-02-17 Thread Michel TOKO
Please check again mbuni documentation before try to configure it.
if want to run mbuni as vas gateway, u have to connect it to a mmsc via mm7
interface. try to know more about this interface.

2009/2/17 kriko kristjan.ug...@gmail.com

 I'm a begginer, at first I would like to configure mbuni to accept mms
 messages via MM7 (client application posts soap messages).

 Injecting mms into queue works, but mbuni seems to force authentication
 even if I
 remove vasp-username and vasp-password when posting via mm7-port.

 Any way around this, besides implementing authentication into client?


 On Tue, 17 Feb 2009 11:23:48 +0100, Michel TOKO tokomic...@gmail.com
 wrote:

  Hi,
 What do u expect to use mbuni for ?

 2009/2/17 kriko kristjan.ug...@gmail.com

  Hello! I've just setup a basic configuration like this:

 ---
 group = core
 log-level = 0
 http-interface-name = *

 group = mbuni
 name = My MMSC
 hostname = localhost
 host-alias = mmsc
 storage-directory = /opt/mbuni/spool
 max-send-threads = 5

 group = mmsc
 id = testone
 group-id = mmc1
 mmsc-url = http://localhost:8090
 #incoming-username = user
 #incoming-password = pass
 incoming-port = 10002
 type = soap
 ---

 Then I start ./mmsrelay and ./mmsbox and
 post to localhost:10002 this message:
 http://pastebin.com/m284dbab3

 and get 4003 - Unsupported operation:
 http://pastebin.com/m166931aa

 What could be the problem?

 --
 kriko


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




 --
 kriko


 ___
 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


Re: [Users] Sending mms

2009-02-17 Thread kriko

Thank you for your reply!

I think I got it.
With this basic config:
http://pastebin.com/m273c93a1

I'm able to inject messages into queue, but cannot post via mm7 interface, 
because parsing fails.
Soap message:
http://pastebin.com/m17b5e9a7

Log:
http://pastebin.com/m2013d55

Bug or my fault?

I don't expect the message to be delivered (I know it will not do this at all 
with this config),
but it should parse it at least.




On Tue, 17 Feb 2009 13:26:30 +0100, Michel TOKO tokomic...@gmail.com wrote:

Please check again mbuni documentation before try to configure it.
if want to run mbuni as vas gateway, u have to connect it to a mmsc via mm7
interface. try to know more about this interface.


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




--
kriko


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


Re: [Users] Sending MMS Messages with MBuni - How?

2007-05-14 Thread P. A. Bagyenda


On May 15, 2007, at 01:26, Mark Easton wrote:


Hi,

We are based in New Zealand. We need to send MMS messages to mobile  
phones.

MBuni looks an option. Do we have to get a MM7 connection with a local
operator to do this. i.e. Telecom NZ or Vodafone NZ. Or are there  
other

options?



 Yes you'd have to.


___
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


Re: [Users] Sending MMS to MMSC, forwarding it to VASP, and saving the MMS

2006-05-29 Thread Paul Bagyenda
All looks fine for now, except for one thing: You are providing a POST parameter *value* but no field name. You should do something like http-post-parameters = elements[]=%zOn May 29, 2006, at 10:43, kartikay malhotra wrote:Thanks again. I'm using 2 conf. files. The first is for mmsc  (mmsc1.conf)-group=core ..group=mbuni .. group = mms-vasp vasp-id = newscorptype = eaif short-code = 111 vasp-username = newscorpvasp-password = news123 vasp-url = "" href="http://107.108.89.158:23535/">http://107.108.89.158:23535/ mmsc-username = user mmsc-password = secretThe second is for VASP (mmsc2.conf)- group=core  .. group=mbuni ..group = mmsc id = testonemmsc-url = "" href="http://107.108.89.158:1982/mm7?username=newscorp=news123">http://107.108.89.158:1982/mm7?username=newscorppassword=news123 incoming-username = newscorp incoming-password = news123incoming-port = 10002 type = eaifgroup = mms-service name = fullmessagepost-url = ""http://107.108.89.158/mms/2.php"> http://107.108.89.158/mms/2.php"http-post-parameters = %z catch-all = trueaccept-x-mbuni-headers = true keyword = wwwI now run mmsrelay, mmsproxy with the 1st conf file and mmsbox with the secondFinally I fire - mmssend -f 100/TYPE=PLMN -t 111/TYPE=PLMN -m abc.mms mmsc2.confwhich yields:Queued: y-qf1148907236.1.x806.509, mmbox=2006-05-29 12:53:56 [6806] [0] DEBUG: Immutable octet strings: 701.I get in mmsrelay:2006-05-29 12:56:42 [6638] [7] INFO: Sent to VASP[newscorp], code=[200] 2006-05-29 12:56:42 [6638] [7] INFO: Sent Global Queue MMS Send: From 100/TYPE=PLMN, to 111/TYPE=PLMN, msgsize=18465: err=(null)I want to send this mms (abc.mms) to a PHP script running on a HTTP server provided the keyword in text part of MMS is "www". I think I'm doing something wrong with http-post-parameters. Please advise. GratefulKMP.S. I sent you two (Paul) JPEG files (showing Mbuni architecture) based on my understanding. Could you please validate those.On 5/17/06, Paul Bagyenda [EMAIL PROTECTED] wrote: Ok I may not be able to offer a config for now (bit busy), but will provide some guidelines, and you can start with the sample config and modify to suit your needs.First you want a sort of 'fake mmsc'. For this, just use the sample config. It defines a VASP called "newscorp", who is on short code 111. This is the one you will connect to. Run the mmsc thus: mmsrelay conf_file mmsproxy conf_file This will start the Mbuni MMSC.   Now make a slightly different config file, this time to run Mbuni as VAS GW, connecting to the MMSC just started. Things to do:- Define  the core config (should be largely as before) - Define an MMC group and put in the mmsc group with the mmsc url as http://localhost:1982/mm7?username=newscorppassword=news123  -- i.e. you are telling your VASP setup to connect to the local MMSC on port 1982, to use user/pass newscorp/news123.- Define an mms-service (the one that will call the url when it receives a messages from mmsbox). You should probably set the catch-all flag to true Now start mmsbox as mmsbox conf_fileFinally, call the mmssend command of the MMSC to send an mms into the MMSC. Do this: mmssend -f 100/TYPE=PLMN -t 111/TYPE=PLMN -m file.mms conf_fileThis will: - Send the mms file to the local MMSC - When the MMSC receives the file it will send it to mmsbox since mmsbox is listed as handling all incoming messages to short code 111  - mmsbox on receiving the message will call the mms-service you will have defined.That should do the trick.Let me know if you need more help. On May 17, 2006, at 08:39, kartikay malhotra wrote:Forgot to add:I am not bothered about sending mms. I only with to receive it. Also, while faking mms, do I submit a .mms file to Mbuni, or a SMIL file? ThanksKM-- Forwarded message -- From: kartikay malhotra  [EMAIL PROTECTED]Date: May 17, 2006 5:07 AMSubject: Re: [Users] mbuni.conf + fake mms ? MMS fileTo: Paul Bagyenda [EMAIL PROTECTED]Hi Paul,  Thanks. Things are more clear now. However, there is still some confusion. So I'll explain my immediate needs.  I wish to send a sample (fake) mms to Mbuni. I want Mbuni gateway to forward it to a HTTP (apache) server. On the server I run a PHP script to receive the MMS and dump it in a MySQL database. This is exactly what I did for SMS (using Kannel). Since this is proof of concept, I do not bother about any   authenticationlocal-prefixes, allowed or denied IP addresses, etc. For kannel my conf file was:  group = core  admin-port = 13000  smsbox-port = 13001 admin-password = bar  # SMSC CONNECTIONS  group = smsc smsc = fake  smsc-id = FAKE port = 1  # SMSBOX SETUP  group = smsbox bearerbox-host = localhost  sendsms-port = 13013 global-sender = 13013 access-log = "/tmp/access.log"   # SEND-SMS USERS   group = sendsms-user username = tester  password = foobar   # SERVICES   group=sms-service keyword=www get-url=""http://107.108.89.158/script.php?sms=%25a" target="_blank" > http://107.108.89.158/script.php?sms=%a"   And after running bearerbox and smsbox in 

Re: [Users] sending mms from pc

2005-08-05 Thread Paul Bagyenda

Hi Alisson,

 MMS is a touch more involved. Yes you can send the message as you  
suggest, but the trouble comes with the receipt of it. Since the  
recipient only receives a notification (which contains a URL for  
fetching the message), you must at the very least know the IP  
assigned to your GPRS connection, so that mbuni can construct the  
correct URL for the recipient.

On Aug 05, 2005, at 07:23, Alisson Wilker wrote:


Well, I'm new to MMS concepts but I'd like to know the basic
requirements for me to send an MMS from my PC to my mobile phone. I've
heard the process is:

connect to GPRS (?) - connect to WAP gateway (kannel) - connect to
MMSC (mbuni)

is that right? If so, what do you mean by connect to GPRS? Do I need
a modem with GPRS support  or that's not necessary since I am not
using my local operator's MMSC?
Thanks in advance.

[]s
Alisson Wilker.

___
Users mailing list
Users@mbuni.org
http://mbuni.org/mailman/listinfo/users_mbuni.org




___
Users mailing list
Users@mbuni.org
http://mbuni.org/mailman/listinfo/users_mbuni.org