Documents

User documentation

Create a gateway to carlos
First we create the outbound gateway to carlos. In conf/sip_profiles/external/carlos.xml <include> <gateway name="carlos"> <param name="username" value="username"/> <param name="password" value="password"/> <param n...
02/08/2009 04:02 PM

Technical documentation

IRB FreeSwitcher Database Access
A few database access hints, command line style. For this to work, the user must have read (i strongly recommend read-only) access to the file designated in the sqlite:// connection string. <pre> irb(main):003:0> exit Loading interactive s...
02/14/2009 04:26 PM

IRB Usage of freeswitcher
This assumes you run irb with irb -r lib/fsr, if not require "lib/fsr" before running these, and obviously change the endpoints (:target argument) It should place a call to the :target and once connected invoke the Conference specified. <pre...
02/14/2009 03:17 PM

irb usage for "sofia" command (FSR::CMD::Sofia)
*api sofia status profile* irb(main):001:0> require 'lib/fsr' => true irb(main):002:0> FSR.load_all_commands => [:sofia, :originate] irb(main):003:0> sock = FSR::CommandSocket.new => #<FSR::CommandSocket:0xb7806120 @auth="ClueCon", @server...
02/15/2009 04:11 PM