Re: [Users] Any advice please ?

2010-11-09 Thread Michel TOKO
Druss, I hope this can help you. Thanks to Kartikay Malhotra

On 9 November 2010 12:40, Cristian Padilla cpadi...@misp.cl wrote:

  No problem, i think that in the documentation it was a very good example
 ….








  --

 *De:* users-boun...@mbuni.org [mailto:users-boun...@mbuni.org] *En nombre
 de *Druss Drenai
 *Enviado el:* martes, 09 de noviembre de 2010 9:27
 *Para:* users@mbuni.org
 *Asunto:* [Users] Any advice please ?



 My fault,i believed test-mbuni.php was the web page where i could display
 the image and text i send.

 Thanks a lot for your help,if i'm not wrong there should be in the Mbuni
 documentation a sample php file to handle mms content...or maybe you already
 know where i could get one already tested and functional?

 I appreciate your help so much, my brain was collapsing after 3 days i
 spent on this =)



 --
 This message has been scanned for viruses and
 dangerous content by *MailScanner* http://www.mailscanner.info/, and is
 believed to be clean.

 --
 This message has been scanned for viruses and
 dangerous content by *MailScanner* http://www.mailscanner.info/, and is
 believed to be clean.

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


Re: [Users] Any advice please?

2010-11-09 Thread Michel TOKO
Check the upload file i sent you.

On 9 November 2010 13:01, Druss Drenai ddre...@yahoo.it wrote:

 I found this php script in order to handle mms received and store them into
 my database
 (this file was created by a user and reported in this page:
 http://thilani.wordpress.com/):
 --
 $uploaddir = '/var/www/html/';
 foreach ($_FILES as $i = $file) {
 $part = $_FILES[$i];
 $uploadfile = $uploaddir . basename $part['name'][0]);
 if(move_uploaded_file($part['tmp_name'][0],$part['name'][0])) {
 echo File is valid, and was successfully uploaded.\n;
 }
 else {
 echo File upload error!\n;
 }
 }
 -
 Do you think it could be good for what i need to do with the mms?



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




-- 
Regards

Toko K. Michel

Toko Michel
Mob : +225 06 00 26 95
Mob : +2332 41 44 33 15
Mail : tokomic...@gmail.com
___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


Re: [Users] Mbuni Nokia 6230 configuration (mmsbox-mm1)

2010-09-08 Thread Michel TOKO
 wrong am i doing. Am just sending this msg:

*lynx dump 
http://xxx.xxx.xxx.xxx:10001/cgi-bin/sendmms?username=userpassword=passmmsc=modemfrom=%2Bxxx/TYPE=PLMNto=%2Bxx/TYPE=PLMNsubject=MBUNItext=test+mbuni
*


my mmsbox.conf file is:
*
group = core
log-file = /var/log/mbuni/mmsbox.log
access-log = /var/log/mbuni/mmsbox-access.log
log-level = 0

group = mbuni
name=MMS_GPRS
storage-directory = /var/www/html/mms
max-send-threads = 5
maximum-send-attempts = 2
default-message-expiry = 36
queue-run-interval = 5
send-attempt-back-off = 300
sendmms-port = 10001
unified-prefix = +225,00225,04,05,06;+,00+,00
mmsbox-admin-port = 10005
admin-password = admin
admin-port-ssl = false

# Sample conf for MMSBox using a modem (MM1)
group = mmsc
id = modem
group-id =WAVECOM
type = custom
custom-settings = smsc-on=lynx -dump '
http://127.0.0.1:13000/start-smsc?password=passsmsc=WAVECOM';smsc-off=lynx-dump
'
http://127.0.0.1:13000/stop-smsc?password=passsmsc=WAVECOM';gprs-on=pppdcall
wavecom-auth;gprs-pid=cat /var/run/ppp0-mbuni.pid|head
-1;port=8080;mmsc-url=
http://mms..ci:10021/mmsc;proxy=xxx.xxx.xxx.xxx:8080;msisdn=100;
mmsc-library = /usr/local/lib/libmmsbox_mm1.so

group = send-mms-user
username = user
password = pass
faked-sender = 100
*
Looking forward to getting your help.

Regards!!!

Mike



