croczilla.com 
 home   zap   oni   svg   xtf   jssh   blog   personal   
  home > zap > lists > zap-devel > Archive > 2006 > 2006-10 > zap integration with application / Madhuri Patwardhan <madhuri_patwardhan@yahoo.com>

zap-devel mailing list

To subscribe, send a mail with subject 'subscribe' to zap-devel(at)croczilla.com. Likewise, to unsubscribe, send a mail with subject 'unsubscribe' to zap-devel(at)croczilla.com.

[ << ] [ >> ]

[ [PATCH] A small bug fix for the capabilities ... ] [ Proxy ?? / Dario Ornelas <krat(at)korpro.org>... ]

zap integration with application
Madhuri Patwardhan <madhuri_patwardhan(at)yahoo.com>
2006-10-13 18:52:28 [ FULL ]
Hi,

I have been looking for a voip / sip client which we
could integrate with our application / website. After
looking at several, zap appears to be the best. I
particularly liked its positioning as a Universal SIP
client. 

I was wondering if the following is possible.

1] Is it possible to provide the SIP address / DTMF
digits for authentication etc. through a command line
or in a configuration file when I invoke ZAP? So that,
when it is invoked it automatically dials / connects
without further user intervention.

2] Would it be possible to invoke zap from a webpage?
That is, if a user clicks a button on a page, it
launches zap.

(If there are any pointers to documents/information
which would help me understand how this could be done,
I would appreciate it.) 

Thanks,

Madhuri

[...]

Re: [zap-devel] zap integration with application
Alex Fritze <alex(at)croczilla.com>
2006-10-15 19:55:50 [ FULL ]
Hi Madhuri,

Madhuri Patwardhan wrote:[...]

The zap cvs code (but not yet the pre-build binaries) contain a 
commandline handler (mozilla/zap/client/components/cmdlinehandler.js), 
that handles invocation of zap with a "-dial <url>" argument. The effect 
of calling zap with this argument is the same as if the <url> had been 
entered into the url field and the 'Go' button pressed.
Unfortunately this feature currently only works if zap is already 
running. We'll need some refactoring of the zap client code into an 
'engine' and a 'ui' part to make it truly useful.
Note also that this feature is not yet included in the pre-built binaries.
[...]

Yes, this would require zap to be registered as a handler for the 
sip/sips url schemes with the os or browser.

Cheers,
Alex

Re: [zap-devel] zap integration with application
Madhuri Patwardhan <madhuri_patwardhan(at)yahoo.com>
2006-10-16 04:11:56 [ FULL ]
Hi Alex,

Thanks a lot for the information and the pointer to
the code.

Madhuri

--- Alex Fritze <alex(at)croczilla.com> wrote:
[...]

[...]

MailBoxer