Module: sems Branch: master Commit: 39ffb37deb39563bde24be739d84ec2892acc471 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=39ffb37deb39563bde24be739d84ec2892acc471
Author: Juha Heinanen <[email protected]> Committer: Juha Heinanen <[email protected]> Date: Fri Oct 21 16:50:19 2011 +0300 apps/twit: onSessionStart takes only one argument in master --- apps/twit/twit.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/twit/twit.py b/apps/twit/twit.py index 6a98d7f..057145b 100644 --- a/apps/twit/twit.py +++ b/apps/twit/twit.py @@ -16,7 +16,7 @@ twit_posting_msg = config['twit_posting_msg'] class IvrDialog(IvrDialogBase) : - def onSessionStart( self, hdrs ) : + def onSessionStart( self ) : self.t_msg = 'mirps! mirps! from iptel: ' account_found = False if self.dialog.user.find(';')>=0: _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
