Hi, I noticed that my hint priority stops working when I add to many extensions/channels. It looks like everything exceeding 80 characters is discarded. By stop working I mean the status is and stays "Unavailable". This works exten => *1,hint,SIP/loicvoip1_1&IAX2/loicvoip1_1&SIP/loicvoip1_1_a1 This does not work: exten => *1,hint,SIP/bla1&SIP/bla2&SIP/bla3&SIP/bla4&SIP/bla9&SIP/bla5&SIP/bla6&SIP/bla7&SIP/loicvoip1_1&IAX2/loicvoip1_1&SIP/loicvoip1_1_a1 I tested on several asterisk 1.4 versions like 1.4.21*. Is this a bug or something like working as designed? Is there another possibility to monitor a bigger number of channels? Best regards, Loic Didelot -- Lo?c DIDELOT MIXvoip S.a. Tel: +352 20 3333 20 Fax: +352 20 3333 90 ldidelot at mixvoip.com http://www.mixvoip.com
Just a guess, but since extensions.conf is basically a "card file", there may be a 80 character limit to the line or data size. -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Loic Didelot Sent: Friday, November 21, 2008 11:52 AM To: asterisk-users at lists.digium.com Subject: [asterisk-users] hint priority with 50 channels Hi, I noticed that my hint priority stops working when I add to many extensions/channels. It looks like everything exceeding 80 characters is discarded. By stop working I mean the status is and stays "Unavailable". This works exten => *1,hint,SIP/loicvoip1_1&IAX2/loicvoip1_1&SIP/loicvoip1_1_a1 This does not work: exten => *1,hint,SIP/bla1&SIP/bla2&SIP/bla3&SIP/bla4&SIP/bla9&SIP/bla5&SIP/bla6&SIP/b la7&SIP/loicvoip1_1&IAX2/loicvoip1_1&SIP/loicvoip1_1_a1 I tested on several asterisk 1.4 versions like 1.4.21*. Is this a bug or something like working as designed? Is there another possibility to monitor a bigger number of channels? Best regards, Loic Didelot -- Lo?c DIDELOT MIXvoip S.a. Tel: +352 20 3333 20 Fax: +352 20 3333 90 ldidelot at mixvoip.com http://www.mixvoip.com _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Loic Didelot schrieb:> I noticed that my hint priority stops working when I add to many > extensions/channels. It looks like everything exceeding 80 characters is > discarded. > > By stop working I mean the status is and stays "Unavailable". > > > This works > exten => *1,hint,SIP/loicvoip1_1&IAX2/loicvoip1_1&SIP/loicvoip1_1_a1 > > This does not work: > exten => > *1,hint,SIP/bla1&SIP/bla2&SIP/bla3&SIP/bla4&SIP/bla9&SIP/bla5&SIP/bla6&SIP/bla7&SIP/loicvoip1_1&IAX2/loicvoip1_1&SIP/loicvoip1_1_a1 > > > I tested on several asterisk 1.4 versions like 1.4.21*. > > > Is this a bug or something like working as designed?It's by design. 80 characters is likely to be the limit.> Is there another > possibility to monitor a bigger number of channels?In Asterisk 1.6 you could build something with "Custom" hints and DEVICE_STATE(). Philipp Kempgen -- http://www.das-asterisk-buch.de - http://www.the-asterisk-book.com Amooma GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de Gesch?ftsf?hrer: Stefan Wintermeyer, Handelsregister: Neuwied B14998 --