On 25 August 2010 02:26, Emmanuel CHANSON emmanuelchan...@gmail.com wrote:

 This is more link how the message is sent:

 I use:

 # lynx -dump 
 http://localhost:10001/?username=testerpassword=foobarmmsc=modemfrom=%2BYY/TYPE=PLMNto=%2BXX/TYPE=PLMNsubject=Testtext=test+mbuni
 

 Did you url-encode your link?

 I don't have others ideas, maybe somes experts can help here :)

 Emmanuel

 2010/8/25 Michel TOKO tokomic...@gmail.com

 Thanks you Emmanuel,


 Am no more getting this error but unfortunately no matter what i send,
 either a simple text or a smil file, get

 *2010-08-25 09:57:32 [8318] [5] WARNING: Error parsing application-header
 *.
 

 2010*-08-25 09:57:32 [8318] [5] ERROR: mmsbox_mm1.c:499 handle_mm1
 [mmsbox-mm1] [n/a] Sending failed: (none), (none)!*
 2010-08-25 09:57:32 [8318] [5] INFO: mmsbox_mm1.c:524 handle_mm1
 [mmsbox-mm1] [n/a] GPRS turned off returned: 0
 Terminating on signal 15
 2010-08-25 09:57:32 [8318] [18] INFO: mmsbox_mm1.c:345 send_msg
 [mmsbox-mm1] [n/a] sent message, type=m-send-req, result=(none)
 2010-08-25 09:57:32 [8318] [18] INFO: bearerbox.c:1519 sendMsg [MM7]
 [n/a] Retry later MMSBox Outgoing Queue MMS Send: From x/TYPE=PLMN,
 to xx/TYPE=PLMN, msgsize=116: msgid=[N/A]
 Connect time 0.1 minutes.
 Sent 553 bytes, received 700 bytes.
 Script /etc/ppp/ip-down started (pid 8366)

 sent [LCP TermReq id=0x3 User request]
 Script /etc/ppp/ip-down finished (pid 8366), status = 0x0

 rcvd [LCP TermAck id=0x3 User request]
 Connection terminated.


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




 --
 Emmanuel

 CHANSON Emmanuel
 Mobile Nouvelle-Calédonie: +687.77.35.02
 Mobile France: +33 (0) 6.68.03.89.56
 @email : emmanuelchan...@gmail.com

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




-- 
Regards

Toko K. Michel

Toko Michel
Mob : +225 06 00 26 95
Mob : +2332 41 44 33 15
Mail : tokomic...@gmail.com
___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


Re: [Users] Mbuni Nokia 6230 configuration (mmsbox-mm1)

2010-08-24 Thread Michel TOKO
Thanks Emmanuel will get back to you.


Merci!

