[asterisk-users] Re: max number of devices in hint

2006-09-29 Thread Lacy Moore - Aspendora
I have one extension that rings in many places. It has just come to my attention that I can only monitor 4 devices within a hint. Pretty sure I know what the problem is now. It's not limited by devices, its limited by the length. This is when it would be nice to know C. I'm assuming the

Re: [asterisk-users] Re: max number of devices in hint

2006-09-29 Thread Raphaël Jacquot
Lacy Moore - Aspendora wrote: I have one extension that rings in many places. It has just come to my attention that I can only monitor 4 devices within a hint. Pretty sure I know what the problem is now. It's not limited by devices, its limited by the length. This is when it

[asterisk-users] Re: max number of devices in hint

2006-09-29 Thread Lacy Moore - Aspendora
In case anyone runs into this, I'm posting what I ended up doing... I tracked down a file under include/asterisk/channel.h This file defines the length of the variables in this section: /*! Max length of an extension */#define AST_MAX_EXTENSION 80#define AST_MAX_CONTEXT 80#define

[asterisk-users] Re: max number of devices in hint

2006-09-28 Thread Tomislav Parčina
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says... I'm glad you asked :-) If we had Shared Line Appearances, I would not have to do this. However, I could be at any of about 6 different phones, and on any of about 4 lines per phone. Therefore, to monitor whether or not I am on the

[asterisk-users] Re: max number of devices in hint

2006-09-27 Thread Tomislav Parčina
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says... I have one extension that rings in many places. It has just come to my attention that I can only monitor 4 devices within a hint. Ex: exten = 132,hint,SIP/DEVASIP/DEVBSIP/DEVCSIP/DEVD if I add SIP/DEVF, DEVF is not monitored. I'm

Re: [asterisk-users] Re: max number of devices in hint

2006-09-27 Thread Lacy Moore - Aspendora
I'm interested, why do you monitor multiple devices within a hint? If one device is in use (and three are free), how does it show - in use or as free? I'm glad you asked :-) If we had Shared Line Appearances, I would not have to do this. However, I could be at any of about 6 different phones,

[asterisk-users] Re: max number of devices in hint

2006-09-27 Thread Lacy Moore - Aspendora
Ok, I just setup a test setup that allowed for five devices (actually in this case five lines) to be monitored. Next question, does anyone know if there is a limit to the number of characters allowed for the hint? That may be what's causing the issue. I just switched to using the MAC addresses