[Freeswitch-users] simple fs commands taking inputs from a webpage

2008-04-29 Thread Cavalera Claudio Luigi
Hello, I'm trying to realize a demo for this use case: 1) a user inserts two sip users (e.g. 1001 and 1002) into a web page 2) fs calls the users (already registered to fs) and bridge them I've succeeded to achieve 2) by a mix of commands such as: originate sofia/default/1001%131.132.133.134

Re: [Freeswitch-users] simple fs commands taking inputs from a webpage

2008-04-29 Thread Anthony Minessale
The correct answer is take your pick Every mechanism you described is a thin layer on top of the same core code so they all work the same way. The FSAPI interface is designed to be connected to any lightweight control protocol. With all the time you saved not having to wrestle with a solution to

Re: [Freeswitch-users] simple fs commands taking inputs from a webpage

2008-04-29 Thread EdPimentl
This is really the basis of CallBack Here is what one can do with CallBack · You tell the service what telephone number you are calling from. · You tell the service what telephone number you want to call. · The service dials both (you first) and connect the two. Remember, since you are being