bayonne-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bayonne-devel] libexec.play issue and x-port's states.


From: Anton Dedov
Subject: [Bayonne-devel] libexec.play issue and x-port's states.
Date: Tue, 16 Nov 2004 14:22:08 +0700

Hello,

We have started commercial usage of an entertain IVR service at previous
week. System configuration:

Debian GNU/Linux 3.0
Bayonne 1.2.11
Dialogic D4/PCI (two cards)

Now I am encountering following trouble (which were not appearing at the
test stage): every two or three days systems stops to play any stuff via
libexec.play and "bayonne --status" shows ports with "x" state.

What is the "x" state (reject?)? Why it can appear?

Example of code, which uses libexec.play:

-dtmf call audit::log_content_access rubric=%rubric name=%name 
-dtmf set.size 256 %query \
  "select count(*) from bayonne.content, bayonne.content_types_view as ct ", \
  "where type=ct.id and rubric_name='", %rubric, "' and name='", %name, "'"
                                                                                
                                            
-dtmf sql query=%query
-dtmf set %cnt 0
-dtmf read table=#sql %cnt
                                                                                
                                            
set %order %cnt
repeat %cnt
  dec %order
  libexec.play 3s play-ordered.tgi rubric=%rubric name=%name order=%order
  label next_file
loop
return
                                                                                
                                            
^pound
  goto %local_menu
                                                                                
                                            
^star
  goto %main_menu
                                                                                
                                            
^0
  skip next_file


Anton Dedov




reply via email to

[Prev in Thread] Current Thread [Next in Thread]