Hello Juha,

default onInvite method should be called, as it replies with 200 OK, which triggers starting the session etc. That method is only called when you return True in the onInvite method:

o Juha Heinanen on 10/20/2011 08:48 AM:
     def onInvite(self, hdrs):
         info("At announcement onInvite")
           return True

This is so that onInvite could send a reply and stop the call with self.stopSession(), and then return False, such that the default onInvite handler is not called.

BR
Stefan

--
tel:+491621366449
sip:[email protected]
mailto/xmpp:[email protected]
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to