Re: Need Help Configuring Kannel for SMS Pull

2008-01-17 Thread Engel L
Thanks again Mike, what I am getting from this is that I the receiving of the SMS is not Kannel related. I can set up a php script independent of Kannel with with I can process and extract the SMS from the SMSC (in form of a URL). I was thinking Kannel handles this as well, now what I am getting

Re: Need Help Configuring Kannel for SMS Pull

2008-01-17 Thread Mike Nwaogu
Yes Engel, as long as they're sending in SMS via HTTP then a webserver is what you'll need and a php script to handle the in coming requests. Regards, Mike Nwaogu Tel: 234_802_325_6437 Eml: [EMAIL PROTECTED] - Original Message From: Engel L [EMAIL PROTECTED] To: Mike Nwaogu [EMAIL

Clarification on how to encode m-notification-ind messages...

2008-01-17 Thread Andrew B
Hi, I'm trying to use kannel (specifically the test_ppg portion of it) to send out m-notification-ind messages to phones, that is, I am trying to send MMS notifications. I am not trying to have kannel act as an MMSC, but simply I am trying to get kannel to send out the notifications (which

Clarification on how to encode m-notification-ind

2008-01-17 Thread Andrew B
Hi, I'm trying to use kannel (specifically the test_ppg portion of it) to send out m-notification-ind messages to phones, that is, I am trying to send MMS notifications. I am not trying to have kannel act as an MMSC, but simply I am trying to get kannel to send out the notifications (which

Re: Need Help Configuring Kannel for SMS Pull

2008-01-17 Thread Engel L
Sorry to bother you again but one thing i fail to understand is the how get-url, post-url and exec parameters normally work. My understanding is that this is what Kannel does (requests the url) on receipt of an sms, and responds to the send, with the content (the result of the http request), or

SMSC source-addr-ton returning incorrect value

2008-01-17 Thread joe
Hi there, When sending a message through SMPP to our SMSC, it is required that our source-addr-ton is 0 (0x) to enable us to send greek characters through the sms alias (from). But instead it is using 5. See my config below: group = smsc smsc = smpp host = ***.***.***.*** port = 6009

Implementing HA Kannel Setup

2008-01-17 Thread fahad salman
Hi I am new to Kannel. we are planning to use it for our SMS content project. I have following query related to HA setup for our operations. We are planning to use 2 node SMPP (kannel) cluster in active-active configuration with mirrored DB. I am having following two options in my mind. a. Both

Fwd: Implementing HA Kannel Setup

2008-01-17 Thread fahad salman
-- Forwarded message -- From: fahad salman [EMAIL PROTECTED] Date: Jan 18, 2008 7:05 AM Subject: Implementing HA Kannel Setup To: users@kannel.org Hi I am new to Kannel. we are planning to use it for our SMS content project. I have following query related to HA setup for our

Re: Clarification on how to encode m-notification-ind messages...

2008-01-17 Thread Mihai Zsigmond
Hi, Andrew, I wished to be that simple. The fact is that normally the network operator would not allow mobile phones to access mms-content stored outside their network, unless you reach to some kind of agreement with them. Other direction to be investigated although impractical, is to modify

Fwd: Need Help Configuring Kannel for SMS Pull

2008-01-17 Thread Engel L
-- Forwarded message -- From: Engel L [EMAIL PROTECTED] Date: Jan 18, 2008 8:41 AM Subject: Re: Need Help Configuring Kannel for SMS Pull To: Otandeka Simon Peter [EMAIL PROTECTED] Hi Peter, Your config file is almost similar to mine, except that I do not have a receive-port. I