Hi,

Can someone please post a sample config (oss.conf, extensions.conf, etc.) of
what is necessary to use the soundcard in the Asterisk server to do overhead
paging?

Thank you.

Travis
Microserv

; -- 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
;
exten => 111,1,Dial(CONSOLE/dsp)
exten => 111,2,Hangup



You will need to have the chan_oss module correctly loaded to use the console as a pager. See "show modules" to verify that it's been installed correctly.

JT

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to