Skip to content

Instantly share code, notes, and snippets.

@eric
Created July 22, 2008 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eric/1332 to your computer and use it in GitHub Desktop.
Save eric/1332 to your computer and use it in GitHub Desktop.
# To test this out, call:
# (206) 357-6220 x33684 or
# sip:2063576220@vox4.cloudvox.com x33684
default {
if calleridname != 'Not available'
name = calleridname
end
text = "Hello #{name}, I think you're calling from #{callerid}"
execute 'swift', "%p" % text
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment