Created
July 22, 2008 22:23
-
-
Save eric/1332 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To test this out, call: | |
# (206) 357-6220 x33684 or | |
# sip:[email protected] 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