Are you dealing with MT only? If yes then why not try SQLBox? It will save your 
development time and it is a good tools.



On Nov 8, 2012, at 4:37 PM, Ombongi Moraa Fe wrote:

> Hi Willy,
> 
> Checked out and cant find any resource of the mtbatch and your suggestion is 
> better by this virtue. I've been using sendsms via command line to test my 
> short codes now I just need to create a script to select the phone numbers 
> and senderId from my database and using the command to send the sms. Though 
> Im unable to find complete scripts online. But will continue looking.
> 
> Thanks.
> 
> Saludos
> 
> Ombongi Moraa fe
> 
> 
> 
> On 7 November 2012 14:00, <[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: get the information of command_status in dlr (Singularnet)
>    2. RE: Bulk Messaging with Kannel (Ombongi Moraa Fe)
>    3. Re: Can not send long messages using SMPPSim (techbrainless)
>    4. Re: Bulk Messaging with Kannel (Willy Mularto)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Tue, 6 Nov 2012 06:11:59 -0600
> From: Singularnet <[email protected]>
> To: users <[email protected]>
> Subject: Re: get the information of command_status in dlr
> Message-ID:
>         <CALSQSfrS=yibibfs+sxzudiq3hbzcwgqzrzdvfcfuokohvs...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Yes Willy, I get the info that I need thanks
> On Nov 5, 2012 8:57 PM, "Willy Mularto" <[email protected]> wrote:
> 
> > How about %a, usually DLR will use msgdata field.
> >
> >
> >
> > On Nov 6, 2012, at 9:16 AM, Singularnet wrote:
> >
> > > Hi everybody
> > >
> > > The current operator with smpp connection, send me information about
> > > the billing of the MT in the command_status field of the
> > > submit_sm_resp response, is there some escape code, that i need to
> > > include in my url that call the dlr, where i can get that information?
> > > at this moment my url look like this
> > >
> > >
> > http://localhost/xchange_dlr.php?mask=%d&destination=%p&source=%P&smsc=%i&ts=%t&replydlr=%A
> > >
> > > i have look for in the user guide, but i could find any escape code
> > > that include the command_status field, if anybody could share some
> > > working example i really appreaciated
> > >
> > > Thanks in advanced
> > >
> >
> > Willy Mularto
> > F300HD+MR18DE (NLC1725)
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <http://www.kannel.org/pipermail/users/attachments/20121106/26045b7a/attachment-0001.html>
> 
> ------------------------------
> 
> Message: 2
> Date: Tue, 6 Nov 2012 16:28:39 +0300
> From: Ombongi Moraa Fe <[email protected]>
> To: [email protected]
> Subject: RE: Bulk Messaging with Kannel
> Message-ID:
>         <cam6w3nqoblgpsrjo2sri3oguafqagdcs2vzuzazjpyys2jp...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hello Team,
> 
> I've seen that there's a package that allows for sending bulk messages in
> kannel (mtbatch). Anybody point me out to instructions on how to get
> started on using it? I'm running Kannel on ubuntu and I've serached and
> found the relevant packages in the kannel download file;
> 
> /home/faith/gateway-1.4.3/utils/mtbatch
> /home/faith/gateway-1.4.3/utils/mtbatch.1
> /home/faith/gateway-1.4.3/utils/mtbatch.c
> /home/faith/gateway-1.4.3/utils/mtbatch.o
> /usr/local/share/man/man1/mtbatch.1
> /usr/src/sms/mtbatch
> 
> 
> what I dont know is how to get started with them and which file is
> relevant. Please sort me out.
> 
> Saludos
> 
> Ombongi Moraa fe
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <http://www.kannel.org/pipermail/users/attachments/20121106/162fda18/attachment-0001.html>
> 
> ------------------------------
> 
> Message: 3
> Date: Tue, 6 Nov 2012 13:40:26 -0800 (PST)
> From: techbrainless <[email protected]>
> To: [email protected]
> Subject: Re: Can not send long messages using SMPPSim
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
> 
> by the way evertime i sent long message the value of udh appears in kannel
> log is [udh=0]
> 
> 
> 
> 
> 
> --
> View this message in context: 
> http://kannel.6189.n7.nabble.com/Can-not-send-long-messages-using-SMPPSim-tp8475p27302.html
> Sent from the Kannel - User mailing list archive at Nabble.com.
> 
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Wed, 7 Nov 2012 07:46:05 +0700
> From: Willy Mularto <[email protected]>
> To: Ombongi Moraa Fe <[email protected]>
> Cc: [email protected]
> Subject: Re: Bulk Messaging with Kannel
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> The simplest way is to hit Kannel's sendsms CGI script using loop. You can 
> find how to use it in the user guide
> 
> 
> 
> On Nov 6, 2012, at 8:28 PM, Ombongi Moraa Fe wrote:
> 
> > Hello Team,
> >
> > I've seen that there's a package that allows for sending bulk messages in 
> > kannel (mtbatch). Anybody point me out to instructions on how to get 
> > started on using it? I'm running Kannel on ubuntu and I've serached and 
> > found the relevant packages in the kannel download file;
> >
> > /home/faith/gateway-1.4.3/utils/mtbatch
> > /home/faith/gateway-1.4.3/utils/mtbatch.1
> > /home/faith/gateway-1.4.3/utils/mtbatch.c
> > /home/faith/gateway-1.4.3/utils/mtbatch.o
> > /usr/local/share/man/man1/mtbatch.1
> > /usr/src/sms/mtbatch
> >
> >
> > what I dont know is how to get started with them and which file is 
> > relevant. Please sort me out.
> >
> > Saludos
> >
> > Ombongi Moraa fe
> >
> 
> Willy Mularto
> F300HD+MR18DE (NLC1725)
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <http://www.kannel.org/pipermail/users/attachments/20121107/650fc247/attachment-0001.html>
> 
> ------------------------------
> 
> _______________________________________________
> users mailing list
> [email protected]
> http://www.kannel.org/mailman/listinfo/users
> 
> 
> End of users Digest, Vol 75, Issue 12
> *************************************
> 

Willy Mularto
F300HD+MR18DE (NLC1725)









Reply via email to