Displaying 3 results from an estimated 3 matches for "achannel".
Did you mean:
  channel
  
2007 May 14
1
Blind Transfer - Who transferred the call?
Hi all,
Is there a way to tell which extension transferred a call in a blind 
transfer?
Sorry if it's a basic question, but I haven't seen an answer. 
${CALLERID(num)} still holds the outside party caller id (which it 
should), but I'd like to the extension number of the extension that 
transferred the call.
Any suggestions?
Thank you,
-- 
Warm Regards,
Lee
2012 Dec 05
0
AQ-R 0.2 // realtime messaging.
...pliant messaging server, such as the ActiveQuant 
Master Server. There are various STOMP protocol compliant servers [1].
You can build arbitrarily complex messaging infrastructures, where 
messages flow between R instances or other-language messaging components.
The key functions are:
aqSubscribe(aChannel) - subscribe to messages in a channel
aqWaitForData() - a blocking call that waits for data to arrive
aqPoll() - fetches all messages from the internal buffer (not the STOMP 
server)
aqSend(channel, text) - send a message to a channel
This extension does buffer incoming data between consecutive aq...
2012 Dec 05
0
AQ-R 0.2 // realtime messaging.
...pliant messaging server, such as the ActiveQuant 
Master Server. There are various STOMP protocol compliant servers [1].
You can build arbitrarily complex messaging infrastructures, where 
messages flow between R instances or other-language messaging components.
The key functions are:
aqSubscribe(aChannel) - subscribe to messages in a channel
aqWaitForData() - a blocking call that waits for data to arrive
aqPoll() - fetches all messages from the internal buffer (not the STOMP 
server)
aqSend(channel, text) - send a message to a channel
This extension does buffer incoming data between consecutive aq...