Re: Fakesmsc

2020-04-21 Thread Minh Tuan
Hello Arun, What do you mean it is not working? The fake SMS is straight forward in user documents. For testing purpose you should involve smsc loopback function also. Brs, Tuan. On Tue, Apr 21, 2020 at 7:39 PM Arun wrote: > hello all > > I am trying to send SMS using FAKE smsc > not not workin

Re: Fakesmsc

2020-04-21 Thread Minh Tuan
That blog is fine, please do exactly what it say. The inbound SMS that you sent will be serve by this group group = sms-service keyword = default text = “hi how are you” Check the smsbox log (in debug mode) to see the message come or not, then check the bearerbox-access log to see how kannel repl

Re: fakesmsc??

2006-12-08 Thread Ben Suffolk
Andrew, It stays connected to kannel to keep receiving messages. You need to quit it with CTRL-C not CTRL-Z (which suspends the process and leaves it connected), then it will be able to connect again. Regards Ben On 8 Dec 2006, at 12:25, andrew teo wrote: Hello!! I'm trying to get Kann

Re: fakesmsc??

2006-12-08 Thread andrew teo
Hi Ben, Yes, you're right! I'm still new to Linux. Thanks! :) Ben Suffolk wrote: > > Andrew, > > It stays connected to kannel to keep receiving messages. You need to > quit it with CTRL-C not CTRL-Z (which suspends the process and leaves > it connected), then it will be able to connect

Re: fakesmsc

2004-08-11 Thread Stipe Tolj
Willy Mularto wrote: guys, how realible does the fakesmsc for development? fakesmsc has been _designed_ for development, so that you don't need to fire hundred of thousands of msg over the air. We consider fakesmsc as very reliable, since we use it for performance, regression and stress tests.

RE: fakesmsc

2004-08-11 Thread Paul Keogh
> > Willy Mularto wrote: > > > guys, > > how realible does the fakesmsc for development? > > fakesmsc has been _designed_ for development, so that you don't need > to fire hundred of thousands of msg over the air. > > We consider fakesmsc as very reliable, since we use it for > performance, r

Re: fakesmsc

2004-08-11 Thread Stipe Tolj
Paul Keogh wrote: It does not allow you to test delivery report scenarios because it does'nt generate them. Apart from that, its great. the DLR support for fakesmsc has been on my TODO for some time. Shouldn't be too hard to implement this?! Stipe mailto:stolj_{at}_wapme.de --

Re: fakesmsc

2004-08-11 Thread Shamiul Haque
Don't worry Fake SMSCs can be used for development. But the final adjustments are always needed for the final test in the field. You can consider fake SMSCs as a reliable simulator for development. Sami - Original Message - From: Willy Mularto To: [EMAIL PROTECTED] S

Re: fakesmsc

2004-08-12 Thread Stipe Tolj
Paul Keogh wrote: It does not allow you to test delivery report scenarios because it does'nt generate them. Apart from that, its great. BTW, Paul, I did integrate some DLR support to smsc_fake indeed, see http://www.kannel.org/cgi-bin/viewcvs.cgi/gateway/gw/smsc/smsc_fake.c.diff?r1=1.7&r2=1.8 which

Re: fakesmsc issues

2009-09-20 Thread Nikos Balkanas
Hi, I hope you first uncomment the configuration you are pointing to. :-) You do not run fakesmsc to the smsbox port. Try ./fakesmsc -v 0 -i 0.1 -m 10 "123 345 text nop" and repost It tries by default to connect to localhost port 1. I suspect that you don'thave FAKE smsc running there.

Re: fakesmsc issues

2009-09-22 Thread digiTonik
Here is a link to my conf file and log trace from bearerbox.log. conf: http://www.box.net/shared/a8c22b70qa log: http://www.box.net/shared/g6eaj9uvci digiTonik wrote: > > I have been working on trying to run fakesmsc app but I have encountered a > few issues that I am unable to solve. > > I b

Re: fakesmsc issues

