Stefan Sayer writes: > onSessionStart is called when the session starts, which in master can > also happen e.g. when the ACK is received. > > you can get the headers in onInvite > def onInvite(self, hdrs): > ... > def onSessionStart(self): > ... > > if you spot any occurences in the documentation, fixes are welcome.
ok, in most of my scripts i have not used onInvite at all, but just onSessionStart. looks like in master i now need to split onSessionStart functions to onInvite and onSessionStart functions and process headers in the first. i spotted this: twit/twit.py: def onSessionStart( self, hdrs ) : -- juha _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
