> -----Original Message-----
> From: Stefan Sayer [mailto:[email protected]]
> Sent: Monday, July 05, 2010 4:14 PM
> To: Антон Загорский
> Cc: [email protected]
> Subject: Re: [Sems] RTP established just in one way
>
> Hi,
>
> Антон Загорский wrote:
> >>> 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
> some exception occured. which SEMS version are you using? do you see
> the disconnectMedia function in IvrDialogBase.cpp,
SEMS : 1.2.1
In IvrDialogBase.cpp there are:
static PyMethodDef IvrDialogBase_methods[] = {
...
{"disconnectMedia", (PyCFunction)IvrDialogBase_remove_mediaprocessor,
METH_NOARGS,
"disable the processing of audio and RTP"
},
// DTMF
...
};
> or when you put help in the python script?
Sorry, I don't understand what python script did you mean.
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems