Kirim SMS Pesan Teks ke Telepon Seluler dari AIM di iChat

Judul mengatakan itu semua, Anda dapat mengirim dan menerima pesan teks SMS melalui AIM, Pesan, atau iChat dengan mengikuti petunjuk sederhana ini. Jika Anda begitu ingin, bahkan ada skrip bash sederhana yang memungkinkan Anda untuk berinteraksi dengan iChat melalui baris perintah untuk tujuan tersebut. Ini adalah tip yang bagus, dan tampaknya kemampuan untuk mengirim pesan SMS melalui protokol AIM sudah ada beberapa saat, dan masih berfungsi hingga saat ini selama Anda memiliki pengaturan AIM.

Mengirim Pesan SMS dari AIM / iChat

  1. Tekan Command-Shift-N untuk memunculkan jendela Obrolan Baru
  2. Masukkan nomor telepon yang ingin Anda kirimi pesan dalam format berikut: +18005551212
  3. +1 adalah kode negara untuk AS, jadi jika Anda ingin mencoba negara lain, ubahlah sesuai dengan itu. +44 untuk Inggris, +49 untuk Jerman, dll
    • Catatan: Saya hanya menguji ini di AS, jadi tidak ada jaminan dengan negara lain
  4. Ketik pesan Anda dan klik kirim
  5. Sekarang Anda dapat berbicara dengan ponsel apa pun melalui IM dan Perpesanan Teks

Seperti yang dapat Anda lihat dari tangkapan layar, Anda akan sering mendapatkan pesan yang mengonfirmasi bahwa pesan instan telah dikirim ke operator seluler. Karena itu AIM yang memungkinkan untuk ini, secara teknis tip ini harus bekerja untuk Adium dan protokol pendukung AIM lainnya juga, tapi saya belum mengujinya.

By the way, versi baru OS X mendukung pengiriman asli dan penerimaan pesan teks SMS di aplikasi Pesan, yang ditangani melalui iPhone itu sendiri. Itu adalah solusi yang lebih baik untuk Mac modern yang menjalankan perangkat lunak baru dengan iPhone yang praktis.

Semakin sedikit geekier, Anda juga dapat mengirim SMS dan IM melalui iChat melalui baris perintah dengan skrip bash sederhana ini, meskipun Anda harus memiliki akun AIM yang dikonfigurasi untuk melakukannya (ditemukan di komentar di MacOSXHints, kredit untuk pengguna mereka 'di bawah' ):
#!/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.