Re: [Users] mbuni under FreeBSD

2006-07-11 Thread Loïc Minier
On Tue, Jul 11, 2006, Pavlos Georgiadis wrote:
> conftest.c -lgwlib -lpthread -lc_r -lkse -L/usr/lib >&5
> /usr/bin/ld: cannot find -lkse

 This means libkse.so is nowhere to be found in ld's library search
 path, yet your Kannel build flags as returned by gw-config include
 "-lkse", hence the failure.

 You probably miss the directory with this lib in your library search
 path.

-- 
Loïc Minier <[EMAIL PROTECTED]>

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


Re: [Users] mbuni under FreeBSD

2006-07-10 Thread Loïc Minier
On Mon, Jul 10, 2006, Pavlos Georgiadis wrote:
> configure: error: Kannel gwlib is required!
> 
> Kannel is installed and the gwlib is under /usr/local/lib/kannel/libgwlib.a
> and gwlib headers are under /usr/local/include/kannel/gwlib/

 Check the commands results in config.log.

-- 
Loïc Minier <[EMAIL PROTECTED]>

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


Re: [Users] nokia 3310 config

2006-07-07 Thread Loïc Minier
On Fri, Jul 07, 2006, sinclair fils wrote:
> Loic Minier wrote:
> I suppose you meant MMS-C. You'll need to setup Kannel,
> for the SMS-C part. Mbuni simply requires Kannel
> to send MM. MM are downloaded over IP, in your case over the Internet.
> but to send a notification to a user you need SMS-C (kannel) . kannel is alink
> to the SMS-C in my case i have nokia 3310 and i want to connect this to kannel
> server to send sms

 Yes, I know.  This is the Mbuni list, on the Mbuni list I tell you
 "you'll need to setup Kannel".  This list is not about Kannel.  Kannel
 lists are at <http://kannel.org/lists.shtml>.

-- 
Loïc Minier <[EMAIL PROTECTED]>

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


Re: [Users] mbuni under FreeBSD

2006-07-07 Thread Loïc Minier
Hi,

On Fri, Jul 07, 2006, Pavlos Georgiadis wrote:
> When I try to run the bootstrap I get some errors, that show that the 
> automake executable is not found. Indeed the executable for automake 1.9 
> is 'automake19' in FreeBSD. So I changed the amvers to '19' in 
> bootstrap, as also the autoconf and autoheader to autoconf259 
> autoheader259 (for version 2.59).

 First, I'm surprized that your binary is named automake19 and I'm also
 disappointed that the bootstrap script doesn't take $AUTOMAKE into
 account.  This is minor since bootstrap is the collection of commands
 that is supposed to bootstrap the autotools and is intended only for
 CVS users, other people are supposed to use a bootstrapped tarball
 (make dist) and will directly call configure.

 I suppose bootstrap should be fixed to also check for $AUTOMAKE as an
 ultimate override.

> After that aclocal shows the following warning:
> + aclocal19 -I autotools
> /usr/X11R6/share/aclocal/gtk.m4:7: warning: underquoted definition of 
> AM_PATH_GTK
> run info '(automake)Extending aclocal'
> or see http://sources.redhat.com/automake/automake.html#Extending-aclocal

 This is not important, aclocal walks through all installed m4 macros,
 and report a syntax error on this one, but Gtk isn't required for
 Mbuni.  I suppose this is the ancient Gtk 1.2 macro.

> and autoconf shows this error:
> + autoconf259
> configure.ac:21: error: possibly undefined macro: AC_PROG_LIBTOOL
> If this token and others are legitimate, please use m4_pattern_allow.
> See the Autoconf documentation.

 That's a real error, aclocal needs the AC_PROG_LIBTOOL macro (because
 Mbuni uses libtool) but didn't find it.  You need to install libtool
 (exactly like you need to install automake 1.9) in order to bootstrap
 the CVS.  Or you can use the latest released tarball, or bootstrap the
 CVS from another host.

 You're probably also interested in having libtoolize in your PATH for
 bootstrap.

 On my Debian system, the libtool package provides
 /usr/share/aclocal/libtool.m4 which has the macro.

   Bye,
-- 
Loïc Minier <[EMAIL PROTECTED]>

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


Re: [Users] kannel config for nokia 3310

2006-07-06 Thread Loïc Minier
On Thu, Jul 06, 2006, sinclair fils wrote:
> i want to use nokia 3310 for my smsc some people can help me thank

 I suppose you meant MMS-C.  You'll need to setup Kannel,
 <http://kannel.org/> for the SMS-C part.  Mbuni simply requires Kannel
 to send MM.  MM are downloaded over IP, in your case over the Internet.

