Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Activity Result via Telnet (Read 782 times)
DtcID
YaBB Newbies
*
Offline


Phoner is great!

Posts: 4
Joined: 21. Jun 2024
Activity Result via Telnet
21. Jun 2024 at 08:49
Print Post  
Hi,
I am very interested in Phonerlite feature to send cmd "call & playwave file" via telnet, is there any result/feedback after a cmd being sent ?
Wandering if the cmd "call" succeed/connected or no answered/busy.

Thank you & Regards,
Eri
  
Back to top
 
IP Logged
 
Phoner Admin
YaBB Administrator
*****
Offline



Posts: 11578
Location: Germany
Joined: 12. Oct 2003
Gender: Male
Re: Activity Result via Telnet
Reply #1 - 21. Jun 2024 at 08:52
Print Post  
Take look here at the example: https://lite.phoner.de/cli_en.htm
  
Back to top
WWW  
IP Logged
 
DtcID
YaBB Newbies
*
Offline


Phoner is great!

Posts: 4
Joined: 21. Jun 2024
Re: Activity Result via Telnet
Reply #2 - 21. Jun 2024 at 09:55
Print Post  
Thank you for your fast response  Smiley
  
Back to top
 
IP Logged
 
DtcID
YaBB Newbies
*
Offline


Phoner is great!

Posts: 4
Joined: 21. Jun 2024
Re: Activity Result via Telnet
Reply #3 - 21. Jun 2024 at 10:52
Print Post  
Hi,
If I want to detect a call is answered or not answered or busy , which combination of 'wait condition' I should use ?

Regards,
Eri
  
Back to top
 
IP Logged
 
Phoner Admin
YaBB Administrator
*****
Offline



Posts: 11578
Location: Germany
Joined: 12. Oct 2003
Gender: Male
Re: Activity Result via Telnet
Reply #4 - 23. Jun 2024 at 10:57
Print Post  
Did you take a look at the sample? Look at this snippet:
Code
Select All
Print Waiting for call is beeing answered within 30 seconds
Wait 30,!HasCall,StateIsActive
if !StateIsActive
  Print Call not answered within 30 seconds
  HookOn
  Stop
EndIf 


The Wait condition checks if either 30 seconds elapsed or the call was terminated/rejected or the call is answered. If one of this condition is true the wait is not blocking anymore. Next If statement checks the negative case.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint