search for: chan2

Displaying 6 results from an estimated 6 matches for "chan2".

Did you mean: chan
2014 Sep 16
1
Disabling CDR for all dialed parties in Asterisk 12
...nd any way to disable it for the other ones (I think the CDR in question is written after the Dial completes). Is it by design? Is there any other known way? Here is my simple testing dialplan: ---- [test] exten => a,1,Set(CDR_PROP(disable)=true) same => n,Dial(Local/chan1 at loc&Local/chan2 at loc) same => n,Hangup() [loc] exten => chan1,1,Set(CDR_PROP(disable)=true) same => n,Answer() same => n,Wait(2) same => n,Hangup() exten => chan2,1,Set(CDR_PROP(disable)=true) same => n,Answer() same => n,Wait(3) same => n,Hangup() --- The following is the r...
2008 Jan 23
8
Peak number of calls?
Is there any way to find-out the peak number of calls that an asterisk system has had? Not the total number of calls, but the maximum number of simultaneous calls. I know I can porobably go through the CDR logs and look for calls which have overlapped in time, but I'm wondering if there's some counter somewhere I could access... (I'm looking for evidence for an ISDN client who
2010 Sep 09
1
Set channel variable from within other channel
Hello list, is it possible to set a variable (channel variable) from within another channel ?! I'm currently working with 2 channels that I bridge afterwards. It would be good to set a variable in one channel when something occurs in the other channel. If some variable is not set in channel 1, then this means something for channel 2. But from within channel 2 I can not see the variables
2014 Aug 19
1
An attempt was made to add an object to the directory with a name that is already in use when Adding users and groups
Dear All, I've a AD DC on 4.1.5 which have the error above and after upgrade to 4.1.11 also with the same issue. I was still adding users a few week before and it happen just recently... Need your advise on this. I'm quite sure that name is not use as it happen to any name I've type in. Please advise what information should I provide. As I believes this might be a ldb issue than
2005 Aug 28
1
monitoring with mrtg
Dear freinds, The pl script file which is available in the asterisk monitoring section of the voip-info.com expects username ,password and host parameters . Which one we should provied is the acconts we registered for asterisk or any thing else your help will be immensely appreciated . with regards rk _______________________________________________________ Too much spam in your inbox?
2006 Aug 18
7
Linux - Rails - PostgreSQL partitioning
I am getting some larger hard drives and will migrate my intranet application onto the new hard drives. I am using CentOS 4. The current setup uses one small boot volume (ext2) and the rest is partitioned into one big LVM. Does it make sense to partition /var/lib/pgsql separately? (thinking mostly in terms of performance) Craig