2009-09-22 Thread Nikos Balkanas
- From: "digiTonik" To: Sent: Tuesday, September 22, 2009 2:10 PM Subject: Re: fakesmsc issues Here is a link to my conf file and log trace from bearerbox.log. conf: http://www.box.net/shared/a8c22b70qa log: http://www.box.net/shared/g6eaj9uvci digiTonik wrote: I have been

Re: fakesmsc issues

2009-10-07 Thread digiTonik
esmsc connects and restarts. Additionally the logs you have posted > are incompatible with your configuration file. Please regenerate correct > logs and repost problem. > > BR, > Nikos > - Original Message - > From: "digiTonik" > To: > Sent: Tues

Re: fakesmsc issues

2009-10-07 Thread Nikos Balkanas
Hi, Try running: ./fakesmsc -r 1000 -m 5 "123 345 text nop" BR, Nikos - Original Message - From: "digiTonik" To: Sent: Wednesday, October 07, 2009 3:17 PM Subject: Re: fakesmsc issues I cleared my log and rerun with the following config. conf: http:

Re: fakesmsc issues

2009-10-07 Thread Nikos Balkanas
nik" ; Sent: Wednesday, October 07, 2009 4:39 PM Subject: Re: fakesmsc issues Hi, Try running: ./fakesmsc -r 1000 -m 5 "123 345 text nop" BR, Nikos - Original Message - From: "digiTonik" To: Sent: Wednesday, October 07, 2009 3:17 PM Subject: Re: fakesms

Re: fakesmsc help

2008-11-19 Thread Nikos Balkanas
Hi all, I was able to track down and correct the problem. Thanks, Raj for the help. A problem with the configuration of smsbox. Cannot declare smsbox-id without specifying bearerbox routing. Now I am faced with another hurdle, which I would appreciate some input. According to the manual, FAKE sms

Re: fakesmsc configuration

2007-04-01 Thread Enver ALTIN
On 3/31/07, Tulga. G <[EMAIL PROTECTED]> wrote: Hi guys, Merhaba, 1. Why message start "123 345 text nop"? what mean 123 345? [source] [destination] [message-type] [content]. See http://www.kannel.org/download/1.4.1/userguide-1.4.1/userguide.html#AEN5023 for details. 2. What about CDRs?

Re: fakesmsc and http interface

2007-01-24 Thread Ady Wicaksono
hi please use quote ' or " '&' in linux will make it backrgound command :) don't do links -dump http://localhost:13013/cgi-bin/sendsms?username=tester&password=foobar&to=12345&text=Hello+world BUT links -dump "http://localhost:13013/cgi-bin/sendsms?username=tester&password=foobar&to=12345&tex

Re: fakesmsc and http interface

2007-01-24 Thread Aniruddha Vaidya
Thanks Ady, Its Working Now. Regards, Aniruddha On 1/25/07, Ady Wicaksono <[EMAIL PROTECTED]> wrote: hi please use quote ' or " '&' in linux will make it backrgound command :) don't do links -dump http://localhost:13013/cgi-bin/sendsms?username=tester&password=foobar&to=12345&text=Hello+wor

Re: FAKESMSC testing highload - 20% of MT rejected

2014-05-31 Thread DHC Admin
SUCCESS cat *.log | grep '36689792' 2014-05-30 21:33:21 Receive SMS [SMSC:fakesmsc] [SVC:] [ACT:] [BINF:] [FID:] [META:] [from:36689792] [to:113] [flags:-1:0:-1:-1:-1] [msg:4:alta] [udh:0:] 2014-05-30 21:33:21 Sent SMS [SMSC:fakesmsc] [SVC:tester] [ACT:] [BINF:] [FID:] [META:] [from:113

Re: FAKESMSC testing highload - 20% of MT rejected

2014-05-31 Thread DHC Admin
It seems that the problem is not Kannel or Apache related, it is a binding problem inside the server, with this error: Cannot assign requested address On Sat, May 31, 2014 at 5:26 PM, DHC Admin wrote: > SUCCESS > > cat *.log | grep '36689792' > > 2014-05-30 21:33:21 Receive SMS [SMSC:fake