maybe the package is broken Try installing from source. You need to install dev xml2 libs as well
|-----------------------------------------------------------------------------------------------------------------| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.NET www.smsglobal.com.mx y www.pravcom.com On Thu, Aug 26, 2010 at 11:50 AM, david ally <[email protected]> wrote: > Hi All, > > I guess the installation and configuration settings for ubuntu 10.04.1 linux > is definitely different from others, I tried using the instructions in the > User guide to install from deb package and it kept on complaining that > libxml2 is not installed even though it is installed. Also make check > doesn't seem to work, except if there is something i'm doing wrong. > > Moreover, it seems the user guide was deliberately written to make it > difficult for new user of the application, I couldn't find any file called > control.html in that directory neither do I find any information on how to > access the http admin interface. May be if the geeks can put someone like me > through all these high level knowledge requirements, we can contribute a > simpler documentation to the project. > > I also would like someone to help with my previous questions if what I'm > trying to do with kannel is possible or not? The questions are: using gsm > modem on a kannel machine installed in school to send bulk students > performance data to another kannel machine at higher level(kannel machine > here receive sms data from all schools within the area equiped with kannel > machine). > > This is the basic use case i have, is this implementable with kannel? > > Thank you in advance for help. > > David > > On Thu, Aug 26, 2010 at 4:40 PM, <[email protected]> wrote: >> >> Send users mailing list submissions to >> [email protected] >> >> To subscribe or unsubscribe via the World Wide Web, visit >> http://www.kannel.org/mailman/listinfo/users >> or, via email, send a message with subject or body 'help' to >> [email protected] >> >> You can reach the person managing the list at >> [email protected] >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of users digest..." >> >> >> Today's Topics: >> >> 1. RE: SMS receive not working with nokia n70 (Rene Kluwen) >> 2. RE: service works with SMPPsim and not with real smsc >> (Rene Kluwen) >> 3. Re: SMS receive not working with nokia n70 (Alvaro Cornejo) >> 4. RE: smppbox bulk sms: slow reception from a client (Rene Kluwen) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Thu, 26 Aug 2010 16:16:37 +0200 >> From: "Rene Kluwen" <[email protected]> >> To: "'Nikos Balkanas'" <[email protected]>, "'Pratik Shrestha'" >> <[email protected]>, <[email protected]> >> Subject: RE: SMS receive not working with nokia n70 >> Message-ID: <003701cb4529$4b9e6ac0$e2db40...@[email protected]> >> Content-Type: text/plain; charset="us-ascii" >> >> To be exact: The AT+CNMI gsm command is missing from your init string. >> >> -----Original Message----- >> From: [email protected] [mailto:[email protected]] On Behalf >> Of Nikos Balkanas >> Sent: Thursday, 26 August, 2010 12:09 >> To: Pratik Shrestha; [email protected] >> Subject: Re: SMS receive not working with nokia n70 >> >> Hi, >> >> You probably have wrong init-string. There is a special section in UG >> about >> modem initialization. You may need to configure sim-buffering and >> message-storage. >> >> BR, >> Nikos >> ----- Original Message ----- >> From: Pratik Shrestha >> To: [email protected] >> Sent: Thursday, August 26, 2010 12:01 PM >> Subject: SMS receive not working with nokia n70 >> >> >> Dear All, >> I have configured nokia 70 to work. Sending sms through kannel (web >> interface) is ok. But kannel is not receiving the sms when I send sms to >> that phone (nokia n70). The phone receives the sms and beeps but nothing >> happens to kannel. Actually I want kannel to receive that sms and post to >> a >> link I have configured in its configuration file. >> >> My configuration file is >> group = core >> admin-port = 13000 >> admin-password = bar >> admin-deny-ip = "*.*.*.*" >> admin-allow-ip = "127.0.0.1;192.168.0.*" >> smsbox-port = 13003 >> wapbox-port = 13004 >> wdp-interface-name = "*" >> log-file = "/var/log/kannel/bearerbox.log" >> access-log="/var/log/kannel/access.log" >> box-deny-ip = "*.*.*.*" >> box-allow-ip = "127.0.0.1;192.168.0.*" >> >> group = wapbox >> bearerbox-host = localhost >> log-file = "/var/log/kannel/wapbox.log" >> >> # GSM modem >> group = smsc >> smsc = at >> smsc-id=N70 >> modemtype = nokiaphone >> device = /dev/ttyACM0 >> speed = 460800 >> #pin =2345 >> >> group = modems >> id = nokiaphone >> name = "Nokia Phone" >> detect-string = "Nokia N70" >> #detect-string2 = >> init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0" >> #enable-hwhs = >> >> # fake smsc >> group = smsc >> smsc = fake >> port = 10000 >> connect-allow-ip = 127.0.0.1 >> >> group = smsbox >> bearerbox-host = localhost >> sendsms-port = 13131 >> sendsms-chars = "0123456789 " >> global-sender = 123456 >> access-log = "kannel.access" >> log-file = "smsbox.log" >> log-level = 0 >> >> group = sms-service >> keyword = nop >> text = "You asked nothing and I did it!" >> catch-all = true >> >> group = sms-service >> #keyword = >> keyword-regex = .* >> catch-all = yes >> get-url = >> >> "http://192.168.0.92:8080/KannelSmsReceiver/msgRecvd.htm?sender=%p&text=%s-% >> r" >> accept-x-kannel-headers = true >> max-messages = 0 >> #concatenation = true >> >> group = sms-service >> keyword = default >> text = "No action specified" >> >> group = sendsms-user >> username = username >> password = password >> ********************************************** >> I want kannel to receive the sms and send it to url given above >> >> "http://192.168.0.92:8080/KannelSmsReceiver/msgRecvd.htm?sender=%p&text=%s-% >> r" >> >> Rgds, >> Pratik >> >> >> >> >> >> >> >> ------------------------------ >> >> Message: 2 >> Date: Thu, 26 Aug 2010 16:18:47 +0200 >> From: "Rene Kluwen" <[email protected]> >> To: "'Alvaro Cornejo'" <[email protected]>, "'gasmen'" >> <[email protected]> >> Cc: [email protected] >> Subject: RE: service works with SMPPsim and not with real smsc >> Message-ID: <003a01cb4529$995ff710$cc1fe5...@[email protected]> >> Content-Type: text/plain; charset="iso-8859-1" >> >> Also: There is no section in your config that defines your real smsc? >> >> == Rene >> >> -----Original Message----- >> From: [email protected] [mailto:[email protected]] On Behalf >> Of Alvaro Cornejo >> Sent: Thursday, 26 August, 2010 16:03 >> To: gasmen >> Cc: [email protected] >> Subject: Re: service works with SMPPsim and not with real smsc >> >> set log-level to 0 and post logs >> >> >> |--------------------------------------------------------------------------- >> --------------------------------------| >> Env?e y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier >> celular y Nextel >> en el Per?, M?xico y en mas de 180 paises. Use aplicaciones 2 vias via >> SMS y GPRS online >> ? ? ? ? ? ? ? Visitenos en www.perusms.NET www.smsglobal.com.mx y >> www.pravcom.com >> >> >> >> On Thu, Aug 26, 2010 at 4:22 AM, gasmen <[email protected]> wrote: >> > >> > this is my configuration it calls my servlet uploaded on web server when >> > i >> > use SMPPsim but when i use the real smsc it didnt call the service. >> > >> > group = core >> > admin-port = 13000 >> > smsbox-port = 13001 >> > admin-password = bar >> > log-file = "/home/aymen/gateway-1.4.3/gw/config/logs/kannel.log" >> > log-level = 0 >> > access-log = "/home/aymen/gateway-1.4.3/gw/config/logs/access.log" >> > #box-deny-ip = "*.*.*.*" >> > box-allow-ip = "127.0.0.1" >> > >> > #------------------------------- >> > # SMSC CONNECTIONS >> > >> > #------------------------------ >> > #smsc connexion(SMPP protocol) >> > #------------------------------ >> > group=smsc >> > smsc=smpp >> > smsc-id=SMPPSim >> > interface-version=34 >> > host=172.22.130.223 >> > port=4000 >> > system-id=**** >> > smsc-password=**** >> > system-type=default >> > #alt-charset = UTF-8 >> > transceiver-mode=1 >> > >> > #------------------------------- >> > #smsc connexion(SMPP protocol) >> > #---------------------------- >> > # SMSBOX SETUP >> > #----------------------------- >> > # Smsbox(es) do higher-level SMS handling after they have been received >> from >> > # SMS centers by bearerbox, or before they are given to bearerbox for >> > delivery >> > >> > group = smsbox >> > bearerbox-host = 127.0.0.1 >> > sendsms-port = 13013 >> > #sendsms-chars = "0123456789 +-" >> > log-file = "/home/aymen/gateway-1.4.3/gw/config/logs/smsbox.log" >> > log-level = 1 >> > access-log = "/home/aymen/gateway-1.4.3/gw/config/logs/access.log" >> > >> > >> > group = sendsms-user >> > username = tester >> > password = foobar >> > user-deny-ip = "*.*.*.*" >> > user-allow-ip = "127.0.0.1" >> > >> >> #get-url="http://localhost:13013/cgi-bin/sendsms?username=tester&password=fo >> obar&from=%p&to=%P&text=%r" >> > >> > #------------------------ >> > # SERVICES >> > #------------------------- >> > #------------------------- >> > #Store service and Multimedia download >> > #------------------------- >> > catch-all = true >> > group = sms-service >> > #the first word in the sms >> > keyword = default >> > get-url = "http://aymen-laptop:8080/salem/servlet/kannel?text=%r" >> > >> > >> > >> > >> > >> > >> > Rene Kluwen wrote: >> >> >> >> Could you post your current configuration files? >> >> >> >> >> >> >> >> == Rene >> >> >> >> >> >> >> >> From: [email protected] [mailto:[email protected]] On >> Behalf >> >> Of gasmen >> >> Sent: Wednesday, 25 August, 2010 14:39 >> >> To: [email protected] >> >> Subject: service works with SMPPsim and not with real smsc >> >> >> >> >> >> >> >> HI all i am using kannel 1.4.3 and i am excuting servlet with group >> >> sms-service it works good and it call the servlet when i use the >> >> SMMPsim >> >> but >> >> just i change the configuration of smsc group to work with real smsc >> >> message >> >> come to the mobile phone but it didnt call the servlet ... so i am >> looking >> >> for your help maybe i will add some configuration the groups to start >> >> the >> >> service with the real smsc!!! thanks a lot >> >> >> >> ? _____ >> >> >> >> View this message in context: service >> >> >> >> <http://old.nabble.com/service-works-with-SMPPsim-and-not-with-real-smsc-tp2 >> >> 9531805p29531805.html> ?works with SMPPsim and not with real smsc >> >> Sent from the Kannel <http://old.nabble.com/Kannel---User-f14436.html> >> >> ?- >> >> User mailing list archive at Nabble.com. >> >> >> >> >> >> >> > >> > -- >> > View this message in context: >> >> http://old.nabble.com/my-service-works-with-SMPPsim-but-not-with-real-smsc-t >> p29531805p29540423.html >> > Sent from the Kannel - User mailing list archive at Nabble.com. >> > >> > >> > >> >> >> >> >> >> >> ------------------------------ >> >> Message: 3 >> Date: Thu, 26 Aug 2010 09:25:44 -0500 >> From: Alvaro Cornejo <[email protected]> >> To: Rene Kluwen <[email protected]> >> Cc: [email protected] >> Subject: Re: SMS receive not working with nokia n70 >> Message-ID: >> <[email protected]> >> Content-Type: text/plain; charset=ISO-8859-1 >> >> Some Nokia phones does not support CNMI command. If that is your case, >> you can try Nikos solution otherwise... change your phone for another >> brand or look for a GSM modem >> >> >> >> |-----------------------------------------------------------------------------------------------------------------| >> Env?e y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier >> celular y Nextel >> en el Per?, M?xico y en mas de 180 paises. Use aplicaciones 2 vias via >> SMS y GPRS online >> ? ? ? ? ? ? ? Visitenos en www.perusms.NET www.smsglobal.com.mx y >> www.pravcom.com >> >> >> >> On Thu, Aug 26, 2010 at 9:16 AM, Rene Kluwen <[email protected]> >> wrote: >> > To be exact: The AT+CNMI gsm command is missing from your init string. >> > >> > -----Original Message----- >> > From: [email protected] [mailto:[email protected]] On >> > Behalf >> > Of Nikos Balkanas >> > Sent: Thursday, 26 August, 2010 12:09 >> > To: Pratik Shrestha; [email protected] >> > Subject: Re: SMS receive not working with nokia n70 >> > >> > Hi, >> > >> > You probably have wrong init-string. There is a special section in UG >> > about >> > modem initialization. You may need to configure sim-buffering and >> > message-storage. >> > >> > BR, >> > Nikos >> > ----- Original Message ----- >> > From: Pratik Shrestha >> > To: [email protected] >> > Sent: Thursday, August 26, 2010 12:01 PM >> > Subject: SMS receive not working with nokia n70 >> > >> > >> > Dear All, >> > I have configured nokia 70 to work. Sending sms through kannel (web >> > interface) is ok. But kannel is not receiving the sms when I send sms to >> > that phone (nokia n70). The phone receives the sms and beeps but nothing >> > happens to kannel. Actually I want kannel to receive that sms and post >> > to a >> > link I have configured in its configuration file. >> > >> > My configuration file is >> > group = core >> > admin-port = 13000 >> > admin-password = bar >> > admin-deny-ip = "*.*.*.*" >> > admin-allow-ip = "127.0.0.1;192.168.0.*" >> > smsbox-port = 13003 >> > wapbox-port = 13004 >> > wdp-interface-name = "*" >> > log-file = "/var/log/kannel/bearerbox.log" >> > access-log="/var/log/kannel/access.log" >> > box-deny-ip = "*.*.*.*" >> > box-allow-ip = "127.0.0.1;192.168.0.*" >> > >> > group = wapbox >> > bearerbox-host = localhost >> > log-file = "/var/log/kannel/wapbox.log" >> > >> > # GSM modem >> > group = smsc >> > smsc = at >> > smsc-id=N70 >> > modemtype = nokiaphone >> > device = /dev/ttyACM0 >> > speed = 460800 >> > #pin =2345 >> > >> > group = modems >> > id = nokiaphone >> > name = "Nokia Phone" >> > detect-string = "Nokia N70" >> > #detect-string2 = >> > init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0" >> > #enable-hwhs = >> > >> > # fake smsc >> > group = smsc >> > smsc = fake >> > port = 10000 >> > connect-allow-ip = 127.0.0.1 >> > >> > group = smsbox >> > bearerbox-host = localhost >> > sendsms-port = 13131 >> > sendsms-chars = "0123456789 " >> > global-sender = 123456 >> > access-log = "kannel.access" >> > log-file = "smsbox.log" >> > log-level = 0 >> > >> > group = sms-service >> > keyword = nop >> > text = "You asked nothing and I did it!" >> > catch-all = true >> > >> > group = sms-service >> > #keyword = >> > keyword-regex = .* >> > catch-all = yes >> > get-url = >> > >> > "http://192.168.0.92:8080/KannelSmsReceiver/msgRecvd.htm?sender=%p&text=%s-% >> > r" >> > accept-x-kannel-headers = true >> > max-messages = 0 >> > #concatenation = true >> > >> > group = sms-service >> > keyword = default >> > text = "No action specified" >> > >> > group = sendsms-user >> > username = username >> > password = password >> > ********************************************** >> > I want kannel to receive the sms and send it to url given above >> > >> > "http://192.168.0.92:8080/KannelSmsReceiver/msgRecvd.htm?sender=%p&text=%s-% >> > r" >> > >> > Rgds, >> > Pratik >> > >> > >> > >> > >> > >> > >> >> >> >> ------------------------------ >> >> Message: 4 >> Date: Thu, 26 Aug 2010 17:39:57 +0200 >> From: "Rene Kluwen" <[email protected]> >> To: "'Davit Mirzoyan'" <[email protected]>, >> <[email protected]> >> Subject: RE: smppbox bulk sms: slow reception from a client >> Message-ID: <006801cb4534$f0262a00$d0727e...@[email protected]> >> Content-Type: text/plain; charset="us-ascii" >> >> As expected: Tweaking the value of max-pending-submits is the variable >> that >> makes the difference. >> >> Queues don't make a very big difference. Because the roundtrip time of >> acks >> will be the same. >> >> >> >> == Rene >> >> >> >> From: Davit Mirzoyan [mailto:[email protected]] >> Sent: Tuesday, 24 August, 2010 16:35 >> To: [email protected]; [email protected] >> Subject: RE: smppbox bulk sms: slow reception from a client >> >> >> >> Which one is the queuing version? Which revision? You mean a very big >> difference in speed? >> >> Davit >> >> _____ >> >> From: [email protected] >> To: [email protected]; [email protected]; [email protected] >> Subject: RE: smppbox bulk sms: slow reception from a client >> Date: Tue, 24 Aug 2010 15:07:11 +0200 >> >> I was testing again with Nikos' test utility. What struck me is that the >> default value of max-pending-submits is also exactly 10. >> >> >> >> In some versions of open smppbox (namely the queuing version) setting this >> to a higher value (in the client) makes a very big difference. >> >> >> >> == Rene >> >> >> >> >> >> From: Davit Mirzoyan [mailto:[email protected]] >> Sent: Wednesday, 18 August, 2010 17:26 >> To: [email protected]; [email protected] >> Subject: RE: smppbox bulk sms: slow reception from a client >> >> >> >> Dear Rene, >> >> Hopefully the problem you found was the problem I encountered ;). Just to >> say, my smppbox/kannel stalls for definitely more than a second. >> Did you also get the same error and warning messages such, as broken pipe >> and PDU unpacking failed? >> >> BR >> Davit >> >> _____ >> >> From: [email protected] >> To: [email protected]; [email protected] >> Subject: RE: smppbox bulk sms: slow reception from a client >> Date: Wed, 18 Aug 2010 15:58:46 +0200 >> >> I did find the problem why open smppbox would send 10 messages and then >> stall for a second. >> >> Thanks to Nikos fakesmpp stress test, I could isolate the problem quite >> quickly. >> >> >> >> Updated code will be available after next open smppbox update (see other >> thread of Victor Luchitz). >> >> >> >> == Rene >> >> >> >> From: Davit Mirzoyan [mailto:[email protected]] >> Sent: Wednesday, 18 August, 2010 11:42 >> To: [email protected]; [email protected] >> Subject: RE: smppbox bulk sms: slow reception from a client >> >> >> >> I am using ALT.SMS.SmppClient. It connects to my smppbox over smpp >> protocol >> and tries to inject bulk sms. Then it disconnects and connects again in a >> while for deliveries. >> Do you think it can be from my smpp client? It works fine when I send only >> a >> single sms through kannel/smppbox. When I have more sms it keeps stalling. >> But I also tried to use the same >> ALT.SMS.SmppClient with NowSMS demo and it worked just fine with bulk >> messages. >> >> Has anybody succeeded with sending bulk sms through smppbox/kannel? If >> yes, >> could you please tell me what smpp client you are using? Or perhaps there >> is >> something wrong >> with my configuration files. >> >> Davit >> >> _____ >> >> From: [email protected] >> To: [email protected]; [email protected] >> Subject: RE: smppbox bulk sms: slow reception from a client >> Date: Tue, 17 Aug 2010 22:51:11 +0200 >> >> Was just looking at your log files again. >> >> What SMPP client is your ESME running? Also Kannel? >> >> >> >> == Rene >> >> >> >> >> >> From: Davit Mirzoyan [mailto:[email protected]] >> Sent: Tuesday, 17 August, 2010 19:04 >> To: [email protected]; [email protected] >> Subject: RE: smppbox bulk sms: slow reception from a client >> >> >> >> I am using gateway (svn) revision 4837 and smppbox (svn) revision 31. I >> tried also smppbox revision 33. Still the same. I haven't though tried >> another kannel version. >> Do you think it can be from the kannel version? >> >> Davit >> >> _____ >> >> From: [email protected] >> To: [email protected]; [email protected] >> Subject: RE: smppbox bulk sms: slow reception from a client >> Date: Tue, 17 Aug 2010 17:19:06 +0200 >> >> Just a long shot: By chance, did you compile with another Kannel version >> that you are executing? >> >> >> >> What kind of (svn) version of smppbox are you using? And which Kannel >> version? >> >> >> >> == Rene >> >> >> >> >> >> From: Davit Mirzoyan [mailto:[email protected]] >> Sent: Tuesday, 17 August, 2010 17:10 >> To: [email protected]; [email protected] >> Subject: RE: smppbox bulk sms: slow reception from a client >> >> >> >> Hi, >> >> I kept playing around with the configuration files but still no luck. >> Today >> I tried to send 20 sms to smppbox but my smppbox or kannel kept stalling >> again. >> My system receives some 6 sms from my client and than it stalls for 1 >> minute >> or so before it continues receiving the rest. Moreover, my client does not >> receive all the deliveries back. It gets some 12 out of 20. I checked my >> log >> files and I noticed several error and warning messages. In my smppbox.log >> I >> get the following error and warning messages periodically. >> >> DEBUG: SMPP[ESME]: Sending PDU: >> DEBUG: SMPP PDU 0x910c7b0 dump: >> DEBUG: type_name: bind_receiver_resp >> DEBUG: command_id: 2147483649 = 0x80000001 >> DEBUG: command_status: 0 = 0x00000000 >> DEBUG: sequence_number: 1 = 0x00000001 >> DEBUG: system_id: "VMA" >> DEBUG: SMPP PDU dump ends. >> WARNING: SMPP: PDU NULL terminated string (service_type) has no NULL. >> DEBUG: Octet string at 0x910ae28: >> DEBUG: len: 12 >> DEBUG: size: 13 >> DEBUG: immutable: 0 >> DEBUG: data: 00 00 00 05 00 00 00 00 00 00 00 02 >> ............ >> DEBUG: Octet string dump ends. >> ERROR: smppbox[ESME]: PDU unpacking failed. >> DEBUG: smppbox[ESME]: Failed PDU omitted. >> ERROR: Invalid SMPP PDU received. >> DEBUG: Thread 2 (smppbox.c:smpp_to_bearerbox) terminates. >> DEBUG: Started thread 3 (smppbox.c:function) >> >> ERROR: SMPP: Unknown TLV `dlr_err', don't send. >> INFO: We received an SMS message. >> DEBUG: DLR[internal]: Looking for DLR smsc=ESME, ts=a4517482, >> dst=+37494086408, type=1 >> WARNING: DLR[internal]: DLR from SMSC<ESME> for DST<+37494086408> not >> found. >> >> and in my kannel.log I get this message periodically >> >> DEBUG: boxc_sender: sent message to <127.0.0.1> >> DEBUG: send_msg: sending msg to boxc: <ESME> >> DEBUG: boxc_sender: sent message to <127.0.0.1> >> ERROR: Connection to box <127.0.0.1> broke. >> EBUG: send_msg: sending msg to boxc: <ESME> >> ERROR: Error writing 16 octets to fd 29: >> ERROR: System error 32: Broken pipe >> ERROR: Couldn't write Msg to box <127.0.0.1>, disconnecting >> DEBUG: Thread 19 (gw/bb_boxc.c:boxc_sender) terminates. >> ERROR: Error writing 16 octets to fd 29: >> ERROR: System error 32: Broken pipe >> DEBUG: Thread 18 (gw/bb_boxc.c:function) terminates. >> DEBUG: send_msg: sending msg to boxc: <ESME> >> DEBUG: boxc_sender: sent message to <127.0.0.1> >> DEBUG: send_msg: sending msg to boxc: <ESME> >> DEBUG: boxc_sender: sent message to <127.0.0.1> >> INFO: Connection closed by the box <127.0.0.1> >> DEBUG: send_msg: sending msg to boxc: <ESME> >> DEBUG: Thread 17 (gw/bb_boxc.c:boxc_sender) terminates. >> WARNING: smsbox_list empty! >> >> Most of all the error about the "Broken pipe" alerts me, I don't know what >> that means but it seems to be serious. >> I don't know if that can be the reason. >> >> My current configuration is as follows: >> >> **** smskannel.conf ****** >> >> group = core >> admin-port = 13000 >> smsbox-port = 13001 >> admin-password = bar >> log-file = "/tmp/kannel.log" >> log-level = 0 >> box-deny-ip = "*.*.*.*" >> box-allow-ip = "127.0.0.1" >> >> include = >> "/home/davit/workspace/kannel/gateway-revision-4837/gw/smsbox.conf" >> include = >> "/home/davit/workspace/kannel/gateway-revision-4837/gw/smsc.conf" >> >> ****************************************** >> ******** smsc.conf ************* >> >> group=smsc >> smsc=smpp >> smsc-id=17 >> interface-version=34 >> host=*********** >> port=***** >> system-id=***** >> smsc-password=****** >> system-type=default >> transceiver-mode=1 >> >> ****************************************** >> ********* smsbox.conf *************** >> >> group = smsbox >> bearerbox-host = 127.0.0.1 >> sendsms-port = 13013 >> log-level = 0 >> >> group = smsbox-route >> smsbox-id = VMA >> smsc-id = 17 >> >> ******************************************* >> ******** smppbox.conf ******************** >> >> group = core >> >> group = smppbox >> # our boxc type >> smppbox-id = box1 >> # the port to listen on for smpp connections >> smppbox-port = 16000 >> # we connect to the following host as a box >> bearerbox-host = 127.0.0.1 >> bearerbox-port = 13001 >> log-level = 0 >> log-file = smppbox.log >> our-system-id = VMA >> route-to-smsc = 17 >> # see sample smpplogins.txt >> smpp-logins = >> "/home/davit/workspace/kannel/smppbox-revision-41/gw/smpplogins.txt" >> >> *************************************************** >> >> and my smpplogins.txt >> >> foo bar VMA 245.127.0.0.1 >> client-02 password-02 vma 127.0.0.1 >> >> I would really appreciate any help and ideas. I don't know how to tackle >> this problem ;) >> >> Cheers, >> Davit >> >> >> > Date: Sat, 14 Aug 2010 21:14:04 +0200 >> > Subject: Re: smppbox bulk sms: slow reception from a client >> > From: [email protected] >> > To: [email protected] >> > CC: [email protected] >> > >> > Onlly 10 sms is nothing of course. I wouldn't even call it bulk sms. >> > >> > Is there anyone else with the same problems? Because if so, it seems a >> > serious enough issue to look into. >> > >> > -- Rene >> > >> > >> > >> > >> > >> > > Dear users, >> > > >> > > Has anybody tried to send bulk sms from a client via smpp to smppbox? >> > > It >> > > seems that smppbox or bearerbox accepts bulk sms extremely slowly. My >> > > client is not able to inject bulk sms to my smppbox (10 sms or so). >> Kannel >> > > keeps stalling while receiving the messages. I am using a smppbox >> revision >> > > 43 that is connected to a gateway revision 4837. Has anybody come up >> with >> > > such a problem? Any help is appreciated ;). >> > > >> > > Many thanks, >> > > >> > > Cheers, >> > > Davit >> > > >> > >> >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: >> <http://www.kannel.org/pipermail/users/attachments/20100826/3306c03c/attachment.html> >> >> ------------------------------ >> >> _______________________________________________ >> users mailing list >> [email protected] >> http://www.kannel.org/mailman/listinfo/users >> >> >> End of users Digest, Vol 48, Issue 168 >> ************************************** > >
