Skip to content

Instantly share code, notes, and snippets.

View josef-rybicka-zz's full-sized avatar
🏠
Working from home

Josef Rybička josef-rybicka-zz

🏠
Working from home
View GitHub Profile
@tomysmile
tomysmile / gammu-insert-sms.md
Created November 18, 2015 10:53
Gammu: Insert SMS

Injecting a message using SQL

   To send a message, you can either use gammu-smsd-inject, which does all
   the magic for you, or you can insert the message manually. The simplest
   example is short text message:
          INSERT INTO outbox (
              DestinationNumber,
              TextDecoded,
              CreatorID,