On Wed, 2011-03-23 at 07:20, Adan Canales wrote:
> MIlan, thank you for the packages. What do you include in the Extras
> packages?

Mostly contrib, test, utils, checks directories content.

> 2011/3/23 <users-requ...@kannel.org>
> 
> > Send users mailing list submissions to
> >        users@kannel.org
> >
> > 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
> >        users-requ...@kannel.org
> >
> > You can reach the person managing the list at
> >        users-ow...@kannel.org
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of users digest..."
> >
> >
> > Today's Topics:
> >
> >   1. Re: Kannel 1.5.0 Debian packages (Alexander Malysh)
> >   2. Re: Re : How to change Phone Number to Name when getting SMS
> >      on phone screen (ha...@aeon.pk)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Wed, 23 Mar 2011 12:20:53 +0100
> > From: Alexander Malysh <amal...@kannel.org>
> > To: Milan P. Stanic <m...@arvanta.net>
> > Cc: Kannel Devel <de...@kannel.org>, Kannel Users <users@kannel.org>
> > Subject: Re: Kannel 1.5.0 Debian packages
> > Message-ID: <8dfe6f77-f040-4940-845a-77fff3500...@kannel.org>
> > Content-Type: text/plain; charset="us-ascii"
> >
> > Hi All,
> >
> > just uploaded debs for 1.5.0 to
> > https://redmine.kannel.org/projects/kannel/files
> > please check and give me/Milan feedback.
> >
> > Thanks,
> > Alexander Malysh
> >
> > Am 22.03.2011 um 16:24 schrieb Milan P. Stanic:
> >
> > > Hi Alex,
> > >
> > > On Tue, 2011-03-22 at 14:37, Alexander Malysh wrote:
> > >> Hi Milan,
> > >>
> > >> as far as I see, configuration should be fine. Could you please upload
> > debs and diff tar to some place
> > >> and we will push it to download section then.
> > >
> > > I will upload it later and send the URL to you in private mail.
> > >
> > >> Thanks,
> > >> Alexander Malysh
> > >>
> > >> Am 22.03.2011 um 14:09 schrieb Milan P. Stanic:
> > >>
> > >>> Hi Alex,
> > >>>
> > >>> On Tue, 2011-03-22 at 09:56, Alexander Malysh wrote:
> > >>>> Hi Milan,
> > >>>>
> > >>>> that would be great to have debian packages for 1.5.0
> > >>>
> > >>> I forgot to mention in original post that I sent these packages to
> > >>> someone in Romania who is tried it on Ubuntu. He told me that the same
> > >>> binary packages which I run on Debian also works well on Ubuntu but I
> > >>> forget which release he runs.
> > >>>
> > >>>> could you please answer some questions:
> > >>>> - how these packages compiled
> > >>>
> > >>> I patched 1.5.0 source with official Debian diff (actually tar file)
> > >>> because my intention is that the packages I build shouldn't differ a
> > lot
> > >>> from Debian shipped packages. It is because of that if someone upgrade
> > >>> it from official Debian release to newly built packages s/he doesn't
> > >>> have to change anything in configuration files.
> > >>>
> > >>>> - which DB support is enabled
> > >>>
> > >>> Sqlite3, Postgresql and MySQL.
> > >>>
> > >>>> - compiler/configure flags used
> > >>>
> > >>> Here is the relevant section from debian/rules files:
> > >>> ./configure \
> > >>>   --host=$(DEB_HOST_GNU_TYPE) \
> > >>>   --build=$(DEB_BUILD_GNU_TYPE) \
> > >>>   --enable-warnings \
> > >>>   --prefix=/usr \
> > >>>   --mandir=\$${prefix}/share/man \
> > >>>   --infodir=\$${prefix}/share/info \
> > >>>   --enable-docs --enable-pam --enable-pcre \
> > >>>   --enable-ssl --with-ssl=/usr \
> > >>>   --with-mysql --with-mysql-dir=/usr \
> > >>>   --with-sqlite3 \
> > >>>   --with-pgsql --with-pgsql-dir=/usr
> > >>>
> > >>>
> > >>> And here is relevant section from Makefile:
> > >>>
> > >>>
> > >>> LIBS=-lpq -lmysqlclient_r -lssl -ldl -lpam -lpcreposix -lrt -lresolv
> > >>> -lnsl -lm  -lpthread -lxml2 -L/usr/lib -lpcreposix -lpcre -L/usr/lib
> > >>> -lcrypto -lssl -rdynamic -L/usr/lib/mysql -lmysqlclient_r
> > >>> -L/usr/local/lib -lsqlite3 -L/usr/lib
> > >>>
> > >>> CFLAGS=-D_REENTRANT=1 -I. -Igw -g -O2 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
> > >>> -D_LARGE_FILES= -I/usr/include/libxml2  -Wall -Wmissing-prototypes
> > >>> -Wmissing-declarations -Wnested-externs -Winline -Wformat
> > >>> -Wformat-security -Wmissing-format-attribute -I/usr/include
> > >>> -I/usr/include/mysql -I/usr/include/postgresql
> > >>>
> > >>> LDFLAGS= -rdynamic
> > >>>
> > >>>> Do you have some place to upload packages and we will push those then
> > to download section?
> > >>>
> > >>> Yes, I can upload it but would like to know first if the configuration
> > >>> above is correct. If not, I can rebuild it with your (or someone else)
> > >>> suggestions.
> > >>>
> > >>>> Thanks,
> > >>>> Alexander Malysh
> > >>>>
> > >>>> Am 21.03.2011 um 23:46 schrieb Milan P. Stanic:
> > >>>>
> > >>>>> Hi all,
> > >>>>>
> > >>>>> I have noticed on users@kannel.org list that some user have a
> > problem
> > >>>>> how to build Kannel on Debian/Ubuntu systems.
> > >>>>>
> > >>>>> On the Kannel site in download section Debian packages are outdated
> > >>>>> (1.4.1 version for Debian sarge). Current Debian stable release is
> > >>>>> shipped with with Kannel 1.4.3 version which is old as we all know.
> > >>>>>
> > >>>>> I have built Kannel 1.5.0 (development release) for Debian squeeze
> > >>>>> (current stable) and for i386 and amd64 architectures. It works
> > without
> > >>>>> problem for more than three or four months.
> > >>>>>
> > >>>>> IMHO it would be useful for users to update Kannel download section
> > >>>>> and put new Debian packages there. I'm ready to upload them but I
> > don't
> > >>>>> know where or whom to send these packages.
> > >>>>>
> > >>>>> P.S.
> > >>>>> I'm not sure who is the site admin so I write to list.
> > >>>>>
> > >>>>> --
> > >>>>> Kind regards,  Milan
> > >>>>> --------------------------------------------------
> > >>>>> Arvanta, IT Security        http://www.arvanta.net
> > >>>>> Please do not send me e-mail containing HTML code.
> > >>>>>
> > >>>>
> > >>>
> > >>> --
> > >>> Kind regards,  Milan
> > >>> --------------------------------------------------
> > >>> Arvanta, IT Security        http://www.arvanta.net
> > >>> Please do not send me e-mail containing HTML code.
> > >>>
> > >>
> > >
> > > --
> > > Kind regards,  Milan
> > > --------------------------------------------------
> > > Arvanta, IT Security        http://www.arvanta.net
> > > Please do not send me e-mail containing HTML code.
> > >
> >
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: <
> > http://www.kannel.org/pipermail/users/attachments/20110323/ec1c86b9/attachment-0001.html
> > >
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Wed, 23 Mar 2011 16:49:45 +0500
> > From: "ha...@aeon.pk" <ha...@aeon.pk>
> > To: Kidi Kidi <kidi...@yahoo.fr>
> > Cc: users@kannel.org
> > Subject: Re: Re : How to change Phone Number to Name when getting SMS
> >        on phone screen
> > Message-ID:
> >        <AANLkTimxp=tCFiJeoSoYyOBcOneeHxE=ala+5fguy...@mail.gmail.com>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > Check from your operator is it has enabled masking over your SMS shortcode
> > account.
> >
> > On Wed, Mar 23, 2011 at 1:32 PM, Kidi Kidi <kidi...@yahoo.fr> wrote:
> >
> > > I have replaced the "From Field" by a name and sent a SMPP message to my
> > > phone, but i didn't get any
> > >  message. But if the "From Field" is my shortcode i do get my message.
> > > So i think *hamza* are right by saying *you can only use it if it is
> > > allowed by your telco operator over*
> > > * the account allotted to you. *
> > > **Is there a way to do it without my telco operator support?
> > >
> > > ------------------------------
> > > *From:* "ha...@aeon.pk" <ha...@aeon.pk>
> > > *To: *Richard Crawshaw <richard.craws...@callparents.com>
> > >
> > > *Sent:*  22 March 2011 14:33
> > > *Subject:*  Re: How to change Phone Number to Name when getting SMS on
> > > phone screen
> > >
> > > Also, you can only use it if it is allowed by your telco operator over
> > the
> > > account allotted to you.
> > >
> > > On Tue, Mar 22, 2011 at 8:56 PM, Richard Crawshaw <
> > > richard.craws...@callparents.com> wrote:
> > >
> > >> Take a look at the Running SMS Gateway section of the user guide.
> > >>
> > >>
> > >>
> > >> You can specify the from field for each message, this can be a number or
> > >> it can be text.  (The from field is also called the MASK field.)  It can
> > >> also be specified in different parts of Kannel configuration file
> > depending
> > >> on how you have Kannel configured.
> > >>
> > >>
> > >>
> > >> Richard
> > >>
> > >>
> > >>
> > >> *From:* users-boun...@kannel.org [mailto:users-boun...@kannel.org] *On
> > >> Behalf Of *Kidi Kidi
> > >> *Sent:* 22 March 2011 14:33
> > >> *To:* users@kannel.org
> > >> *Subject:* How to change Phone Number to Name when getting SMS on phone
> > >> screen
> > >>
> > >>
> > >>
> > >> Great Thanks hamza,
> > >>
> > >>
> > >>
> > >> I don't understand, could you give me more explanation please?
> > >>
> > >>
> > >> ------------------------------
> > >>
> > >> *De :* "ha...@aeon.pk" <ha...@aeon.pk>
> > >> *? :* Kidi Kidi <kidi...@yahoo.fr>
> > >> *Cc :* users@kannel.org
> > >> *Envoy? le :* Mar 22 mars 2011, 14h 07min 21s
> > >> *Objet :* Re: How to change Phone Number to Name when getting SMS on
> > >> phone screen
> > >>
> > >> Use MASK field while sending SMS from application.
> > >>
> > >> On Tue, Mar 22, 2011 at 6:52 PM, Kidi Kidi <kidi...@yahoo.fr> wrote:
> > >>
> > >> Hi all,
> > >>
> > >>
> > >>
> > >> When i get a SMS on my phone i see the FROM number, but i want to change
> > >> this number to alphabetical value. For exemple i want that if i send a
> > SMS
> > >> to somebody, this person must see the name of my school instead of my
> > phone
> > >> number. I know that it's possible, but kannel can do that?
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >
> > >
> > >
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: <
> > http://www.kannel.org/pipermail/users/attachments/20110323/e6bb7565/attachment.html
> > >
> >
> > ------------------------------
> >
> > _______________________________________________
> > users mailing list
> > users@kannel.org
> > http://www.kannel.org/mailman/listinfo/users
> >
> >
> > End of users Digest, Vol 55, Issue 64
> > *************************************
> >

-- 
Kind regards,  Milan
--------------------------------------------------
Arvanta, IT Security        http://www.arvanta.net
Please do not send me e-mail containing HTML code.

Reply via email to