similar to: Don't know what to do if second ROSE componentis of type 0x6

Displaying 20 results from an estimated 2000 matches similar to: "Don't know what to do if second ROSE componentis of type 0x6"

2005 Sep 19
0
Round-robin with Queue
List, Okay, here's one that has me stumped, and it might just be something simple. Currently, we are setup so that when someone calls in and tries to reach the operator / front desk, it rings several different phones in sequence. (i.e. it rings the front desk for 15 seconds, then a guy down the hall from it for 15 seconds, then my desk for 15 seconds, and as a last resort, my cordless
2005 Aug 12
1
Weird issues with TDM400P
We have a TDM400P installed here with four FXS modules. It works well except for a couple of issues: First, I have a Panasonic KX-TG2431 telephone (so others can reach me when I am in o ther parts of the building) hooked up to one of the FXS ports. When the other end hangs up, I get the usual CPC disconnect signal. After the CPC, sometimes it will go to a dialtone, and other times a
2005 Aug 19
3
Sending digits from SIP to Asterisk's VoiceMailMain
Hi, I am using Asterisk cmd VoiceMailMain to manage voice mail. Problem is, voice mail box can't read password sent from SIP phone, but I don't have any problem to read password from the handset attached to my asterisk box. Your help will be greatly appreciated. Thanks,
2005 Sep 16
4
Caller Name: Asterisk reading too fast
I asked my telco to release caller name on the PRI. Earlier they were releasing only the phone number. I still did not see the name, but only the number in caller id. Actually I now see number twice. When I inquired with them this is the response I got: "I ran a trace on your TG. I see that your switch is picking up the call so fast that it is not able to pick up the name. The
2005 Sep 19
1
Silence suppression /RTP VAD and Asterisk? Dropped calls on IP-500
Hello, I run Asterisk in a 100% VOIP installation with the Polycom IP-500 phones. Every once and a while I have problems with either dropped calls between Asterisk and my provider, or invalid RTP audio streams with phones behind NAT. I have had a few Asterisk developers look into my installation and even my provider check my setup but still am having problems. They tell me that I need to
2006 Feb 13
1
PrivacyManager Broken?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I am running into some problems here with PrivacyManager. We used to use it without any issue, but now there seems to be several problems. We are currently running Asterisk 1.2.4. First, it seems that if the user does not press the pound (#) key after entering their number, PrivacyManager will fail. I have the minlength set to 10, and
2005 Aug 16
2
All Page ??
Does anyone know of any plans to add an intercom/all-page feature in *? The few SIP phones that have auto-answer capability would be better if Asterisk could broadcast one leg of a channel to many legs at one time. Thank you, Steve Maroney
2009 Feb 04
2
Call parking
All, Quick question that hopefully someone out there will know the answer to... We were previously running Asterisk 1.4.(something) (I forget which one) on Debian. Due to an office move, I am temporarily routing our calls through an Ubuntu box that I have. It runs Asterisk 1.4.17-dfsg-2ubuntu1 (basically, what came with Ubuntu.) Here's the problem I am having: We are using Polycom
2005 Aug 19
4
Overriding Caller ID
Hello list, We have some kind of a problem with our Asterisk installation. We want to be able to publish different caller id when placing outbound calls through the PSTN. We have Asterisk with TE410P and T1 from FDN Communications. The problem is that all our outbound calls show our main number, regardless of what we set with SetCallerID, even using CallingPres with all possible
2005 Sep 19
2
kill a .call file
Any means of killing a .call file that is in progress? James Taylor MetroTel 3505 Summerhill Road Suite 11 Texarkana, Tx 75503 903-793-1956
2005 Apr 27
2
Don't know what to do if second ROSE component is of type 0x6
Any idea on what this error message means? Don't know what to do if second ROSE component is of type 0x6 I get that when I dial into my asterisk box. I'm using CVS HEAD of ZAPTEL, LIBPRI and ASTERISK, though I tried it with v1.0.7 of ASTERISK and I still get the same error. Thanks, Jess
2014 Jul 17
0
Problem with Read() ?
All, I have a weird situation here and haven't been able to turn up any useful information in searches, so I thought I'd post to the list. Essentially, I have a customer who wants us to forward some of their calls to various cell phones. Normally, I'd use FollowMe() for this (that's how most of our customers are set up.) However, this particular customer has some requirements
2005 Aug 12
3
TDM400P FXO channel hookstate always "Offhook" & outbound digits sent before provider dialtone
I have an Asterisk@Home 1.3 server (Asterisk 1.0.9) and recently added a TDM400P with (1) FXO card on port 4. Inbound calls are always successful but outbound calls fail 75% of the time with intercept messages from my dial tone provider that include "we're sorry, your call did not go through", and "we're sorry, when placing a local call it is now necessary to dial an area
2014 Feb 22
2
[PATCH] efi: off-by-one in gdt allocation
From: Sylvain Gault <sylvain.gault at gmail.com> The assembly instruction lgdt take a segment limit that is one less than the actual size, so that base+limit points to the last byte. Signed-off-by: Sylvain Gault <sylvain.gault at gmail.com> --- efi/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/efi/main.c b/efi/main.c index 94878f9..bdf9353 100644
2015 Sep 11
2
[PATCH 1/1] efi/x86_64: fix trivial compilation warning
From: Sylvain Gault <sylvain.gault at gmail.com> Missing */ at the end of a comment. Signed-off-by: Sylvain Gault <sylvain.gault at gmail.com> --- efi/x86_64/linux.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efi/x86_64/linux.S b/efi/x86_64/linux.S index 972c0b2..29dde94 100644 --- a/efi/x86_64/linux.S +++ b/efi/x86_64/linux.S @@ -27,7 +27,7 @@ kernel_jump:
2014 Feb 13
1
[PATCH] Potential bug in emalloc
2014-02-13 4:04 UTC+01:00, Sylvain Gault <sylvain.gault at gmail.com>: > 2014-02-13 3:20 UTC+01:00, celelibi at gmail.com <celelibi at gmail.com>: >> From: Sylvain Gault <sylvain.gault at gmail.com> >> > > It looks like git-send-email messed the headers when changing the sender. > Actually this was correct. It's the git-send-email way to specify the
2015 Oct 13
2
[PATCH 1/1] ldlinux: Fix return pointer to local data
From: Sylvain Gault <sylvain.gault at gmail.com> The command-line parsing used to return a pointer to a local array. The code used to work by chance, but now, gcc 5 is able to detect it and return a NULL pointer instead. The buffer is now marked static. This shouldn't be a problem as only one command line can be read at a time. Signed-off-by: Sylvain Gault <sylvain.gault at
2015 Sep 14
1
[PATCH 1/4] efi: Don't unnecessarily rebuild syslinux.so
On Mon, Sep 14, 2015 at 05:50:56AM +0200, celelibi--- via Syslinux wrote: > From: Sylvain Gault <sylvain.gault at gmail.com> > > OBJ directory creation changed from a .PHONY target to a real target > used through an order-only dependency. > > A target depending on another target marked .PHONY is always rebuilt, > thus forcing all the .o files to be rebuilt everytime.
2015 Sep 16
1
[PATCH 1/4] efi: Don't unnecessarily rebuild syslinux.so
On Mon, 14 Sep 2015 05:50:56 +0200 celelibi--- via Syslinux <syslinux at zytor.com> wrote: > From: Sylvain Gault <sylvain.gault at gmail.com> > > OBJ directory creation changed from a .PHONY target to a real target > used through an order-only dependency. > > A target depending on another target marked .PHONY is always rebuilt, > thus forcing all the .o files to
2016 Jan 21
3
[PATCH 2/2] core: Fix stack overflow when reloading config
On 10/12/15 21:04, celelibi--- via Syslinux wrote: > From: Sylvain Gault <sylvain.gault at gmail.com> > > The behavior when running a "CONFIG" command line is to reload > ldlinux.c32 with the new file as argument. This call never return. > > In order to avoid stacking up the calls to start_ldlinux, this patch > introduce a setjmp/longjmp to return to the