Browse Source

Z991239-4157 #comment sipphone启动优化

80274480 2 năm trước cách đây
mục cha
commit
36244f3059
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      Module/mod_sipphone/endpoint.h

+ 4 - 4
Module/mod_sipphone/endpoint.h

@@ -31,10 +31,10 @@ enum e_call_state
 
 
 typedef struct endpoint_conf_t {
-	char audio_handfree_in_dev[260];
-	char audio_handfree_out_dev[260];
-	char audio_pickup_in_dev[260];
-	char audio_pickup_out_dev[260];
+	char audio_handfree_in_dev[MAX_PATH];
+	char audio_handfree_out_dev[MAX_PATH];
+	char audio_pickup_in_dev[MAX_PATH];
+	char audio_pickup_out_dev[MAX_PATH];
 
 	bool audio_pickup_in_agc;
 	bool audio_pickup_out_agc;