login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

What methods does the API provide?
* The first, and simplest of them is "Originate". Th ...
* The second method, "Bridge", takes two phone numbe ...
* The third is "Conference", which takes a variable ...

Interconnect - AgiForge
http://agiforge.org/wiki/Interconnect

Categories

/Channels/techie/SOAP

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

What methods does the API provide?

  • 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.
  • The second method, "Bridge", takes two phone numbers and calls both of them, resulting in a complete and private connection between 2 parties.
  • 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.

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>