Re: [asterisk-users] hint priority with 50 channels

2008-11-23 Thread Loic Didelot
I just tried with different values: 800, 8000, 24000 I did a make clean make make install, restarted asterisk etc... Unfortunately it does not seem to work. So I have a hint priority like this: *1,hint,SIP/1SIP/2.SIP100 If SIP/1 or SIP/2 rings the priority is updated but not for SIP/60

Re: [asterisk-users] hint priority with 50 channels

2008-11-23 Thread Loic Didelot
Ups, some more details. I just tried with different values: 800, 8000, 24000 I did a make clean make make install, restarted asterisk etc... Unfortunately it does not seem to work correctly. So I have a hint priorities like this: *1,hint,SIP/1SIP/2.SIP100 *2,hint,SIP/1

Re: [asterisk-users] hint priority with 50 channels

2008-11-22 Thread Loic Didelot
Here is the scenario. My customer has 3 groups each with 10 users. Every user has the users of his group programmed on the snom phone for pickup etc... This works perfectly. Now they want one global button for each group. so if any phone in another group rings then they can pick it up. Why do

Re: [asterisk-users] hint priority with 50 channels

2008-11-22 Thread Anthony Francis
Loic Didelot wrote: Why do we put 80 character limits, computers have GB or memory? Loic Asterisk was written in c and they do have to declare how much memory should be reserved for a variable in c, so the programmer arbitrarily chose a number. They may have put some logic or

Re: [asterisk-users] hint priority with 50 channels

2008-11-22 Thread Loic Didelot
Thanks for that idea. That what I had in mind. Now I just need to figure out where to change and test for side effects. Loic On Sat, 2008-11-22 at 08:19 -0700, Anthony Francis wrote: Loic Didelot wrote: Why do we put 80 character limits, computers have GB or memory? Loic

Re: [asterisk-users] hint priority with 50 channels

2008-11-22 Thread Tilghman Lesher
On Saturday 22 November 2008 10:31:34 Loic Didelot wrote: Thanks for that idea. That what I had in mind. Now I just need to figure out where to change and test for side effects. In main/pbx.c, search for ast_add_extension2 (in my branch, it's at line 1917, but it may vary slightly). The top

Re: [asterisk-users] hint priority with 50 channels

2008-11-22 Thread Loic Didelot
Thanks for the help. Loic. On Sat, 2008-11-22 at 11:41 -0600, Tilghman Lesher wrote: On Saturday 22 November 2008 10:31:34 Loic Didelot wrote: Thanks for that idea. That what I had in mind. Now I just need to figure out where to change and test for side effects. In main/pbx.c, search

[asterisk-users] hint priority with 50 channels

2008-11-21 Thread Loic Didelot
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_1IAX2/loicvoip1_1SIP/loicvoip1_1_a1

Re: [asterisk-users] hint priority with 50 channels

2008-11-21 Thread Danny Nicholas
@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

Re: [asterisk-users] hint priority with 50 channels

2008-11-21 Thread Philipp Kempgen
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 =

Re: [asterisk-users] hint priority with 50 channels

2008-11-21 Thread Anthony Francis
Just curious but why would you want to have a lot of devices all have the exact same state information? Philipp Kempgen wrote: 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