b/f: doc: fix merge conflicts in DSM/SBC doc

sayer/1.4-spce2.6
Stefan Sayer 14 years ago
parent 389dd5c772
commit 93df92a489

@ -24,12 +24,8 @@ Features
o SIP Session Timers
o call timer
o prepaid accounting
<<<<<<< HEAD
=======
o CDR generation
o call teardown from external control through RPC
>>>>>>> 3af5aa5... sbc: tear down calls through RPC (DI, e.g. XMLRPC)
SBC Profiles
------------

@ -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
----

Loading…
Cancel
Save