Re: PPG says

2007-05-31 Thread Azaman Suleiman
Hi, I have checked and rechecked and now I got the following error message in thelog 2007-06-01 13:42:03 [10636] [14] INFO: PPG: Accept request from <127.0.0.1> 2007-06-01 13:42:03 [10636] [14] WARNING: PAP COMPILER: pap_compile: parse error in pap source 2007-06-01 13:42:03 [10636] [14] WARNING:

Re: PPG says

2007-05-31 Thread Juan Nin
thnx! :) I'm glad it worked! When I started with PPG I found some lack of information on the topic, and lots of people asked always the same questions about it... So once I could get it working I wrote that for others to be able to use it :) Regards, Juan R Martin wrote: Nice Mini-Howto

Re: PPG says

2007-05-31 Thread Raul Martinez
Juan Nin gmail.com> writes: > > you probably have some incorrect linefeeds due to copying the PHP code > from the webpage > each line from $body and $post must be in a single line > > for example, from my webbrowser I see this: > > ' address-value="WAPPUSH=+'.$country_code.$phone.'/TYPE=PLMN

Re: SMS to pc?

2007-05-31 Thread Prénom Nom
hi, thank you Alvaro, i will use this solution (if god wants that). thanks, @+ From: "Alvaro Cornejo" <[EMAIL PROTECTED]> To: "Prénom Nom" <[EMAIL PROTECTED]> CC: users@kannel.org Subject: Re: SMS to pc? Date: Thu, 31 May 2007 15:58:04 -0500 What I mean is: 1) in your web app create an script

[Fwd: Help : 1 sms and 1 dlr]

2007-05-31 Thread Stipe Tolj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 forwarded to the users@ list for the sake of someone would be so kind to grep it up and respond to user. Thanks. BTW, I'm not "the-creator" ;)... there have been several dozen people putting a lot of effort, time and work into the project, and it's n

Re: SMS to pc?

2007-05-31 Thread Alvaro Cornejo
What I mean is: 1) in your web app create an script that listens to "internal messages" at an url with appropiate variables (user/pass/to/msg/etc). 2) In your app also create a way to send a message to kannel -using sendsms for example- where, when sending a msg to a usr it routes the message to

Re: SMS to pc?

2007-05-31 Thread Prénom Nom
hi, Alvaro, you want to tell that : group = smsc smsc = http system-type = kannel smsc-username = nork smsc-password = z0rK port = 13015 send-url = "url of my application with needed variables" ? and now, how can kannel use http smsc if the receiver is a login (a user), and the gsm modem if it'

Re: SMS to pc?

2007-05-31 Thread Alvaro Cornejo
you can create an http interface on your web interface and user a generic http smsc on kannel to route msg back to your app. Regards Alvaro On 5/31/07, Prénom Nom <[EMAIL PROTECTED]> wrote: hi, i use kannel with a modem gsm. i have a web interface to send sms, with many users. if the sms is se

SMS to pc?

2007-05-31 Thread Prénom Nom
hi, i use kannel with a modem gsm. i have a web interface to send sms, with many users. if the sms is sended to a reel phone ( a number), then is't ok. but, i want to send sms from a user to another user on the interface not on his mobile. do you have some ideas ? thanks, @+ __

Re: regex

2007-05-31 Thread Alejandro Guerrieri
Computers do what we _tell_ them to do, not what we _want_ them to do ;) The regexp is wrong. It matches anything containing (not necessary at start) "loa" and zero or more d's afterwards. If you want to match anything starting with "load" you should use: ^load That will match load, loads, load

ota help

2007-05-31 Thread patrick meye
Hi all,i set up kannel as sms gateway and as wap gateway,all tests are ok.I use gsm/gprs modem for test.Now i want to test ppg,like user guide example using toolkit but i want to test with real phone with my modem.As i understand,my recipient need to be configured to receive my service indication

Re: PPG says

2007-05-31 Thread Juan Nin
mhmhm you probably have some problem with linefeeds as I posted below, due to copying the code from the webpage Azaman Suleiman wrote: Hi Juan, I tried you mini-howto and get the folowing error in the log. I did not get the push on my mobile. Any help is very much appreciated. TQ 2007-05-31 20:

Re: kannel + mbuni

2007-05-31 Thread Essien Ita Essien
Délsio Cabá wrote: HI! I´m trying to install mbuni cvs + kannel cvs Is this possible? I'm not sure about mbuni cvs, but the mbuni stable works with a particular patched snapshot of kannel which is downloadable from their site. You may want to confirm from the mbuni mailing list if mbuni cvs

Re: WAP proxy

2007-05-31 Thread Stipe Tolj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > Hello ! > > By a "WAP proxy" I mean something similar to an HTTP of FTP proxy, meaning > that > the proxy just forward the messages between WAP gateway and a modem through > which the mobile communicates. ok, this means y

kannel + mbuni

2007-05-31 Thread Délsio Cabá
HI! I´m trying to install mbuni cvs + kannel cvs Kannel is working just fine but I´m unable to install mbuni I run: ./configure --with-kannel-dir=/root/gateway/ and I get: . . . checking for gw-config... /root/gateway//gw-config checking Kannel version... cvs-20070520 checking Kannel libs... -L/u

Re: PPG says

2007-05-31 Thread Azaman Suleiman
Hi Juan, I tried you mini-howto and get the folowing error in the log. I did not get the push on my mobile. Any help is very much appreciated. TQ 2007-05-31 20:28:28 [10636] [14] INFO: PPG: Accept request from <127.0.0.1> 2007-05-31 20:28:28 [10636] [14] WARNING: PPG: headers_acceptable: got una

Re: regex

2007-05-31 Thread Robin Stephenson
Ajay Chadha wrote: i am not getting required results for keyword-regex eg i am using load keyword for getting plant laod through sms , but some people also send like LOAD DETAIL etc , but this doest not respond to such queries pls see my config and suggest why it doest not work Untested, but if