فهرست منبع

modules/ims_registrar_scscf: new function to pass extra argument to lookup (ue_type)
- useful if looking for a specific type of UE ie VoLTE vs SIP for example

jaybeepee 9 سال پیش
والد
کامیت
574b8d6c2d
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      modules/ims_registrar_scscf/registrar_notify.h

+ 3 - 1
modules/ims_registrar_scscf/registrar_notify.h

@@ -72,12 +72,14 @@ typedef struct _reg_notification {
     int num_impus;
     
     unsigned int local_cseq;
+    unsigned int reginfo_s_version;
     str call_id;
     str from_tag;
     str to_tag;
     str record_route;
     str sockinfo_str;
     
+    
     struct _reg_notification *next; /**< next notification in the list	*/
     struct _reg_notification *prev; /**< previous notification in the list	*/
 } reg_notification;
@@ -132,7 +134,7 @@ str generate_reginfo_full(udomain_t* _t, str* impu_list, int new_subscription);
 
 str get_reginfo_partial(impurecord_t *r, ucontact_t *c, int event_type);
 
-void create_notifications(udomain_t* _t, impurecord_t* r_passed, str *presentity_uri, str *watcher_contact, str** impus, int num_impus, int event_type);
+void create_notifications(udomain_t* _t, impurecord_t* r_passed, str *presentity_uri, str *watcher_contact, str* impus, int num_impus, int event_type);
 
 void notification_event_process();