הרשם שאלות ותשובות רשימת חברים לוח שנה חיפוש הודעות מהיום סמן פורומים כנקראו

   
|!|

השב
 
כלים לאשכול תצורת הצגה
ישן 28-07-06, 14:09   # 1
Sagi
חבר וותיק
דירוג מסחר: (0)
 
Sagi's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 36
הודעות: 1,745
שלח הודעה באמצעות ICO אל Sagi

Sagi לא מחובר  

אםם יש שירות כזה ב inforu אני חושב
זה עולה בתשלום כמובן..
  Reply With Quote
ישן 30-07-06, 18:41   # 2
telco
חבר חדש
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Jun 2006
הודעות: 17

telco לא מחובר  

Post all wrong

You CAN do it yourself.

Apart from SMS messages sent mobile-to-mobile (MO - mobile originated) there is also SMS originated from the gateway (MT - Mobile Terminated). This is used mostly by internet websites, tv shows, sms banking etc.

MT SMS' transfer protocol is SMPP and in order to communicate with SMS gateways (SMSC - SMS Centers) you will need an application which supports this protocol.

If you are not sending a large amount of SMS then you could simply use an API script to connect to SMSC's which support HTTP POST. In this case, you would send an SMS message from your asp/php/cgi script in the format:

קוד:
http://SMSC-IP-ADDRESS/script?User=Username&Pass=YourPass&To=97254xxxxxxx&From=CALLERID&Text=Hello%20World!

This would send an sms message to 972xxxxxx with a called id of "CALLERID" and a text of "hello world" ....q
MT Messages support a caller ID of either 11 Alphanumeric charachters or 14 numeric, So your messages could apper to come from "ABC" but people would not be able to reply... (if you set it to a numeric, and you had a way to accept incomming SMS to your gateway or application, then you could receive replies from your users for example to update poll statistics online, voting, etc)


If you are NOT buying your sms from an Israeli company be sure to ask for test credits before you make any purchase, as 99.99% of the providers internationally cannot reach Pelephone/ESC/Mirs even though they claim to. Their prices to Orange/Cellom are usually better than if you purchase locally.


Various helpful links:

Kannel: Open Source WAP and SMS gateway : http://www.kannel.org

Clickatell: one of the worlds largest and most reliable SMS gateways: www.clickatell.com

SMS Forum: a forum where SMS providers and developers discuss: www.smsforum.com

Somewhere on sourceforge there is a project called PlaySMS which i've never gotten to test out but I do recall its features being quite interesting for someone providing sms services.

Otherwise in Israel these gateways have been around for a while:
sms2u.co.il
inforu.co.il
smsender.co.il

Otherwise, search google for "Bulk SMS" and you'll find quite a few.
If you are looking for an SMPP server contact me directly, I can recommend one from past experiance.

  Reply With Quote
ישן 04-08-06, 23:08   # 3
dvir | point-serv
Permanently Banned
דירוג מסחר: (0)
 
dvir | point-serv's Avatar
 
מיני פרופיל
תאריך הצטרפות: Jan 2006
מיקום: מרכז
הודעות: 582
שלח הודעה באמצעות ICO אל dvir | point-serv שלח הודעה באמצעות MSN אל dvir | point-serv

dvir | point-serv לא מחובר  

ציטוט:
נכתב במקור על ידי telco
You CAN do it yourself.

Apart from SMS messages sent mobile-to-mobile (MO - mobile originated) there is also SMS originated from the gateway (MT - Mobile Terminated). This is used mostly by internet websites, tv shows, sms banking etc.

MT SMS' transfer protocol is SMPP and in order to communicate with SMS gateways (SMSC - SMS Centers) you will need an application which supports this protocol.

If you are not sending a large amount of SMS then you could simply use an API script to connect to SMSC's which support HTTP POST. In this case, you would send an SMS message from your asp/php/cgi script in the format:

קוד:
http://SMSC-IP-ADDRESS/script?User=Username&Pass=YourPass&To=97254xxxxxxx&From=CALLERID&Text=Hello%20World!

This would send an sms message to 972xxxxxx with a called id of "CALLERID" and a text of "hello world" ....q
MT Messages support a caller ID of either 11 Alphanumeric charachters or 14 numeric, So your messages could apper to come from "ABC" but people would not be able to reply... (if you set it to a numeric, and you had a way to accept incomming SMS to your gateway or application, then you could receive replies from your users for example to update poll statistics online, voting, etc)


If you are NOT buying your sms from an Israeli company be sure to ask for test credits before you make any purchase, as 99.99% of the providers internationally cannot reach Pelephone/ESC/Mirs even though they claim to. Their prices to Orange/Cellom are usually better than if you purchase locally.


Various helpful links:

Kannel: Open Source WAP and SMS gateway : http://www.kannel.org

Clickatell: one of the worlds largest and most reliable SMS gateways: www.clickatell.com

SMS Forum: a forum where SMS providers and developers discuss: www.smsforum.com

Somewhere on sourceforge there is a project called PlaySMS which i've never gotten to test out but I do recall its features being quite interesting for someone providing sms services.

Otherwise in Israel these gateways have been around for a while:
sms2u.co.il
inforu.co.il
smsender.co.il

Otherwise, search google for "Bulk SMS" and you'll find quite a few.
If you are looking for an SMPP server contact me directly, I can recommend one from past experiance.

wtf!?
מישהו יכול להסביר??
  Reply With Quote
ישן 05-08-06, 13:16   # 4
telco
חבר חדש
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Jun 2006
הודעות: 17

telco לא מחובר  

I think its a shame that on such a forum with so many young entrepreneurs, that the only constructive comments are 'nnnnn' and 'wtf' q.

personally if i were a hosting company (which i am not and am not planning on being one) i would look to other 'value added services' to provide my clients. Especially in a market where everyone is selling the same thing (webspace).
For example, a basic package of hosting costs what, $10/mo? add another $5 you get an sms alert each day of how many hits you got to your site today/total.. (i'd pay the extra 5 for such a service)

Just as an example.. 1001 things can be done if you're thinking 'outside the box'

Who knows.. maybe someone will be creative and do something..
  Reply With Quote
ישן 05-08-06, 13:50   # 5
meshuga
הנהלת הפורום לשעבר
דירוג מסחר: (0)
 
meshuga's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 36
הודעות: 7,601

meshuga לא מחובר  

ציטוט:
נכתב במקור על ידי telco
I think its a shame that on such a forum with so many young entrepreneurs, that the only constructive comments are 'nnnnn' and 'wtf' q.

personally if i were a hosting company (which i am not and am not planning on being one) i would look to other 'value added services' to provide my clients. Especially in a market where everyone is selling the same thing (webspace).
For example, a basic package of hosting costs what, $10/mo? add another $5 you get an sms alert each day of how many hits you got to your site today/total.. (i'd pay the extra 5 for such a service)

Just as an example.. 1001 things can be done if you're thinking 'outside the box'

Who knows.. maybe someone will be creative and do something..
אהבתי את הרעיון. לצומת לבכם מנהל חברות..תחשבו על זה..זה יכול להיות נחמד.
  Reply With Quote
השב

חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים)
 

כלים לאשכול
תצורת הצגה

חוקי פירסום
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is מופעל
סמיילים הם מופעל
[IMG] קוד מופעל
קוד HTML מכובה

קפיצה לפורום


כל הזמנים הם GMT +2. הזמן כעת הוא 17:50.

מופעל באמצעות VBulletin גרסה 3.8.6
כל הזכויות שמורות ©
כל הזכויות שמורות לסולל יבוא ורשתות (1997) בע"מ