diff --git a/apps/confpin/tools/clear_file b/apps/confpin/tools/clear_file index a3bf1069..5f853465 100644 --- a/apps/confpin/tools/clear_file +++ b/apps/confpin/tools/clear_file @@ -11,4 +11,4 @@ s = ServerProxy('http://localhost:8090') print "Active calls: %d" % s.calls() #p ={ 'name' : sys.argv[1], 'path' : sys.argv[2] } #print s.di('sbc','loadProfile',p) -print s.di('dsm', 'postDSMEvent', 'sw_audio', [['cmd', 'clearFile'],['audio_id', sys.argv[1]],['sound_set_id', sys.argv[2]]]) \ No newline at end of file +print s.di('dsm', 'postDSMEvent', 'sw_audio', [['cmd', 'clearFile'],['audio_id', sys.argv[1]],['sound_set_id', sys.argv[2]]]) diff --git a/apps/confpin/tools/fetch_file b/apps/confpin/tools/fetch_file index bb54ae68..6d59337d 100644 --- a/apps/confpin/tools/fetch_file +++ b/apps/confpin/tools/fetch_file @@ -11,4 +11,4 @@ s = ServerProxy('http://localhost:8090') print "Active calls: %d" % s.calls() #p ={ 'name' : sys.argv[1], 'path' : sys.argv[2] } #print s.di('sbc','loadProfile',p) -print s.di('dsm', 'postDSMEvent', 'sw_audio', [['cmd', 'fetchFile'],['audio_id', sys.argv[1]],['sound_set_id', sys.argv[2]]]) \ No newline at end of file +print s.di('dsm', 'postDSMEvent', 'sw_audio', [['cmd', 'fetchFile'],['audio_id', sys.argv[1]],['sound_set_id', sys.argv[2]]]) diff --git a/apps/monitoring/tools/sems-get-callproperties b/apps/monitoring/tools/sems-get-callproperties index 4080ed84..3ec49bd4 100755 --- a/apps/monitoring/tools/sems-get-callproperties +++ b/apps/monitoring/tools/sems-get-callproperties @@ -12,4 +12,4 @@ s = ServerProxy('http://localhost:8090') print "Active calls: %d" % s.calls() pp = pprint.PrettyPrinter(indent=4) res = s.di('monitoring','get', sys.argv[1]) -pp.pprint(res) \ No newline at end of file +pp.pprint(res) diff --git a/apps/monitoring/tools/sems-list-active-calls b/apps/monitoring/tools/sems-list-active-calls index a7269c77..5986ca02 100755 --- a/apps/monitoring/tools/sems-list-active-calls +++ b/apps/monitoring/tools/sems-list-active-calls @@ -20,4 +20,3 @@ if len(sys.argv) == 2 and sys.argv[1] == '--full': attrs = s.di('monitoring','get', callid) print '----- %s -----' % callid pp.pprint(attrs) -