similar to: asterisk CLI and no such command "stop"

Displaying 20 results from an estimated 10000 matches similar to: "asterisk CLI and no such command "stop""

2008 May 06
3
asterisk queue cluster
I setup two asterisk servers with identical settings (same extensions, same queues, etc). Each one is connected to the same amount of incoming/outgoing links (1 PRI, 4 BRI, 1 IAX friend, etc, on each box). Most extensions are sip and they register via DNS SRV and other methods so that the two servers are load balanced. Incoming PSTN calls (BRI) reach 50% each server so that's load balanced
2008 Mar 05
2
Passing variables between two DUNDi/IAX2 peers
Hi. I am trying to pass a variable from one Asterisk PBX to another. I'm using DUNDi with IAX2. Is there a way to do it? I tried the following but it fails. On peer1: [dundi-outgoing] switch => DUNDI/priv exten => s,1,Set(CDR(userfield)=test) exten => s,2,Set(DUNDIVAR=${ARG1}#TEST) exten => s,3,NoOp(Passing ${DUNDIVAR} to DUNDi peer.) exten => s,4,Goto(${DUNDIVAR},1) On
2008 Mar 08
3
replace astdb with a cluster-capable sql database engine
I've been searching the Internet for information regarding the replacement of astdb with a modern sql engine. There are several reasons one would like to do this. First of all, external applications have a hard time reading/writing to the now-old astdb format. Also (and this is what interests me most), the sql astdb could easily be clustered throughout several servers (I'm looking for a
2008 Mar 17
1
asterisk.conf uniquename or sysname for uniqueid field in CDR
I set uniquename = MYHOST in asterisk.conf (under [options]) so that my uniqueid data shows up as MYHOST.time.seq. First of all, I would like to know if uniquename (or sysname?) will still be valid across future * versions (mainly 1.6). Secondly, is there a way to specify uniquename as an asterisk option at the command line? (asterisk -h doesn't show me anything regarding this feature)
2008 Apr 13
1
compilation of asterisk 1.4.19 with ilbc already on system
I already have ilbc installed on my system. The files are: /usr/include/ilbc/iLBC_decode.h /usr/include/ilbc/iLBC_define.h /usr/include/ilbc/iLBC_encode.h /usr/lib/libilbc.a /usr/lib/libilbc.la /usr/lib/libilbc.so -> libilbc.so.0.0.0 /usr/lib/libilbc.so.0 -> libilbc.so.0.0.0 /usr/lib/libilbc.so.0.0.0 However, if I do a "make" in asterisk-1.4.19, it will not detect that libilbc.a
2007 Aug 06
2
ATA phones ring when they register
Hi, I have an 8-port Grandstream GXW-4008 V1.2A ATA converter with analog phones connected to it. They work fine except for just one "feature" I would like to modify. Somehow, each time the ATA re-registers the SIP clients or each time the device has to be rebooted for maintenance, the phones ring once. This feature can be useful as it notifies the user of the re-registration.
2008 Feb 25
3
shorewall 4 installation requirements
Are shorewall-shell and shorewall-common required at compile time even if one only wishes to use shorewall-perl (4.0.9)? ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
2006 Jul 07
2
ASTCC: inuse flag still hangs!
I have patched astcc.agi with the HUP patch, but it still hangs from time to time. Asterisk SVN-branch-1.2-r25165M built by root @ vpbx on a x86_64 running Linux on 2006-05-07 00:31:09 UTC bye Ronald
2008 Jan 01
4
zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init
Hi, Before I report a bug on http://bugs.digium.com, I would like to know if someone is seeing the same error message. Personally I am not using wctdm24xxp but other modules such as wcte12xp and wctdm. The latter modules load fine and are compiled with pci_register_driver as expected. The only module that seems to require the deprecated function pci_module_init is wctdm24xxp. Is this normal?
2007 Jul 30
6
outbound caller ID
Hi, I would like to know if one can set the outgoing caller ID within Asterisk when calls are going out through: 1) an analog POTS line (I suppose not) 2) a telco BRI line (I don't think so) 3) a telco PRI line (maybe) 4) a voip provider (surely) Thanks, Vieri ____________________________________________________________________________________ Moody friends. Drama queens. Your
2008 Mar 06
2
format of UNIQUEID variable
What is the format of the UNIQUEID variable? It seems to be something like: 40651204817492.56 Does it always have the pattern <long_number>.<short_number>? ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
2006 Nov 30
6
200+ analog phones connected to FXS modules
I am trying to find out the best way to replace one of our hardware PBXs. It currently has 200+ analog phones connected to it. The idea is to take advantage of the already installed phone cables (big building) so I'm trying to avoid the use of ethernet adapters (if possible). However, I'm realizing that it's an expensive setup and will definitely require two or more cooperating
2008 Aug 05
1
Grandstream RS-232 config (slightly off-topic)
I realize this may be slightly off-topic but I'm wondering if someone here can lend me a hand. One of my GXW4008 has gone "unconfigurable" via standard HTTP (refuses connection) and I can't use the built-in IVR because I had previously disabled the "keypad update" feature. So I'm stuck with just telnet, the reset button and RS-232. Telnet commands are very limited
2014 Mar 04
2
Cannot chain to another PXE server on the same subnet
Hi, I have a Linux server at ip address 10.215.144.7 running DHCP, TFTP and syslinux. DHCP config contains the following: next-server 10.215.144.7; filename "/pxe/syslinux/pxelinux.0"; and the 'default' pxelinux.cfg contains: LABEL altiris ??? MENU LABEL ^7. Altiris ??? COM32 pxechn.c32 ??? APPEND 10.215.144.60::/BStrap/x86pc/BStrap.0 When a PXE client boots in my network
2011 Feb 08
3
fail-over server
Hi, Suppose you have 2 identical Asterisk servers and 1 alias IP address that you assign to either one, according to system failures, etc. Also suppose that all SIP clients register requests go to the alias IP address. Imagine server1 fails and server2 gets the alias IP address. Correct me if I'm wrong but I would have to wait at least 60 seconds before most SIP clients re-register to
2014 Mar 05
2
Cannot chain to another PXE server on the same subnet
Sorry for top-posting but my webmail forces me to. I added -W to the APPEND line as suggested but I'm still getting the same result: Booting... Altiris, inc. X86PC PreBoot, PXE-2.x Enhanced Build ID=402 PXEPreZero: Invalid PXE Server list format. and the client PC freezes right there. Here's the full content of my dhcp.conf: max-lease-time 86400; ddns-update-style interim;
2009 Nov 18
3
asterisk 1.4.26.3 makes kernel panic
Hi, I'm experiencing "frequent" kernel panics on a system with Asterisk 1.4.26.3. There is no core dump, "just" a kernel panic. This is the only data I could copy from the screen: EIP: 0060: [<f8e248b4>] Tainted: P VLI EFLAGS: 00210297 (2.6.23-gentoo-r8 #1) eax: 00000130 ebx: 00000000 ecx: 00220028 edx: 00000978 esi: 346e5802 edi: 00000000 ebp: c3b45500 esp:
2009 Feb 25
4
switchtype QSIG and Asterisk implementation
Hi, Is Asterisk "fully QSIG-compliant"? I currently have an Alcatel 4400 connected to Asterisk 1.2 and 1.4. Zaptel versions are 1.2.26 and 1.4.11. I am using switchtype=euroisdn and all works fine. However, it seems that Alcatel's latest firmware has dropped support for euroisdn which is really despicable. So now I need to see if I can migrate to QSIG which is supported by
2012 Feb 08
4
SIP hardware phones
I'm trying to understand why vendors keep making 100Mbps integrated 1-port switches in their hardware SIP phones. Even the recently-announced D40 and D50 Digium phones are limited to 100Mbps. Only the more expensive models (like the D70) can run at 1000Mbps. However, you can't expect a firm with hundreds of extensions to buy the most expensive model... And gigabit speed is important when
2009 Sep 29
2
play audio file within an active call
Hi, I'm wondering if someone can share their thoughts on how to implement a system that periodically checks active channels which have been up for more than X minutes and plays/injects a sound file. The idea is to simply warn users that they've been on the phone for quite a while and maybe they should consider hanging up. If the call stays up for more than Y minutes, it is dropped