Re: [Users] mbuni mmsc.conf | help

2011-03-29 Thread paul mwaniki
sorry friend mbuni is hell on earth,infact i quit a job when i was
told to work on mbuni. but i will forward you some helpful documents

On Tue, Mar 29, 2011 at 9:21 AM, ranjani kr ranjani14...@gmail.com wrote:
 Hi All,

 I'm trying to set up MMS gateway.
 With the help of some blogs and Mbuni guide I'm able to set mmsc to an
 extent. I'm almost near setting mbuni as mmsc but still something is
 missing. This is project work of my course but need some guidelines to
 finish in time. Can you please take some time to help me with this or guide
 me if I'm going wrong

 Here is my mmsc.config file

 group = core
 log-file = /tmp/log/mbuni-mmsc.log
 access-log = /tmp/log/mmsc-access.log
 log-level = 0

 group = mbuni
 #name = My MMSC
 hostname = *.*.*.*
 host-alias = mmsc
 local-prefixes = +91;037;+25637;25637
 storage-directory = /tmp/spool
 max-send-threads = 5
 #send-mail-prog = /usr/sbin/sendmail -f '%f' '%t'
 #unified-prefix = +25637,037,37
 #maximum-send-attempts = 50
 default-message-expiry = 36
 #queue-run-interval = 5
 #send-attempt-back-off = 300
 sendsms-url = http://*.*.*.*:3001/cgi-bin/sendsms?
 sendsms-username = **
 sendsms-password = **
 mms-port = 1981
 mm7-port = 1982
 optimize-notification-size = true

 group = mmsc
 id = local
 mmsc-url = http://mbuni:test@localhost:1982/soap
 incoming-username = user
 incoming-password = pass
 incoming-port = 12345
 type = soap

 group = mms-vasp
 vasp-id = newscorp
 type = soap
 short-code = 111
 vasp-username = mbuni
 vasp-password = test
 vasp-url = http://user:pass@localhost:12345/

 group = mmsproxy
 name = A test mms proxy
 host = ds.co.ug
 allowed-prefix = +25635
 denied-prefix = 037


 Values of hostname, sendsms-username and sendsms-password are the one used
 in smskannel.conf.
 I dont know if group = mms-vasp and group = mmsproxy is required to send
 mms. Also I'm not sure
 if type = soap which is used in group = mmsc and in group = mms-vasp.

 I executed the following commands:
 mmsproxy /etc/mmsc.conf 

 [root@secondlinux ~]# 2011-03-28 15:24:19 [4989] [0] INFO: Debug_lvl = -1,
 log_file = none, log_lvl = 0
 2011-03-28 15:24:19 [4989] [0] INFO:
 
 2011-03-28 15:24:19 [4989] [0] INFO:  Mbuni MMSC Proxy version 1.4.0
 starting
 2011-03-28 15:24:19 [4989] [0] INFO: Added logfile `/tmp/log/mbuni-mmsc.log'
 with level `0'.
 2011-03-28 15:24:19 [4989] [0] INFO: Started access logfile
 `/tmp/log/mmsc-access.log'.
 2011-03-28 15:24:19 [4989] [0] INFO: HTTP: Opening server at port 1981.
 2011-03-28 15:24:19 [4989] [0] DEBUG: Started thread 1
 (gwlib/fdset.c:poller)
 2011-03-28 15:24:19 [4989] [0] DEBUG: Started thread 2
 (gwlib/http.c:server_thread)
 2011-03-28 15:24:19 [4989] [0] INFO: HTTP: Opening server at port 1982.
 2011-03-28 15:24:19 [4989] [0] DEBUG: Started thread 3
 (mmsproxy.c:(gwthread_func_t *)mm7proxy)
 2011-03-28 15:24:19 [4989] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps
 to pid 4989.
 2011-03-28 15:24:19 [4989] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread)
 maps to pid 4989.
 2011-03-28 15:24:19 [4989] [3] DEBUG: Thread 3 (mmsproxy.c:(gwthread_func_t
 *)mm7proxy) maps to pid 4989.


 mmsrelay /etc/mmsc.conf 

 [root@secondlinux ~]# 2011-03-28 15:26:03 [5008] [0] INFO: Debug_lvl = -1,
 log_file = none, log_lvl = 0
 2011-03-28 15:26:03 [5008] [0] INFO:
 
 2011-03-28 15:26:03 [5008] [0] INFO:  Mbuni MMSC Relay  version 1.4.0
 starting
 2011-03-28 15:26:03 [5008] [0] INFO: Added logfile `/tmp/log/mbuni-mmsc.log'
 with level `0'.
 2011-03-28 15:26:03 [5008] [0] INFO: Started access logfile
 `/tmp/log/mmsc-access.log'.
 2011-03-28 15:26:03 [5008] [0] INFO: Starting Global Queue Runner...
 2011-03-28 15:26:03 [5008] [0] DEBUG: Started thread 1
 (mmsrelay.c:(gwthread_func_t *)mbuni_global_queue_runner)
 2011-03-28 15:26:03 [5008] [0] INFO: Starting Local Queue Runner...
 2011-03-28 15:26:03 [5008] [0] DEBUG: Started thread 2
 (mmsmobilesender.c:(gwthread_func_t *)receive_push_reply)
 2011-03-28 15:26:03 [5008] [0] DEBUG: Started thread 3
 (mms_queue.c:(gwthread_func_t *)tdeliver)
 2011-03-28 15:26:03 [5008] [0] DEBUG: Started thread 4
 (mms_queue.c:(gwthread_func_t *)tdeliver)
 2011-03-28 15:26:03 [5008] [0] DEBUG: Started thread 5
 (mms_queue.c:(gwthread_func_t *)tdeliver)
 2011-03-28 15:26:03 [5008] [0] DEBUG: Started thread 6
 (mms_queue.c:(gwthread_func_t *)tdeliver)
 2011-03-28 15:26:03 [5008] [0] DEBUG: Started thread 7
 (mms_queue.c:(gwthread_func_t *)tdeliver)
 2011-03-28 15:26:03 [5008] [1] DEBUG: Thread 1 (mmsrelay.c:(gwthread_func_t
 *)mbuni_global_queue_runner) maps to pid 5008.
 2011-03-28 15:26:03 [5008] [1] DEBUG: Started thread 8
 (mmsglobalsender.c:cdr_thread)
 2011-03-28 15:26:03 [5008] [1] DEBUG: Started thread 9
 (mms_queue.c:(gwthread_func_t *)tdeliver)
 2011-03-28 15:26:03 [5008] [1] DEBUG: Started thread 10
 (mms_queue.c:(gwthread_func_t *)tdeliver)
 2011-03-28 15:26:03 [5008] [7] DEBUG: Thread 7 

