Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Mehrfache Anrufe (Read 2776 times)
norcis
YaBB Newbies
*
Offline


Phoner ist großartig!

Posts: 11
Joined: 30. Aug 2007
Mehrfache Anrufe
31. Aug 2007 at 10:05
Print Post  
Hallo,

Kannst du mir erklären, wie man solches Verhalten erzielt:

Anbietendes #Call 1
myPhoner.AnswerCall (1);
#Call 1 schloß an
Anbietendes #Call 2
myPhoner.AnswerCall (2);
#Call 1 Holding
#Call 2 schloß an
Anbietendes #Call 3
myPhoner.AnswerCall (3);
#Call 1 Holding
#Call 2 Holding
#Call 3 schloß an
myPhoner.AnswerCall (1);
#Call 1 schloß an
#Call 2 Holding
#Call 3 Holding
etc.

Ist es möglich?


----------
Autotranslated from:

Hello,

Can you tell me how to achieve such behavior:

#Call 1 Offering
myPhoner.AnswerCall(1);
#Call 1 Connected
#Call 2 Offering
myPhoner.AnswerCall(2);
#Call 1 Holding
#Call 2 Connected
#Call 3 Offering
myPhoner.AnswerCall(3);
#Call 1 Holding
#Call 2 Holding
#Call 3 Connected
myPhoner.AnswerCall(1);
#Call 1 Connected
#Call 2 Holding
#Call 3 Holding
etc.

Is it possible?
  
Back to top
 
IP Logged
 
Phoner Admin
YaBB Administrator
*****
Offline



Posts: 11421
Location: Germany
Joined: 12. Oct 2003
Gender: Male
Re: Mehrfache Anrufe
Reply #1 - 31. Aug 2007 at 22:11
Print Post  
You can set incoming calls on HOLD to answer further calls. What is strange in this?
  
Back to top
WWW  
IP Logged
 
norcis
YaBB Newbies
*
Offline


Phoner ist großartig!

Posts: 11
Joined: 30. Aug 2007
Re: Mehrfache Anrufe
Reply #2 - 01. Sep 2007 at 08:49
Print Post  
How to set on hold throught COM?
  
Back to top
 
IP Logged
 
Phoner Admin
YaBB Administrator
*****
Offline



Posts: 11421
Location: Germany
Joined: 12. Oct 2003
Gender: Male
Re: Mehrfache Anrufe
Reply #3 - 07. Sep 2007 at 07:03
Print Post  
Existing calls are set on Hold automatically when a new call is accepted.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint