Hi!

I've been trying to join #openwengo but I get disconnected all the time :(, so I'll drop my questions here.

I've been reading the _javascript_ code you told me but still can't understand how to use the API to insert openwengo in a web page. What I need is to create an ActiveX including openwengo main functionalities (videoconference and IM) and with the possibility of exporting properties, such as call's state and events for calling and hanging up a call. For this pourpose I need an API, for creating an interface using a visual programming enviroment that I can insert in my html code.

Is possible to do that with the API? How? When can I find detailed information about the API?

Sorry if my questions are too basic, but I'm completely new in all that and sorry also if my english is not very good, but I hope I've made myself understood.

Thanks!!

Eva.

Julien Gilli escribió:
Hello,

On 3/8/06, Eva Huelmo Traissect <[EMAIL PROTECTED]> wrote:
- How are connections established and finished in openwengo? With
netmeeting you use the IP for this pourpose, how does it work with SIP?

Well, it depends on what you think about when talking about connections. If you mean connections to Wengo's platform, then there are several steps that need to be accomplished before you can actually place a call:
 * Authentify the user on the SSO server
 * Register on the SIP server

If you want to place calls through another SIP platform, the first step is likely to not be needed.

In order to place a call, all information you need from the other party is its SIP address, which is something like sip:[EMAIL PROTECTED] .

- When an error occurs, how does openwengo deal with it?

There are some callbacks that are called when the state of a connection has changed. These callbacks are passed some states, like phoneCallStateError for example. You need to implemented these callbacks and undertake the adequate action when one of this callback is called.

- Is there any manual where I can find all this information for getting
started? I'm reading through the Wengophone Overview and FAQ but I can't
really find the information I need.

 The documentation is far more complete for now, but i'd be glad to discuss how we could improve it with you on #openwengo. Basically, you could tell me what's missing in the documentation, and i would write it for you, or we could write it together.

Please, raise a hand on #openwengo when you have some time to discuss this.

Thanks a lot!!

You're welcome.

Regards,
--
Julien Gilli

_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to