Plays back a local NBS stream.
NBScat()
Uses nbscat8k to retrieve a local NBS (Network
Broadcast Sound) stream. (Take a look at the nbs
module in Digium's Asterisk CVS for more information.) The caller can exit
by pressing any key.
Returns only -1 when the channel is hung up.
exten => 123,1,Answer() exten => 123,n,NBScat()
|
|
|
Internal help for this application in Asterisk 1.4: -= Info about application 'NBScat' =- [Synopsis] Play an NBS local stream [Description] NBScat: Executes nbscat to listen to the local NBS stream. User can exit by pressing any key . diff output to internal help in Asterisk 1.2: - none - |