mainbayonne - Support: sr #102717, answer detection

 
 

sr #102717: answer detection

Submitter:  olivier <lebot974>
Submitted:  Wed 07 Jan 2004 03:01:53 AM UTC
   
 
Category:  None Priority:  7 - High
Severity:  6 - Security Status:  In Progress
Privacy:  Public Assigned to:  dyfet
Open/Closed:  Open Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 27 Sep 2005 11:56:42 PM UTC, comment #1: 

I have not had a chance to look at this in awhile.  Do you not get the noanswer (or timeout) condition?

David Sugar <dyfet>
Group administrator
Wed 07 Jan 2004 03:01:53 AM UTC, original submission:  

Hi!

I want to make a script like this :

 set %phone 00000000
 slog.info "calling"
 goto ::calling

::calling
 dial  timeout=50 %phone
 slog.info "waiting"
 sleep 1
 play something.au
 hangup
 exit

 ^answer
  slog.info "answer"
  hangup

 ^busy
   slog.info "busy"
   set %phone 1111111
   goto ::calling

 ^noanswer
   slog.info "noanswer"
   set %phone 1111111
   goto ::calling

 ^timeout
   slog.info "timeout"
   set %phone 1111111
   goto ::calling

 ^hangup
   slog.info "hangup"
   exit

But it doesn't work, i use the last version of bayonne, ccscript... and
RedHat 8, and
a dialogic card!

My problem is that i must detect if the dial fail, to call an another
people, is
there someone who can help me???

olivier <lebot974>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-09-27 dyfet Priority5 - Normal 7 - High
    StatusNone In Progress
    Assigned toNone dyfet
2004-01-07 lebot974 Carbon-Copy- Added dyfet

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code