|
|
|
|
@ -144,23 +144,6 @@ Playing prompts and file I/O
|
|
|
|
|
set playlist as input and output
|
|
|
|
|
addSeparator(id [, bool front])
|
|
|
|
|
fires event when playlist hits it ; front=[true|false]
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
connectMedia()
|
|
|
|
|
set playlist as input and output of session, and connect to mediaprocessor
|
|
|
|
|
disconnectMedia()
|
|
|
|
|
disconnect from mediaprocessor
|
|
|
|
|
pauseReceiving()
|
|
|
|
|
stop RTP receiving (drop all received packets, also no RTP timeout check)
|
|
|
|
|
resumeReceiving()
|
|
|
|
|
restart RTP receiving
|
|
|
|
|
monitorRTPTimeout(enabled=false)
|
|
|
|
|
set call to monitor RTP timeout (enabled="true" or "false")
|
|
|
|
|
|
|
|
|
|
mute()
|
|
|
|
|
set RTP stream to muted (don't send and receive RTP packets)
|
|
|
|
|
unmute()
|
|
|
|
|
set RTP stream to unmuted (send and receive RTP packets)
|
|
|
|
|
=======
|
|
|
|
|
connectMedia() - set playlist as input and output of session,
|
|
|
|
|
and start processing of RTP and audio
|
|
|
|
|
(connect to mediaprocessor)
|
|
|
|
|
@ -169,6 +152,9 @@ Playing prompts and file I/O
|
|
|
|
|
enableReceiving() - enable processing of received RTP
|
|
|
|
|
disableReceiving() - disable processing of received RTP
|
|
|
|
|
|
|
|
|
|
monitorRTPTimeout(enabled=false)
|
|
|
|
|
set call to monitor RTP timeout (enabled="true" or "false")
|
|
|
|
|
|
|
|
|
|
enableForceDTMFReceiving() - enable/disable RTP DTMF packets processing even
|
|
|
|
|
disableForceDTMFReceiving() if received RTP is not processed, e.g. after
|
|
|
|
|
disableReceiving() or in passive mode
|
|
|
|
|
@ -176,7 +162,6 @@ Playing prompts and file I/O
|
|
|
|
|
|
|
|
|
|
mute() - set RTP stream to muted (don't send RTP packets)
|
|
|
|
|
unmute() - set RTP stream to unmuted (do send RTP packets)
|
|
|
|
|
>>>>>>> 959f880... support for receiving RTP DTMF while not processing RTP
|
|
|
|
|
|
|
|
|
|
DTMF
|
|
|
|
|
----
|
|
|
|
|
|