Re: How to send mms notification

2008-03-08 Thread Clarence Carino
thanks for the code i copied and paste the code into my htdocs folder. then changed the url,country code,phone(is this the sender's phone number?), push url(some image link from another website),text and smsc_id. then i ran the file into my browser but returned with an error: Fatal error: Call

Re: How to send mms notification

2008-03-08 Thread Khary Sharpe
Clarence , open up /var/www/mmsc.php |and add | function_that_generates_a_unique_id() { return |md5(uniqid(rand(), true));| } | This will produce an id with length 32 characters, this may be too long but, you can always change the above to shorten it. The function name could be

Re: How to send mms notification

2008-03-08 Thread Alejandro Guerrieri
uniqid generates it's ids from a timestamp plus some entropy so it's highly unlikely (though not impossible) to get the same id twice. I think the php-doc's example for uniqid is wrong. There's no sense in creating an md5 hash from the id, since md5 doesn't get you any advantages here (only extra

Re: How to send mms notification

2008-03-07 Thread Juan Nin
On Fri, Mar 7, 2008 at 1:40 AM, Clarence Carino [EMAIL PROTECTED] wrote: Ok how will i know? i'm just using a K800i yeah, it supports wap push i tried downloading a wallpaper through the carrier by sending the keyword of my requested content. and it replied with just a link then i will

Re: How to send mms notification

2008-03-06 Thread Juan Nin
does the carrier support wap push and have it enabled for your account? does the phone u sent the wap push to, support wap push? On Thu, Mar 6, 2008 at 2:04 AM, Clarence Carino [EMAIL PROTECTED] wrote: hi.. i tried adding % in udh and the text.. bearerbox said 0 Accepted for delivery. but

Re: How to send mms notification

2008-03-06 Thread Clarence Carino
Ok how will i know? i'm just using a K800i i tried downloading a wallpaper through the carrier by sending the keyword of my requested content. and it replied with just a link then i will just go to that website and download the content. so i assume my carrier is wap push capable and it is

Re: How to send mms notification

2008-03-05 Thread Clarence Carino
thanks for the fast reply ---ok i got a website: http://dev.mobi/node/616 ---ok i already converted my SI document to hex: 02056A0045C60C036d6f6f646c652e6170632e6564752e70682f7761702f696d616765732f6170632e6a70670011033635333200070103446f776e6c6f61643f000101 ---here's my xml SI: ?xml

Re: How to send mms notification

2008-03-05 Thread Clarence Carino
hi.. i tried adding % in udh and the text.. bearerbox said 0 Accepted for delivery. but the recipient is not receiving any message thanks seikath wrote: search the mailing list for wappush howto wappush is the binary sms with the download url you are searching for -Original

How to send mms notification

2008-03-04 Thread Clarence Carino
Hi guys. i wanted to send a picture,ringtone,animation to a user using a push here's the step what i have in mind: 1) the user will text a keyword related to the item he/she want to download. 2) kannel will send a push back to the user notifying that the item is now ready for download + a SMS

Re: How to send mms notification

2008-03-04 Thread seikath
search the mailing list for wappush howto wappush is the binary sms with the download url you are searching for -Original Message- From: users@kannel.org [EMAIL PROTECTED] Sent: 05 2008 ?. To: seikath Subject:How to send mms notification Hi guys. i wanted to send a