On 24 August 2010 09:45, Emmanuel CHANSON emmanuelchan...@gmail.com wrote:

 Nokia 6230 config with Mbuni latest CVS:

 /etc/mbuni/mmsbox.conf:
 -
 ...
 # Sample conf for MMSBox using a modem (MM1)
 group = mmsc
 #id = modem
 id = nokiaphone
 type = custom
 custom-settings = gprs-on=pppd call mobile-auth;gprs-pid=cat
 /var/run/ppp0-mbuni.pid|head -1;port=3130;mmsc-url=
 http://xxx.xxx.xx/mmsc;proxy=192.168.39.201:3130;msisdn=100;
 mmsc-library = /usr/local/mbuni/lib/libmmsbox_mm1.so
 ...

 /etc/ppp/peers/mobile-auth:
 
 file /etc/ppp/peers/options-mobile
 user your_login
 password your_password
 connect /usr/sbin/chat -v -t15 -f /etc/ppp/chatscripts/mobile-modem.chat


 /etc/ppp/peers/options-mobile:
 
 ttyACM0
 115200
 lock
 crtscts
 modem
 passive
 novj
 nodefaultroute
 nodetach
 noipdefault
 usepeerdns
 noauth
 hide-password
 persist
 holdoff 10
 maxfail 0
 debug

 /etc/ppp/chatscripts/mobile-modem.chat:
 ---
 ABORT 'BUSY'
 ABORT 'NO CARRIER'
 ABORT 'VOICE'
 ABORT 'NO DIALTONE'
 ABORT 'NO DIAL TONE'
 ABORT 'NO ANSWER'
 ABORT 'DELAYED'
 REPORT CONNECT
 TIMEOUT 6
 '' 'ATQ0'
 'OK-AT-OK' 'ATZ'
 TIMEOUT 3
 'OK' @/etc/ppp/chatscripts/pin.NONE
 'OK-AT-OK' 'ATI'
 'OK' 'ATZ'
 'OK' @/etc/ppp/chatscripts/mode.NONE
 'OK-AT-OK' @/etc/ppp/chatscripts/apn
 'OK' 'ATDT*99***1#'
 TIMEOUT 30
 CONNECT ''

 /etc/ppp/chatscripts/mode.NONE:
 -
 AT

 /etc/ppp/chatscripts/pin.NONE:
 -
 AT

 /etc/ppp/chatscripts/apn:
 
 AT+CGDCONT=1,IP,your_mms_apn

 You need 2 additionnal scripts to be launched when modem got the
 connection:

 /etc/ppp/ip-up:
 
 #!/bin/sh
 IFNAME=$1
 LOCAL_IP=$4
 REMOTE_IP=$5
 IPPARAM=$6
 MMS_PROXY=192.168.39.201
 /sbin/ip route add to 192.168.39.201 dev ppp0
 # routing has been set up, so:
 ln -sf /var/run/ppp0.pid /var/run/ppp0-mbuni.pid

 /etc/ppp/ip-down:
 -
 # remove pid file
 rm -rf /var/run/ppp0-mbuni.pid


 Regards,

 Emmanuel


 2010/8/24 patrick meye patrick_m...@yahoo.fr

 Hi Emmanuel,

 I need config files using Nokia 6230,can you send it to me please??

 Regards.

 Patrick

 --
 *De :* Emmanuel CHANSON emmanuelchan...@gmail.com
 *À :* users@mbuni.org
 *Envoyé le :* Mar 24 août 2010, 0h 59min 12s
 *Objet :* [Users] Mbuni  Huawei E220

 Does anyone has already configured a Huawei E220 with Mbuni and pppd ?

 I am looking for any config with E220.

 Note: I use actually a Nokia 6230 that work well if anybody needs config
 files.

 Regards,

 --
 Emmanuel


 ___
 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] Mbuni Nokia 6230 configuration (mmsbox-mm1)

2010-08-24 Thread Michel TOKO
HI Emmanuel, ppp connection is ok using your config but still getting :

..
*2010-08-25 05:00:01 [5301] [5] ERROR: mmsbox_mm1.c:628 fetch_content
[mmsbox-mm1] [n/a] failed to fetch/post content: couldn't connect to host
2010-08-25 05:00:01 [5301] [5] DEBUG: Octet string at 0xb600f748:
2010-08-25 05:00:01 [5301] [5] DEBUG:   len:  0
2010-08-25 05:00:01 [5301] [5] DEBUG:   size: 0
2010-08-25 05:00:01 [5301] [5] DEBUG:   immutable: 0
2010-08-25 05:00:01 [5301] [5] DEBUG: Octet string dump ends.
2010-08-25 05:00:01 [5301] [5] ERROR: mmsbox_mm1.c:499 handle_mm1
[mmsbox-mm1] [n/a] Sending failed: (none), (none)!
2010-08-25 05:00:01 [5301] [5] INFO: mmsbox_mm1.c:524 handle_mm1
[mmsbox-mm1] [n/a] GPRS turned off returned: 0*
..

Please did use solve this issue?

tail -f /var/log/messages
*
..
Aug 25 04:56:49 localhost pppd[5547]: Serial connection established.
Aug 25 04:56:49 localhost pppd[5547]: Using interface ppp0
Aug 25 04:56:49 localhost pppd[5547]: Connect: ppp0 -- /dev/ttyUSB0
Aug 25 04:56:53 localhost pppd[5547]: Remote message: Welcome!
Aug 25 04:56:53 localhost pppd[5547]: PAP authentication succeeded
Aug 25 04:56:53 localhost pppd[5547]: local  IP address 10.236.24.83
Aug 25 04:56:53 localhost pppd[5547]: remote IP address 192.168.111.111
Aug 25 04:56:53 localhost pppd[5547]: primary   DNS address 165.21.83.88
Aug 25 04:56:53 localhost pppd[5547]: secondary DNS address 165.21.100.88
Aug 25 05:00:01 localhost pppd[5547]: Terminating on signal 15
Aug 25 05:00:01 localhost pppd[5547]: Connect time 3.2 minutes.
Aug 25 05:00:01 localhost pppd[5547]: Sent 300 bytes, received 0 bytes.
.*

