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

   
|!|

השב
 
כלים לאשכול תצורת הצגה
ישן 27-07-06, 22:23   # 1
popik
מתאורר / יצא בחוץ
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 46
הודעות: 390

popik לא מחובר  

SMS איך זה עובד?

שלום.
קודם כל אני חייב לצין שלא מצאתי פורום מתאים יותר לאשכול זה.

אז נתחיל.
איך פועל SMS ?
אם אני רוצה לבנות מערכת שתשלח SMS זה אפשרי? אני יכול לעשות זאת לבד? או שעלי להיות בהסכם אם חברה פאלפון?

מה צריך בשביל לשלוח SMS דרך איכן זה עובר ?
מקווה שהבנתם את הנקודה שאני מננסה להגיע ולשאול.
  Reply With Quote
ישן 27-07-06, 23:14   # 2
WebProject
מ.תיכנות
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: אשדוד
הודעות: 3,070
Send a message via Skype™ to WebProject

WebProject לא מחובר  

לפי מה שהבנתי אתה אמור לקנות שרת התומך בפונקציות מיוחדות, השאר בא בקלות.
__________________
כושר קרבי \ טיפים לגיבושים



פורטל רעל - צבא וכושר קרבי
  Reply With Quote
ישן 28-07-06, 14:00   # 3
Alm
מנהל ראשי בדימוס
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: מרכז.
גיל: 37
הודעות: 11,636

Alm לא מחובר  

יש שרתי SMS שמקושרים לחברות הסלולר הגדולות...
אתה לא יכול לעשות את זה כי זה דורש הרבה אישורים והשקעה מאוד גדולה גם של עבודה גם של טכנלוגיה וגם של כסף...

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

Sagi לא מחובר  

אםם יש שירות כזה ב inforu אני חושב
זה עולה בתשלום כמובן..
  Reply With Quote
ישן 30-07-06, 18:41   # 5
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   # 6
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   # 7
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
ישן 30-07-06, 18:57   # 8
Alm
מנהל ראשי בדימוס
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: מרכז.
גיל: 37
הודעות: 11,636

Alm לא מחובר  

אנגלית מעולה יש לך, תודה על המידע.
  Reply With Quote
ישן 31-07-06, 23:54   # 9
kodesh
חבר חדש
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Jul 2006
הודעות: 19

kodesh לא מחובר  

חחחח
  Reply With Quote
ישן 01-08-06, 00:38   # 10
דניאל
מנהל ראשי
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: ראשון לציון
גיל: 40
הודעות: 6,503
שלח הודעה באמצעות MSN אל דניאל

דניאל לא מחובר  

ציטוט:
נכתב במקור על ידי kodesh
חחחח
ס-פ-א-ר,
משום מה אני לא אופתע אם בהודעה ה-30 שלך תכתוב ביקורת על איזושהי חברה.
__________________
דניאל
דוא"ל:
dannyg@sPD.co.il

sPD Hosting בע"מ | אחסון אתרים | בלוג אחסון אתרים
טלפון להזמנות: 1-599-559977
  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:20.

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