New pages
From SoftIVR
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)- 01:37, 28 March 2010 HP Conferencing (hist) [7,020 bytes] Dave (Talk | contribs) (New page: == High performance conferencing == Large audio conferences (100+ users) will usually consist of a few speakers and a large number of listeners. If the listeners will never have a chance...)
- 15:57, 29 June 2009 Web callback (hist) [249 bytes] Dave (Talk | contribs) (New page: == Web callback == The idea's quite simple - to initiate a callback service from outside SoftIVR. The way that the callback works is that the caller's phone is rung; when they answer, th...)
- 14:17, 29 April 2009 Find me 3 (hist) [2,077 bytes] Dave (Talk | contribs) (New page: Having got the basic call flow working, we'll now turn find me in to a proper application. The first step is to move the hard-wired numbering from the code to a database table. In SoftIV...)
- 00:52, 29 April 2009 TrimSilence (hist) [438 bytes] Dave (Talk | contribs) (New page: == trimSilence == trimSilence(filename) trims silence from the beginning and end of a recorded file. '''Parameters''' * filename - the file to trim '''Return values''' trimSilence() re...)
- 23:50, 27 April 2009 Find me 2 (hist) [3,188 bytes] Dave (Talk | contribs) (New page: == Find Me (part 2) == The first find me system works, but it lacks in a couple of areas: * the first outbound leg which is answered gets the call * all of the other legs will then ca...)
- 00:39, 26 April 2009 Bridge (hist) [301 bytes] Dave (Talk | contribs) (New page: == bridge == bridge(uuid) bridges this call to the one with the specified UUID. '''Parameters''' * uuid - the UUID of the leg to bridge to. '''Return values''' The bridge() function al...)
- 00:37, 26 April 2009 SendMsg (hist) [374 bytes] Dave (Talk | contribs) (New page: == sendMsg == getMsg(destination, message) sends a message to the destination channel. '''Parameters''' * destination - the UUID of the channel to send the message to * message - the mes...)
- 00:35, 26 April 2009 GetMsg (hist) [386 bytes] Dave (Talk | contribs) (New page: == getMsg == getMsg(timeout) gets the first waiting message sent to this channel. '''Parameters''' * timeout - the length of time to wait for a message to arrive '''Return values''' Th...)
- 17:25, 25 April 2009 Find me (hist) [3,063 bytes] Dave (Talk | contribs) (New page: == Find me == This "find me" application shows how to launch multiple outbound calls from an inbound call, how the different call legs can communicate with each other, and how to connect ...)
- 07:31, 27 January 2009 PlayDTMF (hist) [609 bytes] Dave (Talk | contribs) (New page: == playDTMF == playDTMF(string[, options]) plays a DTMF string. '''Parameters''' * string - the DTMF string to send * options - an optional string containing options The allowable optio...)
- 18:12, 17 January 2009 Parking (hist) [899 bytes] Dave (Talk | contribs) (New page: ==Parking== Finding out how many parking spaces there are at 4th and Washington in Ann Arbor requires the extraction of information from an HTML page. We use Javascript's regex functions...)
- 12:32, 12 January 2009 FreeSWITCH MRCP in Perl (hist) [7,313 bytes] Dave (Talk | contribs) (New page: ==FreeSWITCH MRCP in Perl== With FreeSWITCH not having any supported ASR at the time of writing (with the exception of PocketSphinx), we needed something to allow us to connect it to an M...)
- 07:51, 7 January 2009 Bugs (hist) [42 bytes] Dave (Talk | contribs) (New page: * Gateway edit doesn't preserve route info)