From: Peter G. <jpg...@gm...> - 2008-06-10 15:52:40
|
On Tue, Jun 10, 2008 at 10:26 AM, <jav...@ya...> wrote: > Hi > > I'm using asterisk to receive SIP calls and have a small office with x-lite as voip softphone. > Everything is OK, I can make/receive calls but this is going to grow (more agents from different offices) and I'm looking for a different approach. > > My idea is to use a iax client (to avoid NAT problems), and I want to send additional info to the client to launch an speciffic url to attend the call. I'd like asterisk to send this url with the call, and the client to launch de url. > I have seen iax events for text and url. Does this function as I think? Do you know if it is possible to send additional info from asterisk and receive it in iaxclient to execute some action? I don't know how you think iax events function, but I think that text and URL messages are reasonable to use for doing what you are talking about. The draft iax2 protocol specification has more details about this: http://tools.ietf.org/html/draft-guy-iax-04 Iaxclient is just going to forward these events to the application -- iaxclient does not take any other action. Pete |