> > And after this i hear Bob 3000 in 2000, but don't hear 2000 in Bob 3000.
> > I've looked on x.x.x.60 traffic via Wireshark and noticed that after
> > when 2000 answered the call there is a RTP traffic FROM x.x.x.60(sems)
> > TO x.x.x.87( Bob 3000 ) - is this normal?

> you should also do this if you want to stop RTP from sems to Bob:
>          self.disconnectMedia()
>          self.mute()
> 

Thank you, but in a case 

def onEmptyQueue(self):
        info("empty")
        self.disconnectMedia()
        self.mute()
        self.connectCallee(...)
        return

SEMS does not call onEmptyQueue and in a log file it print
        Info: Ivr-Python: empty
        callPyEventHandler(Ivr.cpp:691): method onEmptyQueue is not
implemented, trying default one


In case without "self.disconnectMedia()" all is ok (I hear both phone).
Which case is right?

_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to