Re: [asterisk-users] application missed in asterisk 1.6.1 - SetCallerID()

2009-08-26 Thread Atis Lezdins
On Wed, Aug 26, 2009 at 5:03 PM, harry Rrhm.noa...@gmail.com wrote: Hi A few day ago, I notice that some applications missed in asterisk 1.6.1 release even if *.so file which normally create them were compiled during Asterisk install. SetCallerID(), SetCIDNum(), SetCIDName(), SetLanguage()

Re: [asterisk-users] application missed in asterisk 1.6.1 - SetCallerID()

2009-08-26 Thread harry R
Read the UPGRADE.txt Solution is to use functions instead: Set(CALLERID(name)); Set(CALLERID(num)); Set(CHANNEL(language)); etc Thanks again for solution Harry. ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com --

[asterisk-users] application missed in asterisk 1.6.1 - SetCallerID()

2009-08-26 Thread harry R
Hi A few day ago, I notice that some applications missed in asterisk 1.6.1 release even if *.so file which normally create them were compiled during Asterisk install. SetCallerID(), SetCIDNum(), SetCIDName(), SetLanguage() ... and maybe so more. anyone already notice that to ? If it's not