Home | History | Annotate | Download | only in modules

Lines Matching refs:play

28         raise OSError("Sox must be installed to play VoIP packets")
49 """Play VoIP packets with RAW data that
53 It will play only the incoming packets !
70 to play both the outcoming and incoming packets
78 def play(pkt):
88 sniff(store=0, prn=play, **kargs)
91 play(p)
103 Same than voip_play, but will play
110 to play only incoming packets.
116 def play(pkt):
131 sniff(store=0, prn=play, **kargs)
135 read and play VoIP RTP packets, without
142 def play(pkt, dsp=dsp):
147 sniff(store=0, prn=play, **kargs)
150 play(p)