Project

General

Profile

Actions

Feature #4258

closed

simplify main mslookup_client API for python invocation

Added by neels over 4 years ago. Updated over 4 years ago.

Status:
Rejected
Priority:
Low
Assignee:
Target version:
-
Start date:
11/08/2019
Due date:
% Done:

0%

Spec Reference:

Description

currently there is a shim mslookup_client_simple_api.c to provide simplified function signatures so that an mslookup client integration from python becomes very easy to achieve.
Some of these simplifications have already been fed back into the main API,
but maybe we can do entirely without the mslookup_client_simple_api.c: either call the current API from python as-is, or maybe implement the entire API with primitive datatypes as arguments.

Actions #1

Updated by osmith over 4 years ago

  • Status changed from New to Rejected

We've removed the python API. Using ctypes inside the freeswitch dialplan python script made freeswitch crash easily and introduced hard to debug errors. Instead, there is a simple osmo-mslookup-client now, which is executed from the python programs (dialplan, smpp handler).

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)