[SIP SIMPLE client] file transfer

Klaus Darilion klaus.mailinglists at pernau.at
Fri Apr 10 13:35:37 CEST 2009


Hi!

I want to test a file transfer.

sip_send_file seems to work, but is there a tool to receive the file? I 
found sip_session which maybe can handle this, but I suspect it is not 
ported to the new API yet:

Traceback (most recent call last):
   File "/usr/bin/sip_session", line 975, in <module>
     main()
   File "/usr/bin/sip_session", line 966, in main
     start(options, console)
   File "/usr/lib/python2.5/contextlib.py", line 33, in __exit__
     self.gen.throw(type, value, traceback)
   File 
"/var/lib/python-support/python2.5/sipsimple/clients/console.py", line 
431, in setup_console
     yield console
   File "/usr/bin/sip_session", line 966, in main
     start(options, console)
   File "/usr/bin/sip_session", line 740, in start
     manager = ChatManager(engine, account, console, options.logger)
   File "/usr/bin/sip_session", line 233, in __init__
     self.procs = proc.RunningProcSet()
AttributeError: 'module' object has no attribute 'RunningProcSet'


regards
klaus




More information about the SIPBeyondVoIP mailing list