From: Peter G. <jpg...@gm...> - 2008-09-23 14:17:27
|
On Tue, Sep 23, 2008 at 9:35 AM, Daniele Barzotti <dan...@eu...> wrote: > Hi, > > I'm developing a radio dispatcher composed by a server and one or more > client connected to it. > Between them the audio is transmitted in VoIP. Now I would to implement > the IAX protocol but I have some doubts: > > 1. the IAX is not yet a standard, you think it became a standard soon or > later? There is an IETF draft RFC for the IAX2 protocol: http://www.ietf.org/internet-drafts/draft-guy-iax-04.txt Note that when we talk about "IAX" protocol we almost always mean "IAX2" protocol. The original IAX protocol was short lived and I do not believe there to be any implementations in the wild. > 2. for the "client side" I can use iaxclient library, but for the server > side? There is something similar to implement a "VoIP server"? Asterisk is the de facto IAX2 server. After all IAX is Inter-Asterisk Exchange protocol. http://www.asterisk.org/ I think most iaxclient users are probably using asterisk on the server side. Asterisk has a module called "chan_iax2" that implements the IAX2 protocol. > Thanks in advance. No problem. Best luck to you. Pete |