On 2 Jul 2005, at 08:48, Dinesh Nair wrote:



On 07/02/05 02:15 Matthew Boehm said the following:

according to the wiki, I should be able to do this:
exten => _9./3003,1,Set(CALLERID(number)=2814444443)
exten => _9./3004,n,Set(CALLERID(number)=2814444444)
exten => _9./3005,n,Set(CALLERID(number)=2814444445)
exten => _9./3006,n,Set(CALLERID(number)=2814444446)


i believe these four should be on the same priority. asterisk dialplans will bork if the next priority doesnt match.


Or better yet, fold them into a single line - like:

exten => _9./300[3456],1,Set(CallerID(number)=281444444${CALLERIDNUM}:1)

Tim.
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to