Changeset 4724 for pjproject/trunk/pjsip-apps/src/confbot/confbot.py
- Timestamp:
- Jan 31, 2014 8:52:09 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/confbot/confbot.py
r2912 r4724 198 198 199 199 def on_call_transfer_request(self, call, dst, code): 200 msg = "%(uri)s is transfer ing the call to %(dst)s" % \200 msg = "%(uri)s is transferring the call to %(dst)s" % \ 201 201 {'uri': self.uri, 'dst': dst} 202 202 self.bot.broadcast_pager(None, msg)
Note: See TracChangeset
for help on using the changeset viewer.