Removed CallerIdNum
Makes it much easier to work with if it is the same as JoinEvent.
This commit is contained in:
		
							parent
							
								
									7d06b2cfaf
								
							
						
					
					
						commit
						7d9260f419
					
				
					 1 changed files with 1 additions and 5 deletions
				
			
		| 
						 | 
					@ -9,11 +9,7 @@ namespace AsterNET.Manager.Event
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		// "Queue" in QueueEvent.cs
 | 
							// "Queue" in QueueEvent.cs
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		/// <summary>
 | 
							// "CallerId" in JoinEvent.cs
 | 
				
			||||||
		///     Get/Set the Caller*ID number of the channel that joined the queue if set.
 | 
					 | 
				
			||||||
		///     If the channel has no caller id set "unknown" is returned.
 | 
					 | 
				
			||||||
		/// </summary>
 | 
					 | 
				
			||||||
		public string CallerIDNum { get; set; }
 | 
					 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		// "CallerIdName" in JoinEvent.cs
 | 
							// "CallerIdName" in JoinEvent.cs
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue