[Asterisk-Users] One Question:CLI dial cmd
Murali
slmurali at rediffmail.com
Tue Sep 14 23:26:29 MST 2004
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040915/65a2736a/attachment.htm
-------------- next part --------------
Hi friends,
I tried to dial 111 from CLI without any hard/soft phones.
I used the following config
when i called 111 from CLI by
CLI> dial 111
I got these errors
-- Executing Dial("OSS/dsp", "CONSOLE/dsp") in new stack
Sep 15 11:57:26 NOTICE[1217602880]: chan_oss.c:753 oss_request: Already have a call on the OSS channel
Sep 15 11:57:26 NOTICE[1217602880]: app_dial.c:696 dial_exec: Unable to create channel of type 'CONSOLE'
== Everyone is busy/congested at this time
-- Executing Hangup("OSS/dsp", "") in new stack
== Spawn extension (local, 111, 2) exited non-zero on 'OSS/dsp'
<< Hangup on console >>
; oss.conf?
;
; Open Sound System Console Driver Configuration File
;
[general]
;
; Automatically answer incoming calls on the console? Choose yes if
; for example you want to use this as an intercom.
;
autoanswer=yes
;
; Default context (is overridden with @context syntax)
;
context=local
;
; Default extension to call
;
extension=s
;
; Default language
;
;language=en
;
; Silence supression can be enabled when sound is over a certain threshold.
; The value for the threshold should probably be between 500 and 2000 or so,
; but your mileage may vary. Use the echo test to evaluate the best setting.
;silencesuppression = yes
;silencethreshold = 1000
; extensions.conf
;
[local]
exten => 111,1,Dial(CONSOLE/dsp)
exten => 111,2,Hangup
ANY ONE CAN HELP REGARD THIS ISSUE
THANKS IN ADVANCE
Regards
Murali
More information about the asterisk-users
mailing list