Esempio n. 1
0
 def send_pdu(self, pdu):
     self.pdu_queue.put({
         'direction': 'outbound',
         'pdu': pdu.get_obj(),
     })
     return SmscServer.send_pdu(self, pdu)
Esempio n. 2
0
 def send_pdu(self, pdu):
     self.pdu_queue.put({
             'direction': 'outbound',
             'pdu': pdu.get_obj(),
             })
     return SmscServer.send_pdu(self, pdu)