mobile_push: ignore incoming RTP

sayer/1.4-spce2.6
Stefan Sayer 14 years ago
parent c92689453d
commit cf0e0486dc

@ -69,6 +69,9 @@ transition "invite" START - invite / {
-- start RTP processing
connectMedia();
-- no need to process incoming RTP (also no RTP timeout needed)
pauseReceiving();
-- create subscription to reg event
set($r.domain=@domain);
set($r.user=@user);
@ -111,6 +114,8 @@ transition "invite" START - invite / {
state WAITING;
transition "RTP timeout - ignore" WAITING - rtpTimeout / set(#processed=true) -> WAITING;
transition "subscription failed" WAITING - subscription(#status=="failed") / {
log(1, "Subscription failed:");
logParams(1);

Loading…
Cancel
Save