Displaying 20 results from an estimated 120 matches similar to: "Asterisk not sending 200 OK"
2005 Feb 26
1
Dial out through Broadvoice
Hello all,
When I call the Broadvoice number all is good.
When I try to call out through DISA on my broadvoice line i get the following:
Executing Dial("SIP/147.135.0.129-0815bc60",
"SIP/16037862111@proxy.bos.broadvoice.com|30") in new stack
-- Called 16037862111@proxy.bos.broadvoice.com
-- Got SIP response 480 "Temporarily Not Available" back from
2007 Oct 26
1
ABE, Sangoma, T-1 no recognizing calls
Hello All,
I have a setup of ABE on rPath linux,Sangoma A101D, and a T-1 line (Not PRI)
which is all happily coexisting and all lights are green.
The T-1 comes in from the world into a "Shark Box" which splits the T into
384K data and 6 channels voice. The data side is working great. The voice
side, not so great. It was originally broken out to 6 pots line and Verizon
came back
2006 Jan 13
2
zapata.conf for non pri T1?
Hi again, I'm trying to setup our non pri T1 (they call it a Long Distance
T1), our current pbx has the signaling set to E&M, I can set em in
zapata.conf, but I'm trying to track down the proper entries for the
zaptel.conf file. The digium docs only show a PRI example. Our current
system has these settings:
Signalling: E&M
Framing mode: ESF
Line Coding: B8SZ
here's my
2006 Jun 27
8
Avaya 4610sw SIP setup problem
Hi all,
I've been pulling my hair out for two days over this problem... I did *a
lot* of Googling around, I searched the list archives to no avail - no
one has the same problem!
I have two Avaya 4610sw phones. I installed the latest SIP firmware
using the TFTP server. So far everything looks good. Each time the phone
boots, it retrieves the 46xxsettings.txt from the TFTP server. My
problem
2012 Jun 26
4
increase the usage of CPU and Memory
Dear All,
I have been searching online for help increasing my R code more efficiently
for almost a whole day, however, there is no solution to my case. So if
anyone could give any clue to solve my problem, I would be very appreciate
for you help. Thanks in advance.
Here is my issue:
My desktop is with i7-950 Quad-core CPU with 24Gb memory, and a NVIDIA GTX
480 graphic card, and I am using a
2012 Jun 08
2
Percent of a given subset
How would I find the Percent of FuelTypeNum within the Band given
AvailableMW?
example:
type 1 is 1% of PB0
type 2 is 54% of PB0
type 4 is 4% of PB0
type 5 is 42% of PB0
Note: the Bands and fuel types are not always constant.
Data:
FuelTypeNum Bands AvailableMW AvailableMWNewFormat
1 PB0 185319 185.319
2 PB0 18352000 18352
4 PB0 1338785 1338.785
5 PB0 14189756 14189.756
2 PB1
2018 Jun 18
6
Fixing sysvol permissions
On Fri, 15 Jun 2018 12:32:52 +0200 L.P.H. van Belle wrote:
>
> > OK, Everyone is currently set to FULL CONTROL. I'll set that to READ.
>
> Ai, now... Nobody can write over the share, pc's wil complain.
> Some GPO setting will stop working.
But, when I ran your samba-check-set-sysvol.sh script it told me to set EVERYONE: READ. See
below:
> > $
2023 Jul 28
1
Joining a new Samba AD DC
on Fri Jul 28 14:30:33 2023 Rowland Penny via samba <samba at lists.samba.org> wrote:
> On 28/07/2023 19:04, Mark Foley via samba wrote:
> >
> > After checking with the previous run, these sysvolreset errors are the same as
> > before, so syncing the sysvol didn't make any different.
> >
> > You wrote: "It looks to me that you have more GPO's
2003 Nov 20
2
Cannot do international dial with E1 in Spain
Hi,
I have a problem with dialling internationals numbers, and I don't now what
is the cause.
I have one asterisk with a e100p card connected to the Telco
(spain/telefonica) and it can dial local and national numbers without
problems but when I try to dial a international number it hangs-up. I call
the Telco to ask if the E1 can do international calls and it said that it
can.
I have tried
2011 Jan 12
1
DTMF not being heard correctly by far end conference system
Hi there
I have two different asterisk systems (both 1.4) whose dtmf tones are not being picked up by a particular conference system users are dialling into. I can call myself with the phones and hear the tones, but I am guessing perhaps they are too short or somehow different. I have looked and looked but can't nail down the reason. I don't believe this is a general issue, rather some
2018 Jun 19
1
Fixing sysvol permissions
On Tue, 19 Jun 2018 12:52:46 -0400
Mark Foley via samba <samba at lists.samba.org> wrote:
> Given no responses on this question for a few days, I'm concluding
> that we're out of ideas on this problem. Let me propose a couple of
> ideas. Apparently, the basic Windows FOLDER and SHARE permissions
> are correct according to Louis' recommendations (see message below).
2013 Jan 12
4
obscure out of space, df and fi df are way off
Very low priority.
No user data at risk.
8GB virtual disk being installed to, and the installer is puking. I''m trying to figure out why.
I first get an rsync error 12, followed by the installer crashing. What''s interesting is this, deleting irrelevant source file systems, just showing the mounts for the installed system:
[root@localhost tmp]# df
Filesystem
2017 May 30
1
Gluster client mount fails in mid flight with signum 15
Hello All
We?ve have a problem with cluster client mounts fail in mid run with this in the log
glusterfsd.c:1332:cleanup_and_exit] (-->/lib64/libpthread.so.0(+0x7dc5) [0x7f640c8b3dc5] -->/usr/sbin/glusterfs(glusterfs_sigwaiter+0xe5) [0x7f640df4bfd5] -->/usr/sbin/glusterfs(cleanup_and_exit+0x6b) [0x7f640df4bdfb] ) 0-: received signum (15), shutting down.
We?ve tried running debug but
2012 Apr 30
1
Hmisc::pstamp, mfcol, and spacing
I am trying to make a nice 2x1 plot and add a timestamp with comment.
The pstamp function from Hmisc works nicely when mfcol=c(1,1),
but when mfcol=c(2,1), the stamp winds up in the wrong place:
> require('Hmisc')
> opar <- par(mfcol=c(2,1))
> plot(1:10)
> title(main="MAIN Title")
> plot(1:20)
> title(main="Another Title")
> pstamp("normal
2007 Jul 18
2
set up automatic running of R
Hi useR,
I am trying to find how to schedule an automatic run of R periodically, I
have written some scripts to extract data which are updated monthly on
another server, my os is xp. The goal is that my script will run at a
scheduled time every month and record the results to some directories.
Now the scripts are done, only thing I need is to know how to let R run my
scripts at a certain time,
2007 Jul 03
2
EWMA in fMultivar
Hello, I would like to use the function EWMA() in the fMultivar Package and I
have a series of data x, which is the returns series. Basically, I would
like to get the variance estimation using EWMA.
I am trying something like EWMA(x, lambda) and I have a couple of questions:
Should x be the returns series or price series in my case?
When I get the result, there are the same numbers of data
2004 May 14
7
What's in ${EXTEN} ? Why does voicemail prompt for an extension?
Why does voicemail prompt me for an extension instead of just asking my
password?
[voice-mail]
exten => 99,1,VoicemailMain(${EXTEN}@inside)
exten => 99,2,Hangup
Paul Mahler
pmahler@signate.com <mailto:pmahler@signate.com>
<http://www.signate.com/>
Signate, LLC
PO Box 60430
Palo Alto, CA
94306
VoIP Systems, Training & Consulting
2015 Feb 10
3
[LLVMdev] Bug in ARM Thumb inline asm?
I'm porting the musl C library to ARM Thumb. It looks like inline asm is
failing in some cases. Here's one:
The lseek system call looks like this:
...
off_t result;
return syscall(SYS__llseek, fd, offset>>32, offset, &result,
whence) ? -1 : result;
...
Which eventually goes through this macro:
static inline long __syscall5(long n, long a, long b, long c,
2006 Apr 02
0
no audio between sip channels * 1.2.6
Hello all,
I am running * 1.2.6 I have 2 linksys PAP2 with two phones each. Until
recently all was good. on Friday I was running 1.2.5 when I added the fourth
phone. I have to admit to initially wiring the rj11(crossed wires) wrong the
first time but other than that nothing I can think of. Added the appropriate
entries in sip.con and on the PAP2. I then tried to call from one line to
the
2019 Dec 18
4
Replication not working for remote Domain Controller
Il giorno mar 17 dic 2019 alle ore 17:49 Rowland penny via samba <
samba at lists.samba.org> ha scritto:
In the last year this has come up a few times, try reading this
>
> https://support.microsoft.com/en-gb/help/817470/how-to-reconfigure-an-msdcs-subdomain-to-a-forest-wide-dns-application
> It looks like we need a tool to correct AD :-(
>
Thanks! I will read that article.
Do