php Wap push help (Solved)

2011-09-25 Thread christopher serumola
serumola wrote: > Please help as per below; > > > -- Forwarded message -- > From: christopher serumola > Date: Thu, Sep 22, 2011 at 11:37 PM > Subject: Re: php Wap push help > To: Juan Nin > > > Thanks Juan. I did replace the portion you referred to b

Fwd: php Wap push help

2011-09-23 Thread christopher serumola
Please help as per below; -- Forwarded message -- From: christopher serumola Date: Thu, Sep 22, 2011 at 11:37 PM Subject: Re: php Wap push help To: Juan Nin Thanks Juan. I did replace the portion you referred to below with the code you provided below but i am still getting the

Re: php Wap push help

2011-09-21 Thread Juan Nin
The only differences I see are on this part, this is your code: ''."\r\n\t". 'address-value="WAPPUSH=+'.$country_code.$phone.'/TYPE=p...@ppg.nokia.com"/>'."\r\n\t". 'network-required="true" network="GSM" bearer-required="true" bearer="SMS"/>'. "\r\n\r\n". "\r\n\r\n". This is my original code:

Re: php Wap push help

2011-09-21 Thread Juan Nin
Send me the code on a file (not on the email's body) directly to my email. I wrote that sample code, will check it On 9/21/11 3:02 AM, christopher serumola wrote: Yes, these are single lines on the php script. Its only that i use a dell mini netbook with a small screen size which tends to wrap t

Re: php Wap push help

2011-09-20 Thread christopher serumola
Yes, these are single lines on the php script. Its only that i use a dell mini netbook with a small screen size which tends to wrap the text to the next line when it is long. could that be the cause of the problem? On Tue, Sep 20, 2011 at 11:16 PM, Juan Nin wrote: > Do you have these lines that

Re: php Wap push help

2011-09-20 Thread Juan Nin
Do you have these lines that on your email look like more than 1 line each as 1 line or more than 1 line? (should be 1) ''."\r\n\t". ''. ''."\r\n". ''.$text.''."\r\n". "X-Kannel-SMSC: $smsc_id\r\n".'Content-Type: multipart/related; boundary=multipart-boundary; type="appli

php Wap push help

2011-09-20 Thread chris
I have installed kannel 1.5.0 on ubuntu 10.0.4 and configured bearerbox,smsbox and wapbox. All are working well except that i can't send wap pushes through ppg from the php sample script posted in the mailing lists named "wappush.conf". i have checked all the related postings on the matter and impl

php wap push help

2011-09-20 Thread chris
I have installed kannel 1.5.0 on ubuntu 10.0.4 and configured bearerbox,smsbox and wapbox. All are working well except that i can't send wap pushes through ppg from the php sample script posted in the mailing lists named "wappush.conf". i have checked all the related postings on the matter and impl