[Asterisk-Users] CallerID/Extension Matching with RealtimeExtensions

Douglas Garstang dgarstang at oneeighty.com
Thu Dec 15 22:57:16 MST 2005


Well, according to something I just read, dated JULY, this isn't supported yet. This is so damn frustrating. Why does Digium keep releasing this stuff before it's ready? Why can't they friggin document this? Why is it every time I check out a new feature I have to drop it because of some deal breaker like this?

	-----Original Message----- 
	From: Douglas Garstang 
	Sent: Thu 12/15/2005 10:50 PM 
	To: Asterisk Users Mailing List - Non-Commercial Discussion; asterisk-users at lists.digium.com 
	Cc: 
	Subject: [Asterisk-Users] CallerID/Extension Matching with RealtimeExtensions
	
	

	In a regular extensions.conf, you can specify an extension as callerid/extension. For example
	
	5551212/8000 => dosomething.
	
	which matches when a user with callerid 5551212 dials 8000.
	This doesn't work with realtime extensions..... or does it? Does someone know how it's done?
	The following doesn't work. Asterisk can't find the number.
	
	mysql> select * from extensions_table order by context, exten, priority;   
	+----+----------+-----------+----------+----------+--------------------------+
	| id | context  | exten     | priority | app      | appdata                  |
	+----+----------+-----------+----------+----------+--------------------------+
	| 14 | context2 | 1001/1401 |        1 | Answer   |                          |
	| 15 | context2 | 1001/1401 |        2 | Playback | hang-on-a-second-angry   |
	| 16 | context2 | 1001/1401 |        3 | Hangup   |                          |
	
	Doug.
	
	



More information about the asterisk-users mailing list