Send SMS-tekstmeldinger til mobiltelefoner fra AIM på iChat

Tittelen sier alt, du kan sende og motta SMS-meldinger via AIM, Meldinger eller iChat ved å følge disse enkle instruksjonene. Hvis du er så tilbøyelig, er det enda en enkel bash script som lar deg grensesnitt med iChat gjennom kommandolinjen for slike formål. Dette er et flott tips, og evnen til å sende SMS-meldinger via AIM-protokollen har tydeligvis eksistert, og det fungerer fortsatt i dag så lenge du har AIM-oppsett.

Sende en SMS-melding fra AIM / iChat

  1. Hit Command-Shift-N for å få frem et nytt chat-vindu
  2. Skriv inn telefonnummeret du ønsker tekstmelding i følgende format: +18005551212
  3. +1 er landskoden for USA, så hvis du vil prøve andre land, endrer du det tilsvarende. +44 for Storbritannia, +49 for Tyskland, osv
    • Merk: Jeg har bare testet dette i USA, så ingen garantier med andre land
  4. Skriv inn meldingen din og klikk send
  5. Nå kan du snakke med hvilken som helst mobiltelefon via chat og tekstmeldinger

Som du ser fra skjermbildene, får du ofte en melding som bekrefter at direktemeldingen ble sendt til en mobiloperatør. Fordi det er AIM som tillater dette, bør dette tipset også fungere for Adium og andre AIM-støtteprotokoller, men jeg har ikke testet dem.

Forresten støtter nye versjoner av OS X innfødt sending og mottak av SMS-meldinger i Meldinger-appen, som håndteres via iPhone selv. Det er en bedre løsning for moderne Mac-maskiner som kjører ny programvare med en iPhone-handy.

Når du blir litt geekier, kan du også sende SMS og IM via iChat via kommandolinjen med dette enkle bash-skriptet, selv om du må ha en AIM-konto konfigurert til å gjøre det (finner du i kommentarene på MacOSXHints, kreditt til brukeren "under" ):
#!/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.