bayonne-devel
[Top][All Lists]
Advanced

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

[Bayonne-devel] Dialing and UNHANDLED EVENT


From: Dmitry Agafonov
Subject: [Bayonne-devel] Dialing and UNHANDLED EVENT
Date: Fri, 09 Feb 2007 18:04:49 +0300
User-agent: Thunderbird 2.0b2 (X11/20070116)

Hello!

I'm trying to make outbound calls using following code.

All works just fine but I got

bayonne: UNHANDLED EVENT: 2161

in /var/log/messages right after "dial" command execution.

Bayonne 1.2.11 + small patches on RH-9, globalcall driver,
Dialogic D300-SC board with ISDN PRI network connection.

Where can I found event description and it's possible impact?

---------------------------code---------
dial %TO maxTime=30
goto ::playgreating

^timeout
   slog {Timeout}
   exit

^error
   slog {Error: } %session.error
   exit

^busy
   slog {Busy}
   exit

^hangup
   slog {Hangup}
   exit
---------------------------code---------

--
Dmitry





reply via email to

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