Jev Björsell

Results 68 issues of Jev Björsell

When killing sessions, send a timeout notification, so that the sip controller will be notified, and cleanly tear down the SIP session.

WIP started here: 61ffb153a14885b27b5bff645d400182b072f553 needs to be finished.

enhancement

When asking the ledger to sign operations with params, we get the message "Unrecognized Operation" which is not reassuring to the user. I understand screen real estate on the Ledger...

The --hrtb_ival and --hrtb_retr_ival command line arguments can now set the heartbeat intervals used by the rtpproxy client in b2bua. Print a friendly message and sys.exit() when log file can't...

radiusclient-ng has been merged into the [freeradius](http://freeradius.org/) project. Gut the dependency on the former in favor of the latter.

enhancement

Signal.py and Timeout.py have a `__main__` block that calls some self test code. Extract test code, and port it into unittests'

enhancement

rtp_cluster and socket_server will be split out to their own independent repositories.

@rmehta Please merge.

frappe-client doesn't have methods to fetch attachments for a given document. The meta data is available using get_doc as shown below. ``` python return wn.get_doc( 'File Data', filters=[ ['File Data',...

Having to make one call per object is slow. ``` python # Save multiple objects frappe.insert([doc1, doc2]) # update multiple objects frappe.update([doc1, doc2]) ```