Send SMS tekstbeskeder til mobiltelefoner fra AIM på iChat

Titlen siger alt, du kan sende og modtage sms-beskeder via AIM, Beskeder eller iChat ved at følge disse enkle instruktioner. Hvis du er så tilbøjelig, er der endda et simpelt bash script, der giver dig mulighed for at interface med iChat gennem kommandolinjen til sådanne formål. Dette er et godt tip, og evnen til at sende sms'er via AIM-protokollen har tilsyneladende været i et stykke tid, og det virker stadig i dag, så længe du har AIM setup.

Afsendelse af en SMS-besked fra AIM / iChat

  1. Hit Command-Shift-N for at hente et nyt chat-vindue
  2. Indtast i telefonnummeret, du ønsker tekstbesked i følgende format: +18005551212
  3. +1 er landekoden for USA, så hvis du vil prøve andre lande, skal du ændre det tilsvarende. +44 for Storbritannien, +49 for Tyskland mv
    • Bemærk: Jeg har kun testet dette i USA, så ingen garantier med andre lande
  4. Skriv din besked og klik på send
  5. Nu kan du tale med enhver mobiltelefon via IM og SMS

Som du kan se fra skærmbillederne, får du ofte en besked, der bekræfter, at chatbeskeden blev sendt til en mobiloperatør. Fordi det er AIM, der giver mulighed for dette, skal dette tip teknisk set fungere for Adium og andre AIM-støtteprotokoller, men jeg har ikke testet dem.

Forresten understøtter nye versioner af OS X modtagende sending og modtagelse af SMS-beskeder i Messages-appen, som håndteres via iPhone selv. Det er en bedre løsning for moderne Mac'er, der kører ny software med en iPhone praktisk.

Få en smule geekier, du kan også sende sms og chat via iChat via kommandolinjen med dette enkle bash script, selv om du skal have en AIM-konto konfigureret til at gøre det (findes i kommentarerne på MacOSXHints, kredit til deres bruger "nedenfor" ):
#!/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.