documented the connect_session

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1615 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 17 years ago
parent a364ee1d3b
commit 72104eb470

@ -198,9 +198,14 @@ imports:
(modules can override core conditions/actions)
=============================
special variables:
reply_request "0" ->do not reply to the request as standard behaviour
connect_session "0" ->do not connect session to media processor on start
connect_session "0" -> after the start event (initial transition):
do not connect session to
media processor on start
-> after the invite event:
do not reply with 200 OK and do not
connect session to media processor on start
=============================
errors:
actions set $errno

@ -1,5 +1,7 @@
* mod_dlg saves the initial INVITE to DSMSession::last_req
* set connect_session to 0 with set(connect_session=0)
if you want to reply with other than the standard 200 OK
to initial INVITE received.
dlg.reply(code,reason);
reply to the request in DSMSession::last_req

Loading…
Cancel
Save