ส่งข้อความ SMS ไปยังโทรศัพท์มือถือจาก AIM บน iChat

ชื่อกล่าวได้ทั้งหมดคุณสามารถส่งและรับข้อความ SMS ผ่าน AIM ข้อความหรือ iChat โดยทำตามคำแนะนำง่ายๆเหล่านี้ ถ้าคุณมีแนวโน้มที่จะมีแม้กระทั่งสคริปต์ทุบตีง่ายๆที่ช่วยให้คุณสามารถติดต่อกับ iChat ผ่านทางบรรทัดคำสั่งเพื่อวัตถุประสงค์ดังกล่าว นี่เป็นเคล็ดลับที่ยอดเยี่ยมและเห็นได้ชัดว่าความสามารถในการส่งข้อความ SMS ผ่านทางโปรโตคอล AIM ได้รับรอบระยะเวลาแล้วและยังคงใช้ได้ผลในวันนี้ตราบเท่าที่คุณมีการตั้งค่า AIM

กำลังส่งข้อความ SMS จาก AIM / iChat

  1. กด Command-Shift-N เพื่อเปิดหน้าต่าง New Chat
  2. ป้อนหมายเลขโทรศัพท์ที่คุณต้องการส่งข้อความในรูปแบบต่อไปนี้: +18005551212
  3. +1 คือรหัสประเทศสำหรับประเทศสหรัฐอเมริกาดังนั้นหากคุณต้องการลองประเทศอื่น ๆ ให้เปลี่ยนไปตามนั้น +44 สำหรับสหราชอาณาจักร +49 สำหรับเยอรมนี ฯลฯ
    • หมายเหตุ: ฉันได้ผ่านการทดสอบนี้เฉพาะในสหรัฐอเมริกาดังนั้นจึงไม่มีการค้ำประกันกับประเทศอื่น ๆ
  4. พิมพ์ข้อความของคุณและคลิกส่ง
  5. ตอนนี้คุณสามารถพูดคุยกับโทรศัพท์มือถือได้ผ่าน IM และ Text Messaging

ดังที่คุณเห็นจากหน้าจอคุณจะได้รับข้อความยืนยันว่าข้อความโต้ตอบแบบทันทีถูกส่งไปยังผู้ให้บริการมือถือ เนื่องจาก AIM เป็นตัวช่วยในการนี้เทคนิคนี้ควรใช้ Adium และโปรโตคอลการสนับสนุน AIM อื่น ๆ ด้วย แต่ฉันยังไม่ได้ทดสอบ

โดยทางเวอร์ชันใหม่ของ OS X สนับสนุนการส่งและรับข้อความ SMS ในตัวเองในแอป Messages ซึ่งจะจัดการผ่าน iPhone เอง นั่นเป็นทางออกที่ดีสำหรับ Mac ที่ทันสมัยซึ่งใช้ซอฟต์แวร์ใหม่ ๆ กับ iPhone ที่มีประโยชน์

คุณยังสามารถส่ง SMS และ IM ผ่านทาง iChat ผ่านทางบรรทัดคำสั่งด้วยสคริปต์ทุบตีแบบง่ายๆนี้แม้ว่าคุณจะต้องมีบัญชี AIM ที่กำหนดค่าไว้ให้ทำเช่นนั้น (พบได้จากข้อคิดเห็นเกี่ยวกับ MacOSXHints และให้เครดิตแก่ผู้ใช้ 'ด้านล่าง' ):
#!/bin/sh
# Apparently, iChat wants it that way
osascript< Simply paste that into a text file with nano, save it as sendsms.sh, chmod +x sendsms.sh, and type ./sendsms +18185551212 "hello" Note that the above bash script still requires iChat to be open, and still sends the SMS through iChat, allowing the conversation to continue in a typical iChat window. This secondary script is a nice little find from MacOSXHints.

#!/bin/sh
# Apparently, iChat wants it that way
osascript< Simply paste that into a text file with nano, save it as sendsms.sh, chmod +x sendsms.sh, and type ./sendsms +18185551212 "hello" Note that the above bash script still requires iChat to be open, and still sends the SMS through iChat, allowing the conversation to continue in a typical iChat window. This secondary script is a nice little find from MacOSXHints.

#!/bin/sh
# Apparently, iChat wants it that way
osascript< Simply paste that into a text file with nano, save it as sendsms.sh, chmod +x sendsms.sh, and type ./sendsms +18185551212 "hello" Note that the above bash script still requires iChat to be open, and still sends the SMS through iChat, allowing the conversation to continue in a typical iChat window. This secondary script is a nice little find from MacOSXHints.

#!/bin/sh
# Apparently, iChat wants it that way
osascript< Simply paste that into a text file with nano, save it as sendsms.sh, chmod +x sendsms.sh, and type ./sendsms +18185551212 "hello" Note that the above bash script still requires iChat to be open, and still sends the SMS through iChat, allowing the conversation to continue in a typical iChat window. This secondary script is a nice little find from MacOSXHints.