Thanks

On 24 August 2010 20:54, Emmanuel CHANSON emmanuelchan...@gmail.com wrote:

 Thanks to Piotr who help me with pppd

 BR

 Emmanuel

 2010/8/24 Michel TOKO tokomic...@gmail.com

 Thanks Emmanuel will get back to you.


 Merci!

 On 24 August 2010 09:45, Emmanuel CHANSON emmanuelchan...@gmail.comwrote:

 Nokia 6230 config with Mbuni latest CVS:

 /etc/mbuni/mmsbox.conf:
 -
 ...
 # Sample conf for MMSBox using a modem (MM1)
 group = mmsc
 #id = modem
 id = nokiaphone
 type = custom
 custom-settings = gprs-on=pppd call mobile-auth;gprs-pid=cat
 /var/run/ppp0-mbuni.pid|head -1;port=3130;mmsc-url=
 http://xxx.xxx.xx/mmsc;proxy=192.168.39.201:3130;msisdn=100;
 mmsc-library = /usr/local/mbuni/lib/libmmsbox_mm1.so
 ...

 /etc/ppp/peers/mobile-auth:
 
 file /etc/ppp/peers/options-mobile
 user your_login
 password your_password
 connect /usr/sbin/chat -v -t15 -f
 /etc/ppp/chatscripts/mobile-modem.chat


 /etc/ppp/peers/options-mobile:
 
 ttyACM0
 115200
 lock
 crtscts
 modem
 passive
 novj
 nodefaultroute
 nodetach
 noipdefault
 usepeerdns
 noauth
 hide-password
 persist
 holdoff 10
 maxfail 0
 debug

 /etc/ppp/chatscripts/mobile-modem.chat:
 ---
 ABORT 'BUSY'
 ABORT 'NO CARRIER'
 ABORT 'VOICE'
 ABORT 'NO DIALTONE'
 ABORT 'NO DIAL TONE'
 ABORT 'NO ANSWER'
 ABORT 'DELAYED'
 REPORT CONNECT
 TIMEOUT 6
 '' 'ATQ0'
 'OK-AT-OK' 'ATZ'
 TIMEOUT 3
 'OK' @/etc/ppp/chatscripts/pin.NONE
 'OK-AT-OK' 'ATI'
 'OK' 'ATZ'
 'OK' @/etc/ppp/chatscripts/mode.NONE
 'OK-AT-OK' @/etc/ppp/chatscripts/apn
 'OK' 'ATDT*99***1#'
 TIMEOUT 30
 CONNECT ''

 /etc/ppp/chatscripts/mode.NONE:
 -
 AT

 /etc/ppp/chatscripts/pin.NONE:
 -
 AT

 /etc/ppp/chatscripts/apn:
 
 AT+CGDCONT=1,IP,your_mms_apn

 You need 2 additionnal scripts to be launched when modem got the
 connection:

 /etc/ppp/ip-up:
 
 #!/bin/sh
 IFNAME=$1
 LOCAL_IP=$4
 REMOTE_IP=$5
 IPPARAM=$6
 MMS_PROXY=192.168.39.201
 /sbin/ip route add to 192.168.39.201 dev ppp0
 # routing has been set up, so:
 ln -sf /var/run/ppp0.pid /var/run/ppp0-mbuni.pid

 /etc/ppp/ip-down:
 -
 # remove pid file
 rm -rf /var/run/ppp0-mbuni.pid


 Regards,

 Emmanuel


 2010/8/24 patrick meye patrick_m...@yahoo.fr

 Hi Emmanuel,

 I need config files using Nokia 6230,can you send it to me please??

 Regards.

 Patrick

 --
 *De :* Emmanuel CHANSON emmanuelchan...@gmail.com
 *À :* users@mbuni.org
 *Envoyé le :* Mar 24 août 2010, 0h 59min 12s
 *Objet :* [Users] Mbuni  Huawei E220

 Does anyone has already configured a Huawei E220 with Mbuni and pppd ?

 I am looking for any config with E220.

 Note: I use actually a Nokia 6230 that work well if anybody needs config
 files.

 Regards,

 --
 Emmanuel


 ___
 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




 --
 Emmanuel

 CHANSON Emmanuel
 Mobile Nouvelle-Calédonie: +687.77.35.02

