kannel+playsms+php

2012-11-06 Thread Rodrigue Ango




Salut,.
J'ai un souci j'ai configuré kannel avec playsms, tout les services a réponses 
automatiques fonctionnent parfaitement, cependant je n'arrive pas a écrire le 
bon script me permettant de capter le contenu d'un sms, analyser ce comptenu et 
aller prendre les informations le concernat dans la base de donnée.J'ai 
vraiment besoin de votre aide.
Merci d'avance

Kannel with PHP

2009-12-31 Thread Nirmal Jingar
Hi all,


I need to implement a small application to send SMS to the users.

I will use Kannel http://www.kannel.org  as my SMS gateway, I need how
can I let PHP deal with Kannel get the SMS status , reports, send the
SMS ... etc..

Thanks,
Nirmal

 


Legal Disclaimer: This electronic message and all contents contain information 
from Cybage Software Private Limited which may be privileged, confidential, or 
otherwise protected from disclosure. The information is intended to be for the 
addressee(s) only. If you are not an addressee, any disclosure, copy, 
distribution, or use of the contents of this message is strictly prohibited. If 
you have received this electronic message in error please notify the sender by 
reply e-mail to and destroy the original message and all copies. Cybage has 
taken every reasonable precaution to minimize the risk of malicious content in 
the mail, but is not liable for any damage you may sustain as a result of any 
malicious content in this e-mail. You should carry out your own malicious 
content checks before opening the e-mail or attachment.
www.cybage.com 




Re: Kannel with PHP

2009-12-31 Thread kiran.re...@mpowerglobal.in

Hi Nirmal,

Please find the fallowing Applications which  will usefull for you.

1) PlaySMS ( *http://playsms*.sourceforge.net )
2) PointSMS( http://www.pointsms.org/ )
3) Kannel GUI ( http://kannel.jizz.gr/ )

**

*

Warm Regards,
Kiran Reddy

MPOWER

91-9036971573

P Please consider the environment before printing this email.

Visit us at: www.mpowerglobal.in http://www.mpowerglobal.in/


*





Nirmal Jingar wrote:


Hi all,


I need to implement a small application to send SMS to the users.

I will use Kannel http://www.kannel.org as my SMS gateway, I need 
how can I let PHP deal with Kannel get the SMS status , reports, send 
the SMS ... etc..


Thanks,
Nirmal

 

Legal Disclaimer: This electronic message and all contents contain 
information from Cybage Software Private Limited which may be 
privileged, confidential, or otherwise protected from disclosure. The 
information is intended to be for the addressee(s) only. If you are 
not an addressee, any disclosure, copy, distribution, or use of the 
contents of this message is strictly prohibited. If you have received 
this electronic message in error please notify the sender by reply 
e-mail to and destroy the original message and all copies. Cybage has 
taken every reasonable precaution to minimize the risk of malicious 
content in the mail, but is not liable for any damage you may sustain 
as a result of any malicious content in this e-mail. You should carry 
out your own malicious content checks before opening the e-mail or 
attachment.
www.cybage.com http://www.cybage.com 


Kannel and Php pages

2009-08-07 Thread FADILI Hanae

Hi,

I recently installed kannel as a gateway in a tetra network. Kannel  
works well with pages with .wml extension.


The problem is when i try to use page with wml  php code named  
index.php. Then I have an error in my phone saying Unknown file  
format...

My page start with:
?php

header(Content-type: text/vnd.wap.wml );
print ?xml version=\1.0\?;

?


!DOCTYPE wml PUBLIC -//WAPFORUM//DTD WML 1.1//EN  
http://www.wapforum.org/DTD/wml_1.1.xml;


wml


/wml


So, the wml code is generated by php normally.
Can someone give me explanations help please.

Hanae



This message was sent using IMP, the Internet Messaging Program.




Re: Kannel and PHP

2007-11-15 Thread Kudzai Gadzira
Hi Ian,

Sorry for the late response. It's better than never right? Thanks, the
link worked. I can't believe I passed that no matter how much I read
the always helpful user-guide. Thanks

On Nov 12, 2007 1:13 PM, Iain Dooley [EMAIL PROTECTED] wrote:
 Hi Kudzai,

  I need to obtain information contained in the sms sent
  by the user as he seeks a specific service. For example if he wants
  information on a specific company in the stock exchange, I should be
  able to take that information and structure an sql query out of it.
  The second information I need is the values set in my .conf file.
  If I am running kannel how can I pass this information into my php program.
  I am using php on Apache.

 take a look at:

 http://www.kannel.org/download/1.4.1/userguide-1.4.1/userguide.html#AEN3212

 cheers

 iain




Kannel and PHP

2007-11-12 Thread Kudzai Gadzira
Hi All,


I need to obtain information contained in the sms sent
by the user as he seeks a specific service. For example if he wants
information on a specific company in the stock exchange, I should be
able to take that information and structure an sql query out of it.
The second information I need is the values set in my .conf file.
If I am running kannel how can I pass this information into my php program.
I am using php on Apache.

My OS is Fedora Core.

Thanks in advance

Regards,

Kudzai



Re: Kannel and PHP

2007-11-12 Thread Iain Dooley

Hi Kudzai,


I need to obtain information contained in the sms sent
by the user as he seeks a specific service. For example if he wants
information on a specific company in the stock exchange, I should be
able to take that information and structure an sql query out of it.
The second information I need is the values set in my .conf file.
If I am running kannel how can I pass this information into my php program.
I am using php on Apache.


take a look at:

http://www.kannel.org/download/1.4.1/userguide-1.4.1/userguide.html#AEN3212

cheers

iain