harry R
2009-Aug-26 14:03 UTC
[asterisk-users] application missed in asterisk 1.6.1 - SetCallerID()
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 normal, anyone have an solution to it ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090826/64295cad/attachment.htm
Atis Lezdins
2009-Aug-26 14:10 UTC
[asterisk-users] application missed in asterisk 1.6.1 - SetCallerID()
On Wed, Aug 26, 2009 at 5:03 PM, harry R<rhm.noa101 at 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() ... and maybe so > more. > > anyone already notice that to ? > > If it's not normal, anyone have an solution to it ?Read the UPGRADE.txt Solution is to use functions instead: Set(CALLERID(name)); Set(CALLERID(num)); Set(CHANNEL(language)); etc Regards, Atis -- Atis Lezdins, VoIP Project Manager / Developer, IQ Labs Inc, atis at iq-labs.net Skype: atis.lezdins Cell Phone: +371 28806004 Cell Phone: +1 800 7300689 Work phone: +1 800 7502835
harry R
2009-Aug-26 14:18 UTC
[asterisk-users] application missed in asterisk 1.6.1 - SetCallerID()
> Read the UPGRADE.txt > > Solution is to use functions instead: > > Set(CALLERID(name)); > Set(CALLERID(num)); > Set(CHANNEL(language)); > etcThanks again for solution Harry. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090826/eea4a441/attachment.htm