sanaullah1416
Results
1
comments of
sanaullah1416
just overwrite this method in "/qpanel/qpanel/app.py". issue will solved. def spy(): channel = request.form['channel'] to_exten = request.form['to_exten'] channelid = 'SIP/'+''.join(filter(lambda i: i.isdigit(), channel)) r = backend.spy(channelid, to_exten) return jsonify(result=r)