This file contains hidden or 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
#!/usr/bin/env ruby | |
# | |
# 2012-03-2012 -- jesus.perez _at_ quobis _dot_ com | |
# | |
# Apache Ruby script to interop between FreeSWITCH and Kamailio. | |
# It uses Siremis database schema: | |
# | |
# mysql> use openser; | |
# Database changed | |
# mysql> desc subscriber; |
NewerOlder