Update bridge.py
This commit is contained in:
		
							parent
							
								
									8c2b35ece0
								
							
						
					
					
						commit
						b5e77e64b1
					
				@ -511,7 +511,7 @@ class routerOBP(OPENBRIDGE):
 | 
				
			|||||||
                    continue
 | 
					                    continue
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                # Record target information if this is a new call stream?
 | 
					                # Record target information if this is a new call stream?
 | 
				
			||||||
                if (_stream_id != self.STATUS[_slot]['RX_STREAM_ID']):
 | 
					                if (_stream_id not in self.STATUS):
 | 
				
			||||||
                    # Record the DST TGID and Stream ID
 | 
					                    # Record the DST TGID and Stream ID
 | 
				
			||||||
                    _target_status[_slot]['TX_START'] = pkt_time
 | 
					                    _target_status[_slot]['TX_START'] = pkt_time
 | 
				
			||||||
                    _target_status[_slot]['TX_TGID'] = _dst_id
 | 
					                    _target_status[_slot]['TX_TGID'] = _dst_id
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user