See inline answers, please On 9/7/05, Heru Tjatur <[EMAIL PROTECTED]> wrote: > On Wed, 2005-09-07 at 12:44 +1000, Ben Minton wrote: > > Hi All, > > > > I have been subscribed to the list for some time now, but have not > > posted before. > > > > Yesterday, I installed Kannel Latest via .tar.gz onto a Slackware 10.1 > > PC. Currently I am attempting to configure the various *boxes but are > > having difficulty understanding the install/config docs. > > > > Referring to > > http://www.kannel.org/download/1.4.0/userguide-1.4.0/userguide.html for > > all questions, > > > > The first configuration is the 'core group'. > > > > 1). What is the relevant config file? > > (other_kannel.conf, pushkannel.conf, smskannel.conf or wapkannel.conf)
You may start with one of the supplied config files. But better than that is to do what you are doing: writing your own, understanding the meaning of each line in every group. Check the manual. If it´s not clear enough, you can post questions. > > > > Never have a chance to look at this conf, I built my conf from scracth. > Other fellows may have experience with this. > > > 2). Re admin-deny-ip, is it better to deny all and allow trusted IPs or > > allow all and deny certain? As a rule of thumb, it´s better to deny all, then allow. > > > That's what I do. I only allow IP from localhost for sure. > > > 3). Why was I only able to wget the kannel.tar.gz as root and not my > > 'admin' account? > > > > 4). Are there any PHP interfaces currently written or being developed > > for Kannel? Check kannel-monitor under contrib\ > > > For SMS use, You could write some code and integrate it to kannel via > get-url or post-url to process incomming sms. So, as far as I know, > there is no specific PHP interface developed for Kannel. Right. Each application requires a specific script, so there is no general interface. You should write your own dependind on what you want to do with each SMS. > > > 5). Is there any chance that user submitted questions (via > > [email protected]) can be parsed and then put online into some sort of > > Users FAQ? If this is a case of extra workload, I am in a position to > > help code (html/css). It´s true that the user FAQs don´t cover all of the questions posted to the list. And that´s why this list exists and can be browsed at http://www.mail-archive.com/users%40kannel.org/ > > > > regards, Ben. > > > > Ben Minton > > Brisbane, Queensland, Australia > > [EMAIL PROTECTED] > > +61 423 144 234 > > > Hope this could help you start... > > --tjatur
