R
Ricardo Vazquez
THIS IS MY SCENARIO:
- PBX (a private telephone exchange or switch)
- A Telephony server running on computer "A" (it communicates with the PBX
via IP)
- An ASP.NET application (running on computer "A") for web clients of that
telephony server (running on computer "B", "C", etc.)
THIS IS ALREADY WORKING:
On the client web browser we enter the originating and the destination
extension numbers, we click on button "makecall" and the destination
extension rings, called by the originating one.
THIS IS NOT WORKING YET: THIS IS WHAT I ASK:
If I hook off my telephone, the PBX says to the Telephony server "extension
52 is off hook"; then the Telephony server says to ASP.NET "extension 52 is
off hook". BUT How can I get the ASPNET on the server side notify its web
client this event?
I mean: I need the web page modified, maybe a label, to change from
"disconnected" to "off hook", but it is not a request from the client: there
is no postback. The change is on the server's initivative.
Polling (refresh="2", for instance) is not a good answer, because you need a
more accurate information.
IN OTHER WORDS:
I need not only methods to be invoked from the web client (v.gr. makeCall);
but also events to be received in the web client (v.gr. inboundCall).
Is there any way to do this, or work around it?
Could you please give me some urls to investigate, or some simple code to
get this?
Thank you very much!
Ricardo Vázquez.
Spain.
- PBX (a private telephone exchange or switch)
- A Telephony server running on computer "A" (it communicates with the PBX
via IP)
- An ASP.NET application (running on computer "A") for web clients of that
telephony server (running on computer "B", "C", etc.)
THIS IS ALREADY WORKING:
On the client web browser we enter the originating and the destination
extension numbers, we click on button "makecall" and the destination
extension rings, called by the originating one.
THIS IS NOT WORKING YET: THIS IS WHAT I ASK:
If I hook off my telephone, the PBX says to the Telephony server "extension
52 is off hook"; then the Telephony server says to ASP.NET "extension 52 is
off hook". BUT How can I get the ASPNET on the server side notify its web
client this event?
I mean: I need the web page modified, maybe a label, to change from
"disconnected" to "off hook", but it is not a request from the client: there
is no postback. The change is on the server's initivative.
Polling (refresh="2", for instance) is not a good answer, because you need a
more accurate information.
IN OTHER WORDS:
I need not only methods to be invoked from the web client (v.gr. makeCall);
but also events to be received in the web client (v.gr. inboundCall).
Is there any way to do this, or work around it?
Could you please give me some urls to investigate, or some simple code to
get this?
Thank you very much!
Ricardo Vázquez.
Spain.