-- 
Loïc Minier <[EMAIL PROTECTED]>

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


Re: [Users] RV: the mmsproxy falls when a java application send a mms.

2006-06-16 Thread Loïc Minier
Hi,

On Fri, Jun 16, 2006, Danny Zenzano wrote:
> 2006-06-07 12:51:57 [3403] [2] DEBUG: HTTP: Creating HTTPClient for
> `10.20.3.7'.
> 
> 2006-06-07 12:51:57 [3403] [0] PANIC: gwlib/octstr.c:2326: seems_valid_real:
> Assertion `ostr != NULL' failed. (Called from gwlib/
> octstr.c:1310:octstr_strip_nonalphanums.)

 Is this with Mbuni CVS?  The only call to octstr_strip_nonalphanums
 (from Mbuni's source) is at mmsc/mmsproxy.c:138, and can't pass NULL.

 Can you build with debugging symbols and attach to the mbuni process
 with gdb and break on gwlib/octstr.c:2326?
 (CFLAGS="-g -O0 -ggdb" ./configure ...)

   Bye,
-- 
Loïc Minier <[EMAIL PROTECTED]>

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


Re: [Users] Instalation Error libmmsc_billing_shell.la Error 1 and install-recursive Error 1

2006-05-04 Thread Loïc Minier
Hi,

On Fri, Apr 28, 2006, Danny Zenzano wrote:
> I try to install mbuni-1.1.0 but I obtain the following error:
> make[1]: *** [libmmsc_billing_shell.la] Error 1

 Always look at the very first error:

> /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin
> /ld: /usr/local/lib/kannel/libgwlib.a(gwmem-native.o): relocation
> R_X86_64_32 can not be used when making a shared object; recompile with
> -fPIC
> /usr/local/lib/kannel/libgwlib.a: could not read symbols: Bad value
> collect2: ld returned 1 exit status

 /usr/local/lib/kannel/libgwlib.a comes from your kannel build, rebuild
 kannel with ./configure CFLAGS="-fPIC".

 (Kannel obviously sucks at using sane CFLAGS and the static linking
 sucks a bit too.)

   Bye,
-- 
Loïc Minier <[EMAIL PROTECTED]>

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


Re: [Users] By pass Network Operator's MMSC; Use Mbuni

2006-04-01 Thread Loïc Minier
Hi,

On Sat, Apr 01, 2006, joseph wamicha wrote:
> Please tell me, theoretically would I be able to bypass my Mobile
> Operator's MMSC and instead use Mbuni if I replace the homepage with
> mine. I will leave the MMS APN, IP Adress, Username and Password as
> is. Alternatively I could use the WAP APN, IP Address, Username and
> Password. Is this possible theoretically? So far my tests have failed.

 It depends on the operator, I've seen some operators only allowing
 access to their MMS-C on the MMS WAP gateway, and some operators
 denying access by content-type to multimedia messages on their WAP
 gateway of the WAP APN.  You can workaround this by setuping your own
 WAP gateway (I use tinyproxy for WAP 2 and Kannel for WAP 1.2), and
 using the operator's Internet APN which usually isn't firewalled.

   Bye,

-- 
Loïc Minier <[EMAIL PROTECTED]>

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


Re: [Users] How to use mmsfromemail ?

2006-03-29 Thread Loïc Minier
Hi,

On Wed, Mar 29, 2006, Info-Mobera wrote:
> I followed what you  said, and I am not able to receive mms from email
> Can some one give me a complete example for sending MMS from hotmail email 
> account to mobile number through mbuni.

 Sorry, this would involve too many technologies and too much time,
 especially via email.  You should try to discover technologies such as
 SMTP and WAP, perhaps DNS, separately first.  Mbuni implements what is
 called a standard MM3 interface which is SMTP with defined parameters,
 and this is how I suggested you convert mail to MM (and this is also
 the intent of the MM3 interface).

 Perhaps you can put your hand on some SMTP howtos?

   Bye,

-- 
Loïc Minier <[EMAIL PROTECTED]>
Current Earth status:   NOT DESTROYED

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


[Users] Resending notifications

2006-02-14 Thread Loïc Minier
Hi,

 Our Kannel setup is often hosed at the AT/modem communication level
 after long periods of activity.  In this case, Kannel might loose
 messages and will log FAILED messages in its log.

 I ended up writing a script to re-send the failed messages, using the
 data from the Kannel access log files.  Simply copy-paste a FAILED line
 from your bearerbox access log to the script, and it will output the
 command you should run (or the URL you should paste) to resend the SM.

 1/ run ./resend-sm.sh
 2/ copy-paste a FAILED line (be sure it's all on one line), eg:
2006-02-14 12:48:55 FAILED Send SMS [SMSC:smsc-0] [SVC:mbuni] [ACT:] [BINF:] 
[from:0X] [to:00] [flags:-1:1:-1:-1:-1] [msg:165:X] 
[udh:7:0605040B8423F0]
 3/ the script outputs the command you should run:
GET 
"http://kannel.example.com:13013/cgi-bin/sendsms?username=sendsms-user&password=sendsms-password&text=%XX%XX%XX&to=X&udh=%06%05%04%0B%84%23%F0";

 (GET is in libwww-perl, but you can also paste the URL in your web
 browser.)

   Cheers,
-- 
Loïc Minier <[EMAIL PROTECTED]>
Current Earth status:   NOT DESTROYED


resend-sm.sh
Description: Bourne shell script
___
Users mailing list
Users@mbuni.org
http://mbuni.org/mailman/listinfo/users_mbuni.org


Re: [Users] some phones do not get the notification messages

2006-01-12 Thread Loïc Minier
On Thu, Jan 12, 2006, Info-Mobera wrote:
> Do you think the operator can prevent the mms notifications for some phones 
> "newer phones for example"?
> I do not know if this is a new phone or not; but I noticed that for the 
> same operator "ROGERS AT&T" some phones
> get the notifications and some not

 Are you capable of sending messages from phones to Mbuni?  That's the
 best test for the GPRS part of the problem as it involves no SM.

-- 
Loïc Minier <[EMAIL PROTECTED]>
Current Earth status:   NOT DESTROYED

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


Re: [Users] How to use mmsfromemail ?

2006-01-12 Thread Loïc Minier
Hi,

On Thu, Jan 12, 2006, [EMAIL PROTECTED] wrote:
> I do not know how to configure my MTA in order to call mmsfromemail.
> I am running Redhat linux, and there is sendmail server on it. can you
> help to configure it?

 I can hand you the postfix transport I use, and details of
 configuration, see below.  Postfix was written as a replacement for
 Sendmail, and is in my experience easier to use than Sendmail.

 Create a file
 /usr/local/bin/content-filter with the following content:
#!/bin/sh

INSPECT_DIR=/var/spool/filter

# Exit codes from 
EX_TEMPFAIL=75
EX_UNAVAILABLE=69

# Clean up when done or when aborting.
trap "rm -f in.$$" 0 1 2 3 15

# Start processing.
cd $INSPECT_DIR || {
echo $INSPECT_DIR does not exist; exit $EX_TEMPFAIL; }

cat >in.$$ || {
echo Cannot save mail to file; exit $EX_TEMPFAIL; }

mmsfromemail "$@" 
Current Earth status:   NOT DESTROYED

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


Re: [Users] Can I make MMS gateway with itegno 3000 Gprs modem

2006-01-11 Thread Loïc Minier
On Tue, Jan 10, 2006, Rahmat Bagas Santoso Santosoo wrote:
> I want to make SMS/MMS gateway on itegno 3000 Gprs
> modem using Kannel + Mbuni, Anybody know how can I do
> it? Has anyone try it? Does itegno 3000 Gprs modem
> (Using Wavecom module) compatible with Kannel + Mbuni?

 I use a wavecom modem for the SM (Kannel's smsbox) myself.

-- 
Loïc Minier <[EMAIL PROTECTED]>
Current Earth status:   NOT DESTROYED

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


Re: [Users] Mbuni generates many emails and saturates the disc

2006-01-11 Thread Loïc Minier
On Tue, Jan 10, 2006, Danny Zenzano wrote:
> the Mbuni generates many emails and saturates the disc space of the
> server where the mmsgateway runs.
> how I can avoid that the server sends these emails?
> in the mmsc.conf file the "send-mail-prog" parameter is set as : /usr/sbin/
> sendmail -f '%f' '%t'

 Mbuni shouldn't send emails without a reason.  If you want to
 deactivate MM to Email, I suppose you can set send-mail-prog to
 "/bin/cat > /dev/null".

 Check you log files to see why Mbuni is sending messages.

-- 
Loïc Minier <[EMAIL PROTECTED]>
Current Earth status:   NOT DESTROYED

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


Re: [Users] make[1]: *** [mmsrelay] Error 1

2006-01-04 Thread Loïc Minier
Hi,

On Wed, Jan 04, 2006, Real World wrote:
> now when i going to build the mbuni , there is a new error comes up,
>  
> collect2: ld returned 1 exit status
> make[1]: *** [mmsrelay] Error 1
> make[1]: Leaving directory `/usr/local/mbuni/mmsc'
> make: *** [install-recursive] Error 1
>  
> what could be the reason ?  i gone through the faq list and i couldnt find out
> the solution.

 Please paste your full build log up to the first error.  For example,
 your message doesn't show the actual command which failed.

   Cheers,
-- 
Loïc Minier <[EMAIL PROTECTED]>
Current Earth status:   NOT DESTROYED

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


Re: [Users] Connection to wapbox/mmsproxy succeeds but phone fails to download MMS

2006-01-01 Thread Loïc Minier
Hi,

On Mon, Jan 02, 2006, theanhoo.yew wrote:
> The problem is the MMS on my phone is still outstanding (not
> downloaded) even after it was "downloaded". It is as if the
> phone received an invalid reply/content.
> The download button on my phone is still clickable even
> after repeated attempts.

 I've seen such behavior with some phone / messages combinations too,
 and the behavior of the phone in response to a strange MM ranges from
 silently deleting it, downloading it again after each notification, or
 showing a "borken" message picture on the phone.

 I suggest you try the other way around first (sending a MM from the
 phone to an email address or to another phone), and then try to send
 the content back.

   Cheers,
-- 
Loïc Minier <[EMAIL PROTECTED]>
Current Earth status:   NOT DESTROYED

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


Re: [Users] Mbuni vs. http://www.nowmms.com/

2005-11-27 Thread Loïc Minier
On Mon, Nov 28, 2005, Jerry Tian wrote:
> Althougth not sure about it, I don't think Mbuni can directly support
> GPRS connection currently through serial line.

 You can achieve GPRS connections at the IP layer either under Windows
 with standard dialups connections, or under Linux with the PPP suite.

 Linux is advantaging in that you will be able to capture traffic on
 these connections.

 The hard part is not the PPP / IP connection (albeit it's harder to do
 it in Java with free tools), but the WAP traffic for which -- AFAICT --
 there's no client class.  I suppose Kannel would have some of the code
 one needs.

 If you're goal is that a phone downloads a MMS from Mbuni, then you
 should consider using a GPRS connection on the phone side only, and
 using a standard Internet connection for Mbuni.

-- 
Loïc Minier <[EMAIL PROTECTED]>
"What do we want? BRAINS!When do we want it? BRAINS!"

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


Re: [Users] MMS retreival

2005-11-18 Thread Loïc Minier
On Fri, Nov 18, 2005, [EMAIL PROTECTED] wrote:
> Do I have to configure the phone to use my kannel wap get way?

 You might need to, yes.  Alternatively, you might find a WAP GW of your
 operator permitting retrieval of MMS, but that's rare.

> in mbuni.conf I used my fixed IP address:port  for the host-alias variable
> something like that:
> host-alias=www.myipaddr.com:4981
> mbuni insert this address into the url

 A pure IP address is the safest, but a domain name might work with some
 phones, the port part might cause trouble but is supposed to work too.

> in this case the phone should be able to talk directly to mbuni through
> its wap connection or its IP connection, correct?

 Yes (if your WAP GW can reach mbuni at the IP level that is).

> do I have to change my phone MMS configuratiom to make it work?

 The WAP profile of your MMS configuration must permit talking to Mbuni,
 ie:
 - your phone must be able to talk to the configured WAP GW
 - this WAP GW must be able to talk to Mbuni
 - this WAP GW must permit the MM type of contents

> My network operator is: Rogers AT&T Canada
> and my phone is Motorolla v551
> and I am using clickatell to send the sms message?

 Does your network operator permit foreign binary SMS messages with
 MM notification content?  If you see some activity on your phone when
 receiving MMs, then the SMS gets through.

   Cheers,
-- 
Loïc Minier <[EMAIL PROTECTED]>
"What do we want? BRAINS!When do we want it? BRAINS!"

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


Re: [Users] separate config for download url WAS: compatibility - mobile phone

2005-11-06 Thread Loïc Minier
On Sun, Nov 06, 2005, Paul Bagyenda wrote:
>  Your wish has (hopefully) been fulfilled. We now don't put the host- 
> alias as-is into the message id (instead we put in a shortened hash  
> of the same that is all strings). So you can use the trick you  
> describe below and all should be well.

 Thanks!  Of course, I suppose the message ids are less readable as they
 were, but at least it ensures standard conformance.

   Bye,
-- 
Loïc Minier <[EMAIL PROTECTED]>

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


Re: [Users] separate config for download url WAS: compatibility - mobile phone

2005-11-05 Thread Loïc Minier
On Sat, Nov 05, 2005, Stipe Tolj wrote:
> that's a lucky one ;) but that's not the case via the generic MMS profile 
> (meaning GPRS APN and WAP GW) is it? If yes, this would mean you could send 
> MM for free, in terms of the GPRS traffic to your own MMSC?

 It's via the WAP GW meant for "WAP browsing", but other french
 operators block sending of MM via their "WAP browsing" WAP GWs.  All
 MMS WAP GW I know of can only talk to the MMS-C due to billing issues
 (the GPRS traffic is not billed for this APN, users pay on a per
 message basis).

-- 
Loïc Minier <[EMAIL PROTECTED]>

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


Re: [Users] separate config for download url WAS: compatibility - mobile phone

2005-11-05 Thread Loïc Minier
On Sat, Nov 05, 2005, Stipe Tolj wrote:
> you're not talking about Kannel here with HTTP/1.0 usage, are you? :))

 Nope.  The WAP GW of my operator allows MM to be sent to Internet
 hosts.

-- 
Loïc Minier <[EMAIL PROTECTED]>
"What do we want? BRAINS!When do we want it? BRAINS!"

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


[Users] separate config for download url WAS: compatibility - mobile phone

2005-11-05 Thread Loïc Minier
Hi,

On Sat, Nov 05, 2005, Paul Bagyenda wrote:
> Ps. In the example pointed out by Loïc earlier, the trick is to use a  
> name alias (host-alias config param). Mbuni uses this to construct  
> URLs (so the shorter the name alias the better). Put this into your  
> WAP GW URL map and all should be well. We should of course check that  
> all URLs, Subject lines, addresses are short, but that will come...

 Indeed, I forgot to mention that it is the config I used.

 I must add a wishlist request for a new config option: download_url, or
 something similar, for the url sent in notifications.

 Here's why: some WAP GWs are doing HTTP 1.0, and HTTP 1.0 is not
 virtualhostable, hence it's useful to be able to use a top-level
 directory such as /mms/ to the HTTP urls handed to phones.  I tricked
 Mbuni in doing this by using:
host-alias = foobar.example.com/mms
 ... but since that is used in message id's too, Mbuni generates borken
 message-ids:
msgid:[EMAIL PROTECTED]/mms

 I think the place where messages are downloaded has nothing to do with
 the messages ids generated by the platform, especially when most phones
 and WAP GWs use urls in the form of http://mmsc/$(id) to successfully
 reach the MMS-C; using "mmsc" in message ids is clearly not an option
 for mm3 traffic.

 This is only a minor wishlist request, and I didn't want to bog the
 mailing-list about it, do you have some kind of internal bug tracker
 where you would keep such issues open?  Or is there some place where I
 can directly forward that?

   Cheers,
-- 
Loïc Minier <[EMAIL PROTECTED]>
"What do we want? BRAINS!When do we want it? BRAINS!"

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


Re: RE : [Users] compatibility - mobile phone

2005-11-03 Thread Loïc Minier
On Thu, Nov 03, 2005, Stipe Tolj wrote:
> how about adding a "supported phone" database here? in order to have a 
> clear table with phones that have been tested.
> BTW, I'd like to have that then having 2 attributes, like:
>  * phone XYZ tested via Kannel WAP GW 1.x.x
>  * phone XYZ tested via Mbuni MMS GW 1.x.x

 Bah, if you want to maintain it, feel free to, but big companies are
 spending big bucks to analyze in the scary details how phones are
 interoperable with each other and it's a very complex task:
 - depends on the content you make transit (number of slides in the MMS,
   text, audio, format of audio, video, format of the video, encodings,
   ...)
 - depends on phone hardware, OS, language
 - depends on used MMS-C

 Having a small list of phones "tested with Mbuni" is nice, but it won't
 cover the full range of bugs one encounters when playing with MMS
 clients.

 I think that Mbuni should simply list the standards it follows, and the
 biggest problem in the FAQ.

   Cheers,
-- 
Loïc Minier <[EMAIL PROTECTED]>
"What do we want? BRAINS!When do we want it? BRAINS!"

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


Re: [Users] problem - send MMS

2005-11-03 Thread Loïc Minier
On jeu, nov 03, 2005, Teo wrote:
> Failed Global Queue MMS Send: From +39**/TYPE=PLMN to
> +39**/TYPE=PLMN, msgsize=18136: err=MMSC error: Don't know how to
> deliver to 600993344/TYPE=PLMN !

 Did you set local-prefixes?

 (Attach your mbuni.conf if that didn't help.)

-- 
Loïc Minier <[EMAIL PROTECTED]>
"What do we want? BRAINS!When do we want it? BRAINS!"

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


Re: RE : [Users] compatibility - mobile phone

2005-11-03 Thread Loïc Minier
On jeu, nov 03, 2005, Giulio wrote:
> Anothers phone is SonyEricsson T68, P910i and P900

 Yeah, I confirm N 6600, and add SE P800 to that list.

 Please note that the T610 had trouble with long download URLs, eg
 http://abcdefghij.org was too long, but an IP address eg.
 http://123.456.789.12 was ok.  (If you don't control the WAP GW.)

   Cheers,
-- 
Loïc Minier <[EMAIL PROTECTED]>
"What do we want? BRAINS!When do we want it? BRAINS!"

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


Re: [Users] i don't understand

2005-11-02 Thread Loïc Minier
On Wed, Nov 02, 2005, Teo wrote:
> When I try to send MMS message, is Kannel running?

 Mbuni will send a binary SMS with the help of Kannel for each MMS
 notification: to notify your phone that a new MMS has been received and
 to pass the download URL, Mbuni sends a specially crafted binary SMS to
 your phone, which then downloads the MMS message at the specified URL.

> The mmsc.conf file must be added in kannel.conf?

 No, this is a separate file.

-- 
Loïc Minier <[EMAIL PROTECTED]>
"What do we want? BRAINS!When do we want it? BRAINS!"

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


Re: [Users] install mbuni - problem

2005-10-31 Thread Loïc Minier
Hi,

On Mon, Oct 31, 2005, Teo wrote:
> I?m trying to install Mbuni1.0.0. I patched Kannel but I have the following
> message error when I exec the command ?make?:
> /usr/local/ssl/lib/libssl.a(s3_enc.o)(.text+0xd70):s3_enc.c: undefined
> reference to `EVP_CIPHER_CTX_cleanup'

 You seem to have a borken libssl.a. or libcrypto.a, or you didn't add
 /usr/local/lib to your library path: try building with
 -L/usr/local/lib.

   Cheers,
-- 
Loïc Minier <[EMAIL PROTECTED]>

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


Re: [Users] Compilation issues with non-standard installation directories

2005-10-30 Thread Loïc Minier
Hi,

On Sat, Oct 29, 2005, Alex Judd wrote:
> Has anyone managed to successfully compile Kannel 1.4.0 and MBuni 
> from/into non standard installation directories?
[...]
> Can't see anything obviously wrong with the Makefile produced by 
> configure except that it is trying to use "-rpath /usr/local/lib/mbuni" 
> which shouldn't be correct as we've asked it to compile itself into a 
> different directory?

 Which version of Mbuni are you trying to build?  I think the version
 currently in CVS should improve out-of-tree builds and installation to
 custom dirst when compared to the 1.0 release.

   Cheers,
-- 
Loïc Minier <[EMAIL PROTECTED]>
"What do we want? BRAINS!When do we want it? BRAINS!"

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


Re: [Users] How do I receive an MMS message? (again)

2005-10-24 Thread Loïc Minier
Hi,

On lun, oct 24, 2005, alfonzo wrote:
> Thanks for the response.  Could you please include a link to the messages in
> the mailing list that contains the code snippets for receiving MMS messages
> using Mbuni?  I have been trying to look for it myself, however, it seems that
> I really just can't find it.  The code snippets in the User Guide is really
> hard to grasp.

 It's not code, it's configuration.  It's quite similar to Kannel's
 configuration, and since you'll probably need Kannel too, you might
 want to get familiar with Kannel first.

 A sample configuration is the first link for a Google search:
<http://www.mail-archive.com/users@mbuni.org/msg00233.html>

> > It's not clear to me in which direction you want to "receive a
> MMS message", do you mean from your phone to Mbuni or from Mbuni to
> your phone? Both are possible, and I use Mbuni as my phone's MMS-C.
> What I want to do is to receive MMS messages being sent to my GSM modem by my
> network operator using Mbuni and store this MMS message in my PC.  How do I do
> this?

 You don't need Mbuni for this, and I'm not sure that is possible with
 plain Mbuni.

 In short, when someone sends a MMS to your phone, your network operator
 stores it and sends a special SMS (a "WAP PUSH") to your phone with
 indications on the MMS and the URL to download it.  Your phone then
 connects via GPRS to your network operator and retrieves the MMS at the
 given URL, then requests its removal.

 The point of Mbuni is to take the place of your network operator's in
 this scenario: it would receive MMS messages from the Internet and send
 you the SMS, then offer you an entry point to download and remove it.

 The point of Mbuni is not to act as a phone.

 You can catch these SMS messages via Kannel, or other software, and
 then retrieve the MMS by connecting to your network operator's GPRS
 APN and downloading the relevant URL with more or less standard tools,
 but that requires some understanding in GPRS and usage of a WAP GW.
 I presume some software can do this for you.

 I hope this clears things up to you.

   Cheers,

-- 
Loïc Minier <[EMAIL PROTECTED]>
"What do we want? BRAINS! When do we want it? BRAINS!"

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


Re: [Users] How do I receive an MMS message? (again)

2005-10-24 Thread Loïc Minier
On Sun, Oct 23, 2005, alfonzo wrote:
> Is it possible to receive an MMS message using mbuni?

 Yes.

> I have been reading the mailing list logs and for the
> users, and the developers as well, and there have been
> contradicting answers coming from Paul.

 I suggest you read the User Guide.

> If it is indeed possible to configure mbuni to recieve
> MMS messages, how can this be done?  Can anybody
> outline the step-by-step process on how this is done? 
> (please include a sample conf file for clarity)  Also
> is the message that I would be receiving some kind of
> a hex dump?  How would I separate the header info from
> the "actual" data (i.e. image file)?

 There are configuration snipsets in the mailing lists and in the User
 Guide?  It's not clear to me in which direction you want to "receive a
 MMS message", do you mean from your phone to Mbuni or from Mbuni to
 your phone?  Both are possible, and I use Mbuni as my phone's MMS-C.

   Cheers,
-- 
Loïc Minier <[EMAIL PROTECTED]>

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


Re: [Users] Configuration Problem of HTTP API in Kannel

2005-10-18 Thread Loïc Minier
Hi,

On Tue, Oct 18, 2005, Kamlesh Kumar wrote:
> I am trying to configure clickatell's http api in Kannel. Though, i have 
> configured that but i am not getting sms. When i get the status i get 
> following comments which show that sms was failed.

 I had a similar problem until I changed:

> group = sendsms-user
> username = testme
> password = testme

 into:

group = sendsms-user
username = testme
password = testme
concatenation = 1
max-messages = 10

 (thanks to tips on this list)

 If it solves your problem, I suppose it ought to be documented in the
 User Guide.

   Cheers,
-- 
Loïc Minier <[EMAIL PROTECTED]>

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


Re: [Users] Download MMS

2005-10-17 Thread Loïc Minier
Hi,

On Mon, Oct 17, 2005, Giulio wrote:
> I send MMS (of MBUNI) to my mobile with success, but when I try to download 
> the MMS this failed after 47%.
> I configure my mobile with WAP configuration and as Service center address: 
> http://IP_SERVER:port_mbuni/xxx.
> How to configure my mobile for download MMS?

 Here, I can only reach port 80 via my network's WAP GW.  I'm quite sure
 the limitation is from the WAP GW, but there might be a phone
 limitation too.  Hence, I configured a web server as proxy for Mbuni
 and I'm proxying the HTTP request from the phone sent via the WAP GW to
 Mbuni.

 Under apache2, with mod_proxy and mod_rewrite enabled, this can be done
 with:
# WAP GW IP are 213.223.200.*
RewriteCond %{REMOTE_ADDR} 213\.223\.200\.[0-9]+
# Mbuni is listening on port 8191, the phone is configured with
# http://mms.example.com/mms/336xxx (MSISDN)
RewriteRule ^/mms/(.*) http://127.0.0.1:8191/$1 [P]

   Cheers,
-- 
Loïc Minier <[EMAIL PROTECTED]>

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


Re: [Users] how I can see the content of the MMS?

2005-10-14 Thread Loïc Minier
Hi,

On Fri, Oct 14, 2005, Danny Zenzano wrote:
> where is this library?

 In Mbuni.  It's the "mmlib/" sub-directory.

   Cheers,

-- 
Loïc Minier <[EMAIL PROTECTED]>

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


Re: [Users] Problem receiving MMS messages.

2005-09-06 Thread Loïc Minier
Hi,

On Tue, Sep 06, 2005, Jim Torelli wrote:
> # SEND-SMS USERS
> group = sendsms-user
> username = tester
> password = foobar

 Try adding:
 concatenation = 1
 max-messages = 10

   Bye,
-- 
Loïc Minier <[EMAIL PROTECTED]>
Come, your destiny awaits!

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


Re: [Users] Debian packages

2005-08-31 Thread Loïc Minier
Hi,

On Wed, Aug 31, 2005, Paul Bagyenda wrote:
> looks fairly benign. I would like to add this to CVS if that's ok  
> with you?

 Yes, that's ok with me.  I must say I used the package description from
 the Mbuni Debian packages linked from the website and that some things
 are still missing:
 - init script
 - manual pages
 - lintian warning overrides (this is a Debian package testing tool) and
   fixes

 License-wise, I give anybody the right to do whatever it wants with
 these files.

   Bye,

-- 
Loïc Minier <[EMAIL PROTECTED]>
Come, your destiny awaits!


signature.asc
Description: Digital signature
___
Users mailing list
Users@mbuni.org
http://mbuni.org/mailman/listinfo/users_mbuni.org


[Users] Debian packages

2005-08-30 Thread Loïc Minier
Hi,

 I've built some (patched) kannel packages for Debian and rough Mbuni
 packages based on those.

 The interdiff to the Debian kannel source package is in Debian bug
 <http://bugs.debian.org/325730>.

 The trivial diff.gz of the mbuni package is attached.

   Bye,

-- 
Loïc Minier <[EMAIL PROTECTED]>
Come, your destiny awaits!


mbuni_1.0.0-1.diff.gz
Description: Binary data
___
Users mailing list
Users@mbuni.org
http://mbuni.org/mailman/listinfo/users_mbuni.org


[Users] HTTP/1.0 after MMS notifications (WAP PUSHes)

2005-08-30 Thread Loïc Minier
Hi,

 When Mbuni sends MMS notifications, the phone connects back to the URL
 in the notification via its configured MMS WAP Gateway.  However, it
 seems this results in HTTP 1.0 requests to the URL from the WAP GW.

 Is it possible to send notifications forcing the WAP GW to use HTTP
 1.1?  Does this depend on the phone or only on the WAP GW?

 (I do not have control over the WAP GW.)

 While we're at it: do some phone support using a port in the download
 URL?  Nokia 6600 doesn't seem to allow this.

   Bye,
-- 
Loïc Minier <[EMAIL PROTECTED]>
Come, your destiny awaits!

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


Re: [Users] Mbuni and Kannel on FreeBSD

2005-08-30 Thread Loïc Minier
Hi,

On Tue, Aug 30, 2005, justme wrote:
> i did go thru the log as you suggested... what is found is that during 
> compiling i got a lot of errors with "confdefs.h"
> e.g.
> configure: failed program was:
> | /* confdefs.h.  */

 This is a bit short.  Maybe you can upload the file to a public
 location or attach it (please gzip)?

   Bye,
-- 
Loïc Minier <[EMAIL PROTECTED]>
Come, your destiny awaits!

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


Re: [Users] Mbuni and Kannel on FreeBSD

2005-08-29 Thread Loïc Minier
Hi,

On Mon, Aug 29, 2005, justme wrote:
> checking Kannel version... 1.4.0
> checking Kannel libs... -L/usr/local/lib/kannel -lgwlib -lssl -lm
> -L/usr/local/lib -pthread -rpath=/usr/lib:/usr/local/lib -liconv 
> -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm 
> -L/usr/local/lib -lpcre -L/usr/lib -lcrypto -lssl
> checking Kannel includes... -I/usr/local/include/kannel -O -pipe   
> -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include 
> -I/usr/local/include -I/usr/include/openssl
> checking for cfg_create in -lgwlib... no
> configure: error: Kannel gwlib is required!

 This can hide a wide range of errors, for example the configure script
 doesn't check for libmysql, libxml2, or libssl prior to attemp a link
 against them.  Check your config.log.

   Bye

-- 
Loïc Minier <[EMAIL PROTECTED]>
Come, your destiny awaits!

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