Re: [Users] Mbuni Nokia 6230 configuration (mmsbox-mm1)

2010-08-24 Thread Michel TOKO
sorry,

 netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags   MSS Window  irtt
Iface
192.168.111.111 0.0.0.0 255.255.255.255 UH0 0  0
ppp0
165.21.42.840.0.0.0 255.255.255.255 UH0 0  0
ppp0
xxx.xxx.xxx.xxx  0.0.0.0 255.255.255.248 U 0 0  0
eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0  0
eth0
0.0.0.0 xxx.xxx.xxx.xxx  0.0.0.0 UG0 0  0
eth0

is it normal ?

On 24 August 2010 23:38, Michel TOKO tokomic...@gmail.com wrote:

 Emmanuel, resultat du netstat,
  netstat -rn
 Kernel IP routing table
 Destination Gateway Genmask Flags   MSS Window  irtt
 Iface
 192.168.111.111 0.0.0.0 255.255.255.255 UH0 0  0
 ppp0
 165.21.42.840.0.0.0 255.255.255.255 UH0 0  0
 ppp0
 xxx.xxx.xxx.xxx  0.0.0.0 255.255.255.248 U 0 0  0
 eth0
 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0  0
 eth0
 0.0.0.0 xxx.xxx.xxx.xxx  0.0.0.0 UG0 0  0
 eth0

 un problème ici ?



 On 24 August 2010 23:33, Michel TOKO tokomic...@gmail.com wrote:

 Yes i did.

 *port=8080;mmsc-url=
 http://xxx.xxx.xxx.xxx:10021/mmsc;proxy=165.21.42.84:8080;msisdn=100*


 On 24 August 2010 23:24, Emmanuel CHANSON emmanuelchan...@gmail.comwrote:

 Michel,


 *in my config file the mmsc proxy is set as suggested.
 **
 mmsc-url=http://xxx.xxx.xx/mmsc;proxy=192.168.39.201:3130;msisdn=100
 
 *
 Did you replace these values by your config used in your provider network
 ?
 ie: your mmsc ip address  your mmsc port ? and mms url ?

 You have to.

 Otherwise second solution below with routing.

 Emmanuel

 2010/8/25 Michel TOKO tokomic...@gmail.com

 Thanks Emmanuel,

 in my config file the mmsc proxy is set as suggested.
 *
 mmsc-url=
 http://xxx.xxx.xx/mmsc;proxy=192.168.39.201:3130;msisdn=100;

 May be i've to check your second advice

 *
 maybe you can not reach your mms-c cause of some routing not configured,
 check your routing table after ppp0 is up and you can try to telnet
 mms-c_ip mmsc_port to see if you reach it.

 If not then you have to add a route to reach it, by hand first to test,
 then inside /etc/ppp/ip-up.

 Will get back to you very soon.

 Thanks


 On 24 August 2010 22:27, Emmanuel CHANSON emmanuelchan...@gmail.comwrote:

 Hello Michel,


 *..
 **2010-08-25 05:00:01 [5301] [5] ERROR: mmsbox_mm1.c:628
 fetch_content [mmsbox-mm1] [n/a] failed to fetch/post content: couldn't
 connect to host
 2010-08-25 05:00:01 [5301] [5] DEBUG: Octet string at 0xb600f748:
 2010-08-25 05:00:01 [5301] [5] DEBUG:   len:  0
 2010-08-25 05:00:01 [5301] [5] DEBUG:   size: 0
 2010-08-25 05:00:01 [5301] [5] DEBUG:   immutable: 0
 2010-08-25 05:00:01 [5301] [5] DEBUG: Octet string dump ends.
 2010-08-25 05:00:01 [5301] [5] ERROR: mmsbox_mm1.c:499 handle_mm1
 [mmsbox-mm1] [n/a] Sending failed: (none), (none)!
 2010-08-25 05:00:01 [5301] [5] INFO: mmsbox_mm1.c:524 handle_mm1
 [mmsbox-mm1] [n/a] GPRS turned off returned: 0
 ..*

 I think Mbuni can not reach your MMS-C (provider), so try to see if
 your MMS-C proxy address and port is correct inside mmsbox.conf:

 In my case:

 *custom-settings = gprs-on=pppd call mobile-auth;gprs-pid=cat
 /var/run/ppp0-mbuni.pid|head -1;port=3130;mmsc-url=
 http://xxx.xxx.xx/mmsc;proxy=192.168.39.201:3130;msisdn=100*

 this part:

 *mmsc-url=
 http://xxx.xxx.xx/mmsc;proxy=192.168.39.201:3130;msisdn=100;

 *
 I think your problem may be here.*

 **Or *
 maybe you can not reach your mms-c cause of some routing not
 configured, check your routing table after ppp0 is up and you can try to
 telnet mms-c_ip mmsc_port to see if you reach it.

 If not then you have to add a route to reach it, by hand first to test,
 then inside /etc/ppp/ip-up.

 Regards,

 Emmanuel

 2010/8/24 Michel TOKO tokomic...@gmail.com

 HI Emmanuel, ppp connection is ok using your config but still getting
 :

 ..
 *2010-08-25 05:00:01 [5301] [5] ERROR: mmsbox_mm1.c:628
 fetch_content [mmsbox-mm1] [n/a] failed to fetch/post content: couldn't
 connect to host
 2010-08-25 05:00:01 [5301] [5] DEBUG: Octet string at 0xb600f748:
 2010-08-25 05:00:01 [5301] [5] DEBUG:   len:  0
 2010-08-25 05:00:01 [5301] [5] DEBUG:   size: 0
 2010-08-25 05:00:01 [5301] [5] DEBUG:   immutable: 0
 2010-08-25 05:00:01 [5301] [5] DEBUG: Octet string dump ends.
 2010-08-25 05:00:01 [5301] [5] ERROR: mmsbox_mm1.c:499 handle_mm1
 [mmsbox-mm1] [n/a] Sending failed: (none), (none)!
 2010-08-25 05:00:01 [5301] [5] INFO: mmsbox_mm1.c:524 handle_mm1
 [mmsbox-mm1] [n/a] GPRS turned off returned: 0*
 ..

 Please did use solve this issue?

 tail -f /var/log/messages
 *
 ..
 Aug 25 04:56:49 localhost pppd[5547]: Serial connection established.
 Aug 25 04:56:49 localhost pppd[5547]: Using interface ppp0
 Aug 25 04:56:49 localhost pppd[5547]: Connect: ppp0 -- /dev

