bayonne-devel
[Top][All Lists]
Advanced

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

RE: [Bayonne-devel] How to place outgoing calls on DTI300SC withruntime


From: Julien Chavanton
Subject: RE: [Bayonne-devel] How to place outgoing calls on DTI300SC withruntime driver ?
Date: Tue, 20 Dec 2005 09:58:58 -0500

I guess you are on ISDN?

With ISDN there is only a few status. 
ALERTING, CONNECTED, DISCONNECTED
I think Call Progress analysis is partially broken in the drivers, but with 
ISDN these is almost useless and require the voice resource.

This is what I use:

# # # # # # # # #
set %connected 0

dial maxTime=60 %calledid origin=%callerid
set %connected 1

sleep 1800 # Or anything else

^hangup
 slog.crit "connected:" %connected
 exit
# # # # # # # # #



-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Tristan
Sent: December 20, 2005 5:15 AM
To: address@hidden
Cc: address@hidden
Subject: [Bayonne-devel] How to place outgoing calls on DTI300SC withruntime 
driver ?

Hi,

I need to make outgoing calls with my dti300sc with the following script:
-------------------------------------------
slog.crit "Starting DialTest"
dial 6 "04 93 97 71 76"
speak &spell 1
exit
^busy
    slog.crit "Busy !!!"
    hangup
^answer
@dial:answer
    slog.crit "Answer !!"
    hangup
^ring
    slog.crit "Ring !!"
^timeout
    slog.crit "timeout"
# @dial:reorder # dialing reorder tone heard
#    slog.crit "reorder"
# @dial:nodialtone # no dialtone in dial command
#    slog.crit "no dialtone"
# @dial:noringback # no ringback heard
#    slog.crit "no ringback"
# @dial:noanswer # nobody answered call
#    slog.crit "no answer"
# @dial:busy # caller was busy
#    slog.crit "busy"
# @dial:answer # answer detection confirmed
#    slog.crit "answer"
hangup
exit
-------------------------------------------------

Everytime I start the script I get the timeout event, i hear the phone 
ringing but only a few seconds before the script exits and no way to get 
it work  :/

I absolutly needs  the runtime dialogic driver because I work with both 
digitals and analog cards.

Is there a way to get it working or at least why the timeout event is 
raised ?

Best regards,

Tristan Mahé


_______________________________________________
Bayonne-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bayonne-devel




reply via email to

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