Re: [Users] compile failure

2011-01-13 Thread paul mwaniki
thanks i cracked that.

sorry for the many questions bare with me.

am stuck in confg files ,where can i get a sample??

On Wed, Jan 12, 2011 at 9:53 PM, paul mwaniki paulmw...@gmail.com wrote:

 please help:

 Download the AMR code patch from the mbuni.org download 
 sectionhttp://www.mbuni.org/downloads.shtmland apply as follows:
 patch -p1  ../mbuni-amr-patch

 how do i patch???

 regards



 On Wed, Jan 12, 2011 at 6:13 PM, Paul Bagyenda bagye...@dsmagic.comwrote:

 Well, we can't help you with such an error log. Can you send the complete
 output you got while compiling?
 On Jan 12, 2011, at 14:34, paul mwaniki wrote:

 please help

 when i apply make install cmd to mbuni1.4 i get


 make[2]: *** [libmms_pgsql_queue.la] Error 1
 make[2]: Leaving directory
 `/home/poll/Downloads/mbuni-1.4.0/extras/pgsql-queue'
 make[1]: *** [install-recursive] Error 1
 make[1]: Leaving directory `/home/poll/Downloads/mbuni-1.4.0/extras'
 make: *** [install-recursive] Error 1



 whats wrong? please help,i have to install mbuni to get this job.
  ___
 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] compile failure

2011-01-13 Thread paul mwaniki
where could i have gone wrong.this is my output

poll@poll:/$ mmsproxy /home/poll/Downloads/mmsc.conf  
[1] 11692
poll@poll:/$ 2011-01-13 13:33:35 [11692] [0] INFO: Debug_lvl = -1, log_file
= none, log_lvl = 0
2011-01-13 13:33:35 [11692] [0] INFO:

2011-01-13 13:33:35 [11692] [0] INFO:  Mbuni MMSC Proxy version 1.4.0
starting
2011-01-13 13:33:35 [11692] [0] INFO: Added logfile
`/tmp/log/mbuni-mmsc.log' with level `0'.
2011-01-13 13:33:35 [11692] [0] INFO: Started access logfile
`/tmp/log/mmsc-access.log'.
2011-01-13 13:33:35 [11692] [0] WARNING: MMSC Config: Found MM4 Proxy A test
mms proxy with same hostname as local host!
2011-01-13 13:33:35 [11692] [0] INFO: HTTP: Opening server at port 1981.
2011-01-13 13:33:35 [11692] [0] ERROR: bind failed
2011-01-13 13:33:35 [11692] [0] ERROR: System error 98: Address already in
use
2011-01-13 13:33:35 [11692] [0] ERROR: MMS Proxy: Failed to start http
server: 98 = Address already in use!
2011-01-13 13:33:35 [11692] [0] DEBUG: MM1 Shutting down...
2011-01-13 13:33:35 [11692] [0] DEBUG: Port closed
2011-01-13 13:33:37 [11692] [0] DEBUG: Closed mm7 thread
2011-01-13 13:33:37 [11692] [0] DEBUG: Immutable octet strings: 804.


On Thu, Jan 13, 2011 at 12:01 PM, paul mwaniki paulmw...@gmail.com wrote:

 thanks i cracked that.

 sorry for the many questions bare with me.

 am stuck in confg files ,where can i get a sample??


 On Wed, Jan 12, 2011 at 9:53 PM, paul mwaniki paulmw...@gmail.com wrote:

 please help:

 Download the AMR code patch from the mbuni.org download 
 sectionhttp://www.mbuni.org/downloads.shtmland apply as follows:
 patch -p1  ../mbuni-amr-patch

 how do i patch???

 regards



 On Wed, Jan 12, 2011 at 6:13 PM, Paul Bagyenda bagye...@dsmagic.comwrote:

 Well, we can't help you with such an error log. Can you send the complete
 output you got while compiling?
 On Jan 12, 2011, at 14:34, paul mwaniki wrote:

 please help

 when i apply make install cmd to mbuni1.4 i get


 make[2]: *** [libmms_pgsql_queue.la] Error 1
 make[2]: Leaving directory
 `/home/poll/Downloads/mbuni-1.4.0/extras/pgsql-queue'
 make[1]: *** [install-recursive] Error 1
 make[1]: Leaving directory `/home/poll/Downloads/mbuni-1.4.0/extras'
 make: *** [install-recursive] Error 1



 whats wrong? please help,i have to install mbuni to get this job.
  ___
 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