Snip
|
What methods does the API provide?
|
---|
Categories |
|
---|
For Snip |
loading snip actions ... |
---|---|
For Page |
loading url actions ... |
HTML |
<h2>What methods does the API provide?</h2> <ul><li>The first, and simplest of them is "Originate". This method takes two parameters: the number to dial, and the filename of the soundfile to play when the called party answers. </li></ul> <ul><li>The second method, "Bridge", takes two phone numbers and calls both of them, resulting in a complete and private connection between 2 parties. </li></ul> <ul><li>The third is "Conference", which takes a variable number of phone numbers (as a csv list, or an array) as the first argument. Upon invocation it will call all the parties at the same time, and connect them to the conference room indicated by the second argument. The "Conference" method is also designed to allow asynchronous joining of parties to the conference, thus allowing you to develop a 'link in' system, whereby you email several people with a special link, that upon clicking, will call their phone, and connect them to the phone conference.</li></ul> |
---|