Re: [Users] Problem installing mbuni from CVS

2010-07-05 Thread Michel TOKO
Hi,  try downloading autoconf version = 2.61 and install it. i think it's
the best way. You can find it here
http://www.icewalkers.com/Linux/Software/514480/autoconf.html.

I had the same problem and i downloaded and installed version 2.64. This
should sort you out.

ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.66.tar.gz
ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.64.tar.gz

one of them can help you.

On 5 July 2010 10:39, hafez ahmad hafezad...@gmail.com wrote:

 Hi,


 Try to upgrade/install autoconf

 apt-get install autoconf

 Regards,
 Hafez

 On Mon, Jul 5, 2010 at 11:22 AM, sokha pen pen.so...@gmail.com wrote:

 Dear everyone,

 As mbuni 1.4.0 still has many bug. so i decide to install mbuni latest
 verson from CVS server but i face the following problem during install.

 

 [r...@localhost mbuni]# ./bootstrap
 + set -e
 + amvers=no
 + automake-1.11 --version
 + automake-1.10 --version
 + automake-1.9 --version
 + amvers=-1.9
 + test -1.9 = no
 + libtoolize=no
 + glibtoolize --version
 + libtoolize --version
 + libtoolize=libtoolize
 + test libtoolize = no
 + set +x
 + test '!' -d autotools
 + libtoolize --copy --force
 Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL'
 You should add the contents of `/usr/share/aclocal/libtool.m4' to
 `aclocal.m4'.
 Putting files in AC_CONFIG_AUX_DIR, `autotools'.
 + test -f ltmain.sh
 + aclocal-1.9 -I autotools
 configure.ac:10: error: Autoconf version 2.61 or higher is required
 configure.ac:10: the top level
 autom4te: /usr/bin/m4 failed with exit status: 63
 aclocal-1.9: autom4te failed with exit status: 63



 according to error, it mean that i need to install /update Autoconf?  i am
 using Redhat EL5 .
 what are OS that recommended for running Mbuni?


 Best Regards,
 sokha






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




 --
 Hafez A.Ahmad
 Amman-Jordan
 mobile: 962-795708728
 http://blog.hafezadnan.com

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




-- 
Regards

Toko K. Michel

Toko Michel
Mob : +225 06 00 26 95
Mob : +2332 41 44 33 15
Mail : tokomic...@gmail.com
___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


Re: [Users] running the gateway mbuni

2009-06-14 Thread Michel TOKO
Hi,

Before u begin your tests pls try :
1)
2009-06-13 22:51:52 [12663] [0] ERROR: Couldn't open logfile
`/tmp/log/mbuni-mmsc.log'.
2009-06-13 22:51:52 [12663] [0] ERROR: System error 2: No such file or
directory
2009-06-13 22:51:52 [12663] [0] ERROR: Couldn't open logfile
`/tmp/log/mmsc-access.log'.
2009-06-13 22:51:52 [12663] [0] ERROR: System error 2: No such file or
directory

-- Be sure you've created these files : mbuni-mmsc.log and mbuni-access.log
in /tmp/log

2)
2009-06-13 22:51:52 [12663] [0] WARNING: MMSC Config: Found MM4 Proxy A test
mms proxy with same hostname as local host!
2009-06-13 22:51:52 [12663] [0] PANIC: Failed to create queue directory:  -
No such fie or directory!

--Could you post your config files so that we can find wether there some
things wrong.

2009/6/13 souleymane thiongane manso...@hotmail.com

  Hi. When i try the cmd mmsrelay
 /usr/local/mbuni-1.4.0/doc/examples/mmsc.conf i got this:

 2009-06-13 22:51:52 [12663] [0] INFO:  Mbuni MMSC Relay  version 1.4.0
 starting
 2009-06-13 22:51:52 [12663] [0] ERROR: Couldn't open logfile
 `/tmp/log/mbuni-mmsc.log'.
 2009-06-13 22:51:52 [12663] [0] ERROR: System error 2: No such file or
 directory
 2009-06-13 22:51:52 [12663] [0] ERROR: Couldn't open logfile
 `/tmp/log/mmsc-access.log'.
 2009-06-13 22:51:52 [12663] [0] ERROR: System error 2: No such file or
 directory
 2009-06-13 22:51:52 [12663] [0] WARNING: MMSC Config: Found MM4 Proxy A
 test mms proxy with same hostname as local host!
 2009-06-13 22:51:52 [12663] [0] PANIC: Failed to create queue directory:  -
 No such file or directory!
 2009-06-13 22:51:52 [12663] [0] PANIC: mmsrelay(gw_panic+0xd4) [0x8088f34]
 2009-06-13 22:51:52 [12663] [0] PANIC:
 mmsrelay(mms_load_mmsc_settings+0x12b4) [0x8059e34]
 2009-06-13 22:51:52 [12663] [0] PANIC: mmsrelay(main+0xdc) [0x8057c3c]
 2009-06-13 22:51:52 [12663] [0] PANIC:
 /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7b1a775]
 2009-06-13 22:51:52 [12663] [0] PANIC: mmsrelay [0x8053e01]

 Please help me.

 --
 Tous vos amis discutent sur Messenger, et vous ? Téléchargez Messenger,
 c'est gratuit ! http://get.live.com/messenger/overview

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




-- 
Regards
--
Toko K. Michel

Toko Michel
Mob : +225 06 00 26 95
mail: tokomic...@gmail.com
___
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users


Re: [Users] MMS and SMS modem

2009-04-02 Thread Michel TOKO
Try the WAVECOM FASTRACK
2009/4/2 hafez ahmad hafezad...@gmail.com

 Hi All,


 Can some one recommended good GSM modem that can receive MMS and SMS MO.

 Regards,
 Hafez

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


[Users] Mbuni + kannel + wavecom m1206B

2009-02-17 Thread Michel TOKO
Hello,

i have installed mbuni as VAS gateway and MMSC on the same pc. my os is
Ubuntu 8.10.
Please i need now to know how can i send mms using mbuni, kannel and my
modem wavecom m1206b.
Is it possible do this test ?
If yes, which configuration shoud i do ??

My kannel is working fine i have already sent some sms.

thanks !
___
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