Exemplo n.º 1
0
    def test_is_caller_false(self):
        cel_events = [
            _new_cel(eventtype='CHAN_START', uniqueid=u'2', linkedid=u'1'),
            _new_cel(eventtype='HANGUP'),
            _new_cel(eventtype='CHAN_END')
        ]

        cel_channel = CELChannel(cel_events)

        self.assertFalse(cel_channel.is_caller())