<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi guys,<div class=""><br class=""></div><div class="">I am running CE version MR5.1.1 at the moment without issues.</div><div class=""><br class=""></div><div class="">I would like to get the active calls happening with a seperate peer and then put that data in a database (seperate project development wise).</div><div class=""><br class=""></div><div class="">I can use sngrep to look at the calls but I’d like to get just the concurrent calls happening at this moment.</div><div class=""><br class=""></div><div class="">So I looked and tried to use the following commands.</div><div class=""><br class=""></div><div class="">ngcp-sems-list-active-calls</div><div class="">ngcp-sems-list-calls</div><div class=""><br class=""></div><div class="">They come back with like the following …. I’m not sure what the 809 figure means. Can someone explain this to me and how to get the active calls? Looking at external peer calls. If I can get by peer, that will be good as well.</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 16px; line-height: normal; font-family: Menlo; color: rgb(40, 21, 0); background-color: rgb(254, 244, 139);" class="">Active calls: 809</div><div style="margin: 0px; font-stretch: normal; font-size: 16px; line-height: normal; font-family: Menlo; color: rgb(40, 21, 0); background-color: rgb(254, 244, 139);" class="">Traceback (most recent call last):</div><div style="margin: 0px; font-stretch: normal; font-size: 16px; line-height: normal; font-family: Menlo; color: rgb(40, 21, 0); background-color: rgb(254, 244, 139);" class="">  File "/usr/sbin/ngcp-sems-list-active-calls", line 13, in <module></div><div style="margin: 0px; font-stretch: normal; font-size: 16px; line-height: normal; font-family: Menlo; color: rgb(40, 21, 0); background-color: rgb(254, 244, 139);" class="">    ids = s.di('monitoring','listActive')</div><div style="margin: 0px; font-stretch: normal; font-size: 16px; line-height: normal; font-family: Menlo; color: rgb(40, 21, 0); background-color: rgb(254, 244, 139);" class="">  File "/usr/lib/python2.7/xmlrpclib.py", line 1233, in __call__</div><div style="margin: 0px; font-stretch: normal; font-size: 16px; line-height: normal; font-family: Menlo; color: rgb(40, 21, 0); background-color: rgb(254, 244, 139);" class="">    return self.__send(self.__name, args)</div><div style="margin: 0px; font-stretch: normal; font-size: 16px; line-height: normal; font-family: Menlo; color: rgb(40, 21, 0); background-color: rgb(254, 244, 139);" class="">  File "/usr/lib/python2.7/xmlrpclib.py", line 1591, in __request</div><div style="margin: 0px; font-stretch: normal; font-size: 16px; line-height: normal; font-family: Menlo; color: rgb(40, 21, 0); background-color: rgb(254, 244, 139);" class="">    verbose=self.__verbose</div><div style="margin: 0px; font-stretch: normal; font-size: 16px; line-height: normal; font-family: Menlo; color: rgb(40, 21, 0); background-color: rgb(254, 244, 139);" class="">  File "/usr/lib/python2.7/xmlrpclib.py", line 1273, in request</div><div style="margin: 0px; font-stretch: normal; font-size: 16px; line-height: normal; font-family: Menlo; color: rgb(40, 21, 0); background-color: rgb(254, 244, 139);" class="">    return self.single_request(host, handler, request_body, verbose)</div><div style="margin: 0px; font-stretch: normal; font-size: 16px; line-height: normal; font-family: Menlo; color: rgb(40, 21, 0); background-color: rgb(254, 244, 139);" class="">  File "/usr/lib/python2.7/xmlrpclib.py", line 1306, in single_request</div><div style="margin: 0px; font-stretch: normal; font-size: 16px; line-height: normal; font-family: Menlo; color: rgb(40, 21, 0); background-color: rgb(254, 244, 139);" class="">    return self.parse_response(response)</div><div style="margin: 0px; font-stretch: normal; font-size: 16px; line-height: normal; font-family: Menlo; color: rgb(40, 21, 0); background-color: rgb(254, 244, 139);" class="">  File "/usr/lib/python2.7/xmlrpclib.py", line 1482, in parse_response</div><div style="margin: 0px; font-stretch: normal; font-size: 16px; line-height: normal; font-family: Menlo; color: rgb(40, 21, 0); background-color: rgb(254, 244, 139);" class="">    return u.close()</div><div style="margin: 0px; font-stretch: normal; font-size: 16px; line-height: normal; font-family: Menlo; color: rgb(40, 21, 0); background-color: rgb(254, 244, 139);" class="">  File "/usr/lib/python2.7/xmlrpclib.py", line 794, in close</div><div style="margin: 0px; font-stretch: normal; font-size: 16px; line-height: normal; font-family: Menlo; color: rgb(40, 21, 0); background-color: rgb(254, 244, 139);" class="">    raise Fault(**self._stack[0])</div><div style="margin: 0px; font-stretch: normal; font-size: 16px; line-height: normal; font-family: Menlo; color: rgb(40, 21, 0); background-color: rgb(254, 244, 139);" class="">xmlrpclib.Fault: <Fault 500: 'could not get factory'></div></div><div class=""><br class=""></div></body></html>