Browse Source

misc/examples/kemi: Added 'msg' argument to ksr_route_relay

Joonas Keskitalo 6 năm trước cách đây
mục cha
commit
a35503b383
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      misc/examples/kemi/kamailio-basic-kemi-python.py

+ 1 - 1
misc/examples/kemi/kamailio-basic-kemi-python.py

@@ -62,7 +62,7 @@ class kamailio:
         # CANCEL processing
         if KSR.pv.get("$rm") == "CANCEL" :
             if KSR.tm.t_check_trans()>0 :
-                self.ksr_route_relay();
+                self.ksr_route_relay(msg);
             return 1;
 
         # handle requests within SIP dialogs