[Users] Freedom of MBUNI

2008-08-06 Thread Real World
Hi , 

Is MBUNI directly depend on kannel WAP gateway ? Just for Fetch MSISDN for all 
mms request do we have to have kannel wap gateway infront of MBUNI ?

For insrtance if we have different wap gateway from a different vendor , can't 
we use MBUNI as a MMS gateway since those WAP gateways are parsing MSISDN same 
as what kannel wap gateway does?


Many Thanks
Mark.



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


Re: [Users] Freedom of MBUNI

2008-08-06 Thread Real World
Thanks for the reply. Just a small question  . 
Say we going to put mbuni for in front of high load like what mobile operator 
receiving. Does mbuni handles that load very well ? or is there any 
modification we have to do for mbuni source codes ?? 



- Original Message 
From: P. A. Bagyenda [EMAIL PROTECTED]
To: Real World [EMAIL PROTECTED]
Cc: MBUNI - MMS Users@mbuni.org
Sent: Wednesday, August 6, 2008 2:56:17 PM
Subject: Re: [Users] Freedom of MBUNI

Mbuni does not depend on Kannel as the WAP Gateway, so yes you can do as you 
suggest below.

Paul.


On Aug 06, 2008, at 12:01, Real World wrote:

Hi , 

Is MBUNI directly depend on kannel WAP gateway ? Just for Fetch MSISDN for all 
mms request do we have to have kannel wap gateway infront of MBUNI ?

For insrtance if we have different wap gateway from a different vendor , can't 
we use MBUNI as a MMS gateway since those WAP gateways are parsing MSISDN same 
as what kannel wap gateway does?


Many Thanks
Mark.

___
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] Freedom of MBUNI

2008-08-06 Thread Real World
ok thank you again.
In kannel wap gateway , they do not have added that WAP 2.0 capability option. 
Its handed over to developers. Like wise in MBUNI don't we have to do any 
customizations ? directly can we use MBUNI from it source ? If so why do you 
have commercial source and the support ?



- Original Message 
From: P. A. Bagyenda [EMAIL PROTECTED]
To: Real World [EMAIL PROTECTED]
Cc: MBUNI - MMS Users@mbuni.org
Sent: Wednesday, August 6, 2008 5:10:59 PM
Subject: Re: [Users] Freedom of MBUNI

We are aware of a number of operators using Mbuni in this way, it all depends 
how much traffic you will be handling. You would also do well to use the 
PostgreSQL queue driver instead of the file-based one, as this makes queue 
management faster and easier/cleaner.

  You can also of course speak to the Trained Professionals at Skycore ([EMAIL 
PROTECTED]) if some hand-holding is desired.

 
P.
 

On Aug 06, 2008, at 12:53, Real World wrote:

Thanks for the reply. Just a small question  . 
Say we going to put mbuni for in front of high load like what mobile operator 
receiving. Does mbuni handles that load very well ? or is there any 
modification we have to do for mbuni source codes ?? 



- Original Message 
From: P. A. Bagyenda [EMAIL PROTECTED]
To: Real World [EMAIL PROTECTED]
Cc: MBUNI - MMS Users@mbuni.org
Sent: Wednesday, August 6, 2008 2:56:17 PM
Subject: Re: [Users] Freedom of MBUNI

Mbuni does not depend on Kannel as the WAP Gateway, so yes you can do as you 
suggest below.

Paul.


On Aug 06, 2008, at 12:01, Real World wrote:

Hi , 

Is MBUNI directly depend on kannel WAP gateway ? Just for Fetch MSISDN for all 
mms request do we have to have kannel wap gateway infront of MBUNI ?

For insrtance if we have different wap gateway from a different vendor , can't 
we use MBUNI as a MMS gateway since those WAP gateways are parsing MSISDN same 
as what kannel wap gateway does?


Many Thanks
Mark.

___
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] Bulk MMSC

2006-06-14 Thread Real World
Hi , I'm looking for a MMSC that should support for sending Bulk MMS , Is there any one knows about such , reliable product ?Actually i don't mind whether it is opensource or anyother . Thank you,  Mark. __Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___
Users mailing list
Users@mbuni.org
http://mbuni.org/mailman/listinfo/users_mbuni.org


[Users] run mbuni

2006-04-03 Thread Real World
Hi ,   According to mbuni documentation , there is 4 major compoents that we have to consider. Mbuni consists of 4 programs:   mmsc/mmsrelay mmsc/mmsproxy mmsc/mmsfromemail mmsbox/mmsbox  my question is really about run the mbuni , as i read there is only two modes are availabe.  running mbuni as MMSC and running mbuni as VAS gateway.   Can i run this two modes in a single machine ? i meant MMSC and VAS gateway in a one linux box ?  then how can i start the service ? i kannel we can run wap gateway  ./bearerbox -v 0 wap.conf ./wapbox -v 1 wap.conf   but how it is possible in mbuni ?  Thank you . Mar.  
		Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.___
Users mailing list
Users@mbuni.org
http://mbuni.org/mailman/listinfo/users_mbuni.org


[Users] Re: Kannel gwlib is required

2005-12-30 Thread Real World
hi to solve this problem , i installed redhat linux 9 in a separate  machine and compile kannel and mbuni . but i'm still in the same error.  unpack kannel in usr/local/kannel, then patched with "patch -p1  ../mbuni-kannel-patch-full"  after that compiled the kannel source with, ./configure   touch .depend   make depend   makemake bindir=/usr/local/etc/kannel installkannel configured well , no errors.then stared to work with mbuni , 
   placed the mbuni mbuni-version.tgz in /usr/local,  tar xzf mbuni-version.tgz  mv mbuni-version mbini in the same place /usr/local/mbunias mentioned in the mbuni user guide i followed the instructions to configure mbuni ./configure  make insallbut , no luck , still i couldn't get there for success. still getting checking for cfg_create in -lgwlib... no  configure: error: Kannel gwlib is required!.I'm still asking you a help , i know there are more and more users in  mbuni using mbuni perfectly , can someone help me to solve this problem  with a solution or an idea .please ???I have fedora 3 box and redhat linux 9 box, i think it wasnt't with a linux version.Thanx in advance,  Mark.   Stipe
 Tolj [EMAIL PROTECTED] wrote:  Real World wrote: $ cd gateway $ ./gw-config --libs  -L/usr/local/lib/kannel -lwap -lgwlib -lssl -lrt -lresolv -lnsl -lm  -lpthread -L/usr/lib -lxml2 -lz -lpthread -lm -L/usr/lib -lcrypto -lsslok, now are all those libs in the path of the linker? which means can you "see" all those libs in place?Stipemailto:stolj_{at}_wapme-group.de---Wapme Systems AGVogelsanger Weg 8040470 Düsseldorf, NRW, Germanyphone: +49.211.74845.0fax: +49.211.74845.299mailto:info_{at}_wapme-systems.dehttp://www.wapme-systems.de/---
		 Yahoo! DSL Something to write home about. Just $16.99/mo. or less___
Users mailing list
Users@mbuni.org
http://mbuni.org/mailman/listinfo/users_mbuni.org


[Users] bulk MMS

2005-12-11 Thread Real World
Hi ,   Can we use mbni , for send bulk MMS ? If it is possible , could you please give me a brief guide ?  do i have to use any special hardware for perform my requirement ?  Thanx in advance,   Mark.
	
		Yahoo! Shopping 
Find Great Deals on Holiday Gifts at Yahoo! Shopping ___
Users mailing list
Users@mbuni.org
http://mbuni.org/mailman/listinfo/users_mbuni.org