Hi Sriram,

    If your connection is SMPP, you surely will saturate their message
queue before you reach your hardware limit. At least this is what I
have experienced using similar hardware. You may ask them to perform a
stress test to see what this limit is.

    Regards,

Rodrigo.

On 12/12/05, Sriram <[EMAIL PROTECTED]> wrote:
>
>
> Hi Rodrigo,
>
> Thanks a ton ! Saved me :)..
>
> FYI i am using Kannel for pushing messages for another Telco.....
>
> 1 Q :
>
> I've this Kannel running on a Linux machine with 1 GB RAM and dual -
> processor ....
> Can you throw a light on its efficiency as to how many messages it can
> process per second ??? Thanks
> Any Experienced users welcome with thier comments ?
>
> Regards
> Sriram
>
>
> ----- Original Message -----
> From: "Rodrigo Cremaschi" <[EMAIL PROTECTED]>
> To: "Sriram" <[EMAIL PROTECTED]>
> Cc: <users@kannel.org>
>
> Sent: Friday, December 09, 2005 1:25
> Subject: Re: Fw: PLs..........help sms service
>
>
> Well then. You don't need Kannel at all, so no need to configure anything.
>
> No need to call any URL. The telco will invoke your a.php script. All
> you need to do is to grab those parameter values and then print the
> answer.
>
> This goes beyond the Kannel list, tho.
>
> On 12/8/05, Sriram <[EMAIL PROTECTED]> wrote:
> > Hi Rodrigo,
> >
> > Spoke to that Telco Guy again he says you dont need a SMS gateway at all
> for
> > this application ! He has asked me to create a URL at my end which i
> created
> > :
> > http://xxx.xxx.xxx.xxx/a.php?from=$p&keyword=$*
> > now the $p and $* will be sent by him ! (phone # and keyword) ..He is
> asking
> > me to fetch the content as per keyword & write a "response.write" at my
> php
> > script so that its delivered back to him after picking the text as per
> > keyword. I donno ASP so whats response.write in php and what URL do i call
> > for delivering this ? saem URL  ? just a response.write will send back the
> > URL with desired content back to him ?
> >
> > Anyone knowledgeable pls share and help
> >
> > Regards
> > sriram
> >
> >
> >
> >
> >
> >
> > ----- Original Message -----
> > From: "Rodrigo Cremaschi" <[EMAIL PROTECTED]>
> > To: "Sriram" <[EMAIL PROTECTED]>
> > Cc: <users@kannel.org>
> > Sent: Tuesday, December 06, 2005 7:04
> > Subject: Re: Fw: PLs..........help sms service
> >
> >
> > Hi Sriram,
> >
> >    Set your loglevel to 0. Then check kannel.log to see if you are
> > getting any messages. Double check your SMSC connection parameters.
> >
> >    You are right, you are not in the need of using URLs at this point.
> >
> >    My suggestion: avoid using DB access, until you are sure you get
> > any messages from your SMSC.
> >
> >    Best regards,
> >
> > Rodrigo.
> >
> > On 12/6/05, Sriram <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > > ----- Original Message -----
> > > From: Sriram
> > > To: users@kannel.org
> > > Sent: Monday, December 05, 2005 12:20
> > > Subject: Fw: sms service
> > >
> > >
> > > Hi
> > > Kannel on RHL 8.0 , compiled from source along with mysql support...smpp
> > > conneciton 3.4.
> > >
> > > problems :
> > >
> > > 1. I am Able to send messages..
> > > 2. defined sms service groups but when someone sends a keyword to my
> > kannel
> > > ..it doesnt receive it and so it doenst reply no debug entries in logs
> > > appear when someone sends a message to me
> > > 3. when i contacted the telco guy ..he asks me for URL for configuring
> > this
> > > service !
> > >
> > > My Ques : when sms-service has this defined keyword and text...why the
> > heck
> > > he is asking for a URL and how do i give him a URL ?
> > >
> > > kannel.conf :
> > >
> > > group = core
> > > admin-port = 13000
> > > smsbox-port = 13013
> > > admin-password = ******
> > > #status-password = foo
> > > admin-deny-ip = "*.*.*.*"
> > > admin-allow-ip = "127.0.0.1"
> > > log-file = "kannel.log"
> > > log-level = 0
> > > box-deny-ip = "*.*.*.*"
> > > box-allow-ip = "*.*.*.*"
> > > dlr-storage = mysql
> > >
> > > # SMSC CONNECTIONS
> > > group = smsc
> > > smsc = smpp
> > > smsc-id = XXX
> > > host = XXX.XXX.XXX.XXX
> > > port = XXXX
> > > interface-version = 34
> > > connect-allow-ip = *.*.*.*
> > > smsc-username = XXXXXX
> > > smsc-password = XXXXXX
> > > receive-port = 700
> > > keepalive = 10
> > > system-type = vmu
> > > enquire-link-interval = 5
> > > reconnect-delay = 2
> > > address-range = ""
> > >
> > >
> > > # SMSBOX SETUP
> > > group = smsbox
> > > bearerbox-host = localhost
> > > sendsms-port = 13131
> > > global-sender = 666
> > > sendsms-chars = "0123456789 +-"
> > > log-file = "smsbox.log"
> > > log-level = 0
> > > access-log = "/tmp/access.log"
> > >
> > > # SEND-SMS USERS
> > > group = sendsms-user
> > > username = "tester"
> > > password = foobar
> > > #user-deny-ip = ""
> > > user-allow-ip = "*.*.*.*"
> > >
> > > # SERVICES
> > > group = sms-service
> > > keyword = nop
> > > text = "Push & Pull!"
> > > catch-all = true
> > >
> > > # there should be default always
> > > group = sms-service
> > > keyword = default
> > > text = "No service specified"
> > >
> > > # Mysql connection
> > > group = mysql-connection
> > > id = mydlr
> > > host = localhost
> > > mysql-username = YYYY
> > > mysql-password = YYYY
> > > database = dlr
> > > max-connections = 1
> > >
> > > # table
> > >
> > > group = dlr-db
> > > id = mydlr
> > > table = dlr
> > > field-smsc = smsc
> > > field-timestamp = msgtime
> > > field-destination = dest
> > > field-source = clip
> > > field-service = code
> > > field-url = url
> > > field-mask = mask
> > > field-status = status
> > > field-boxc-id = boxcid
> > >
> > > Kindly help....Its a do or die situation for me
> > >
> > > Regards
> > > Sriram
> > >
> >
>

Reply via email to