Hello everyone, I'm also trying to use the fakesmsc to make some load testing on our server but I think there is something I'm missing. Like you, Guillaume, I have succeeded in sending short messages through my regular SMSC / broker, using a http request (lynx -dump "http://127.0.0.1/sendsms?..."). Now I'm willing to make some server load test, so I need to setup the fakesmsc to make those tests without actually sending the SMS. In other words, to make those tests without spending money :)
And logically, I tried to setup a sendsms-user whose smsc-id is forced to the fake_smsc. But I can't see it working. All I get is that message on the smsbox 2008-10-16 11:03:48 [20573] [3] INFO: sendsms used by <fake> 2008-10-16 11:03:48 [20573] [3] INFO: sendsms sender:<fake:MSGSENDER> ( 127.0.0.1) to:<+33656677889> msg:<Hello World !> and on the bearerbox 2008-10-16 11:03:48 [20577] [8] DEBUG: boxc_receiver: sms received 2008-10-16 11:03:48 [20577] [8] DEBUG: send_msg: sending msg to boxc: <smsbox1> 2008-10-16 11:04:12 [20568] [7] DEBUG: sms_router: gwlist_len = 3 2008-10-16 11:04:12 [20568] [7] DEBUG: sms_router: handling message (0x81b3658 vs 0x81b3658) 2008-10-16 11:04:12 [20568] [7] DEBUG: sms_router: handling message (0x81a7078 vs 0x81b3658) 2008-10-16 11:04:12 [20568] [7] DEBUG: sms_router: handling message (0x81a5fe0 vs 0x81b3658) 2008-10-16 11:04:12 [20568] [7] DEBUG: sms_router: handling message (0x81b3658 vs 0x81b3658) 2008-10-16 11:04:12 [20568] [7] DEBUG: sms_router: time to sleep 30.00 secs. I would be really thankfull if someone could help us with a short explanation. I have investigated the kannel documentation and it appears that we have to test that fake SMS center with the ./test/fakesmsc binary. I just can't find that binary. However I thought that logically I should have been able to use the "Gateway control form" as with any SMSC. Once again, I would be really thankfull if someone could help us with a short explanation. On Wed, Oct 15, 2008 at 5:04 PM, Alejandro Guerrieri < [EMAIL PROTECTED]> wrote: > Do you have the fakesmsc process connected to kannel? > > Regards, > > Alex > > > On Wed, Oct 15, 2008 at 12:52 PM, Guillaume Godart < > [EMAIL PROTECTED]> wrote: > >> Hi, >> >> When I send an sms with the "Gateway control form" to the fake smsc it >> is "Queued for later delivery". Why isn't it (virtualy) sent >> immediately ? >> >> Sincerely, >> Guillaume >> >> >> >
