send the same sms wap push to more client at the same time

2009-02-26 Thread mariellagali...@libero.it
Hi all.. I have send a wap push message specifying in pap.xml document the telephone number. This is very limitative for my scope. Is there a way where i can specify more telephone numbers which send the same sms wap push at the same time? Thanks in advance.. Regard...mariella

Re: Panic Condition when Kannel Recieves Message

2009-02-26 Thread Nikos Balkanas
Hi, Please also post your conf file. BR, Nikos - Original Message - From: Rupin Chheda To: users@kannel.org Sent: Thursday, February 26, 2009 4:54 AM Subject: Panic Condition when Kannel Recieves Message Hello, I have successfully installed Kannel 1.4.3 on Ubuntu

Re:two msgs to two diff subscribers in one url

2009-02-26 Thread narendra reddy
Hi All, in single url i tried two text messages to two subscribers in single url .is it possible.? http://localhost:13001/cgi-bin/sendsms?username=pyropassword=pyrofrom=888%20text=haveaniceday%20

Re: problem with http administration

2009-02-26 Thread Nikos Balkanas
Hi, Trasnferring to users... Before going live with the client, I would suggest downloading and installing kannel1.4.3. 1.4.1 is ~3 years old. A lot of patches have been implemented. HTTP admin interface works. Kill kannel. From command line issue (script if need): bearerbox -v 0

Wap Push Java Code

2009-02-26 Thread Ishtiaq Ahmed
Hi Fellows: Can someone help with the exact java code and minimum header set / PAP configuration / Content File... for sending the WAP Push through Kannel The problem with my code is that The message is being sent in two segments 2009-02-20 06:35:02 [23465] [2] DEBUG: WSP (UNIT):

Re: problem with http administration

2009-02-26 Thread Falko Ziemann
Hello Beatrice, did you set this configlines inside your kannel-conf: admin-allow-ip = 127.0.0.1 admin-deny-ip = *.*.*.* You must also add the server the script is running on (if not the same as kannel) into the allow section. Regards Falko Am 26.02.2009 um 14:50 schrieb Beatrice

Re: two msgs to two diff subscribers in one url

2009-02-26 Thread Alejandro Guerrieri
Narendra, Did you ever READ the userguide? On Thu, Feb 26, 2009 at 2:32 PM, narendra reddy kamaninaren...@gmail.comwrote: Hi All, in single url i tried two text messages to two subscribers in single url .is it possible.?

Re: two msgs to two diff subscribers in one url

2009-02-26 Thread Rodrigo Cremaschi
You are forcing Kannel to do things it cannot do. Please, read the userguide. If you are still in doubt, please, read it again. On Thu, Feb 26, 2009 at 11:32 AM, narendra reddy kamaninaren...@gmail.com wrote: Hi All,   in single url i tried  two text messages to two subscribers in single

Re: problem with http administration

2009-02-26 Thread Falko Ziemann
Better make also Nikos a hero: you should really consider to switch to the newest release and it is a real security issue to run kannel as root! Regards Falko Am 26.02.2009 um 15:33 schrieb Beatrice Tamburrino: Hi Falko! I really think you solved my problem! I'm working on a

Registered delivery flag

2009-02-26 Thread narendra reddy
Hi, how to set registered delivery to 1? I need to set this for one of my SMPPSim, but in log file I see, that it is set to 0. -- Best Regards,

Re: Registered delivery flag

2009-02-26 Thread Falko Ziemann
READ THE MANUAL dlr-mask Am 26.02.2009 um 17:03 schrieb narendra reddy: Hi, how to set registered delivery to 1? I need to set this for one of my SMPPSim, but in log file I see, that it is set to 0. -- Best Regards,

Re: Panic Condition when Kannel Recieves Message

2009-02-26 Thread Nikos Balkanas
Hi, Yes that helped. You have commented out the smsbox-port in your core group in your configuration. When an SMS arrived bearerbox tried to find an available smsbox to send it, but couldn't. Uncomment, restart kannel and you should be OK. BR, Nikos - Original Message - From:

Re: Panic Condition when Kannel Recieves Message

2009-02-26 Thread Rupin Chheda
Works great!!