Displaying 20 results from an estimated 1000 matches similar to: "turn off auto-seek extention - force use timeout"
2009 Apr 20
1
Asterisk PA system with cepstral
Hi All,
We just bought a sip based PA setup here with the intention of hooking
it into our existing asterisk (1.4) setup. It works as expected when I
dial it's extension, but I want to have system generated speech played
based on some action (using cepstral, which is already installed and
working). My first thought was to DIAL to the extension, and then have
cepstral play the audio. The
2012 Nov 08
2
TE820 hardware detection
I just installed a TE820 octal span T1 card, and it's not showing up in dahdi_hardware output. This was installed into a test machine that already has a TDM800P card in it, and that one is showing up and working fine. Is there some kernel module that I'm missing?
Lspci:
05:04.0 Ethernet controller: Digium, Inc. Wildcard TDM800P 8-port analog card (rev 11)
21:08.0 Communication
2014 Apr 04
3
Samba AD - Unix attributes problem
Hi,
I've recently started using Samba4 (Sernet binary, 4.0.16 on Centos 6) as
PDC.
I would like to assign unix attributes using MMC console "Active Directory
Users and Computers" however every time I'm trying to do this I get an
error "Unable to modify the object property values. Check your credentials.
There could be a network problem blahblahblah"..
I've
2013 Mar 06
2
Change RX Signalling Bits in Dahdi drivers
Greeting,
I am trying to setup PLAR signalling in asterisk. I have modified the FXSLS
TX bits in dahdi-base.c on line 2580, and I can make calls.
.sig_type = DAHDI_SIG_FXSLS,
.bits[DAHDI_TXSIG_ONHOOK] = DAHDI_BITS_ABCD, /*changed by for PLAR*/
.bits[DAHDI_TXSIG_OFFHOOK] = (0), /*changed by for PLAR*/
.bits[DAHDI_TXSIG_START] = DAHDI_BITS_ABCD, /*changed by for PLAR*/
When I got to change
2017 Jun 07
1
Operating on RC in a list
Hi,
I have a hierarchy of such classes. Subject has a list of measurements. Let assume I have a list of such 'Subject' RC's.
Can I use dplyr to navigate from Subject to the list of measurement RC's and filter and group data ? dplyr should
be able to call the methods on these RC's to operate on the data structure ?
I tried to coerce the list of RC's into a data frame
2006 Mar 08
5
object.save is not creating an insert statement
I have a model for a task class. When I try to save a task, for some
reason no INSERT statement is being generated. Here''s the pertinent
part of the
development.log:
------------------------------------
Processing TasksController#create_fromProject (for 70.247.24.238 at
2006-03-08 14:20:30) [POST]
Parameters: {"commit"=>"Create",
2008 Jul 11
4
how to debug using rspec stories
Hello. I just started to use rspec stories. I followed the following
tutorial:
http://www.tomtenthij.co.uk/2008/1/25/rspec-plain-text-story-runner-on-a-fresh-rails-app
So I implemented my story and some of the steps are:
(...)
When "user creates a product" do
post "products/new", :name => @name
end
Then "there should be a product named
2014 Jan 30
2
how to get full channel name - AMI cuts off
Using Dahdi/PRI, I end up with channel names like 'DAHDI/i8/9995551212-4d6B', but when I do a 'core show channels' it cuts off those names to only 'DAHDI/i8/9995551212-'. This is the same for AMI.
Is there a way to get the full channel name within AMI?
I'm using asterisk 11.7.0
Thanks,
-Justin
-------------- next part --------------
An HTML attachment was
2012 Apr 11
3
Lion OS X tinc issues.
Hi Folks,
This has been driving me nuts all day. I've been unable to google myself out of it. Maybe someone here can help?
I followed the instructions from:
http://www.tinc-vpn.org/examples/macbook-install/
Ubuntu server <-> Ubuntu server works just fine with the same config. Ubuntu server <-> Mac laptop not so much.
The error I'm getting is:
2012-04-10 21:48:44
2004 Jun 17
3
[LLVMdev] Primitive types
Hello,
I'm getting this in debugger, where 't' is 'Type*':
(gdb) p t->isPrimitiveType()
$15 = false
(gdb) p t->getPrimitiveID()
$16 = PointerTyID
(gdb) p t->getPrimitiveSize()
$17 = 0
There are a couple of things that I'd like to ask. First, if isPrimitiveType()
returns false, that the fact that getPrimitiveID returns reasonable value is
quite
2013 Jul 08
3
analog phone digit delay
I have an installation that has analog phones connected via T1 channel banks. I'm getting complaints from users that they will enter a partial number (eg 91213), then turn away to get the next few digits, and the system will start dialing before they have a chance to put in the rest of the dialing string. Is there a way to increase this delay? The only use these 4 dialing patterns:
2004 Jun 11
9
Handling Events that don''t take an ID
Hey Kevin,
Am I correct in assuming that if I want a particular widget to respond to an
event which doesn''t take an ID as an argument (like evt_size or
evt_left_down), that I have to inherit a new widget and define the event
handler within the inherited class? Here''s a little contrived code example
to illustrate what I mean:
class MyCtrl < Wx::TextCtrl
def
2015 Feb 17
4
Callfile problem - Unable to find codec translation path from (nothing)
Hi,
I copied a setup from an older 1.8.5 installation to an 11.15 installation, and I'm having problems getting call files to work. Here is the extension setup I'm using:
[outbound-swift]
exten => _[a-zA-Z].,1,Answer
exten => _[a-zA-Z].,n,Playback(AAA/check_ip_failure)
;exten => _[a-zA-Z].,1,Swift("${EXTEN}")
exten => _[a-zA-Z].,n,Goto(1)
[mis-phone]
exten =>
2006 Mar 13
1
Help on interfacing C++ with R
Hi, I am trying to set up a C++ library for my R code. I followed the
R-extension manual but found out that the example of "X.cpp, X_main.cpp"
is somewhat too simple. Here is my code:
//lib4R.h testing for interfacing C++ with R -- using C++ library in R
#include <iostream>
using namespace std;
class lib4R {
public:
lib4R();
~lib4R();
int
2004 Jun 17
0
[LLVMdev] Primitive types
On Thu, 17 Jun 2004, Vladimir Prus wrote:
> I'm getting this in debugger, where 't' is 'Type*':
>
> (gdb) p t->isPrimitiveType()
> $15 = false
> (gdb) p t->getPrimitiveID()
> $16 = PointerTyID
> (gdb) p t->getPrimitiveSize()
> $17 = 0
>
> There are a couple of things that I'd like to ask. First, if
>
2006 May 22
8
flickr tag question
hey,
i am using the flickr wrapper for ruby and need to access the tags of a
specific photo. i got all the rest working. i must admit i am kind of new to
ruby, but i tried and tried and couldn''t figure it out. among other things i
want to read geotags like in my example here:
http://www.flickr.com/photos/whoisstan/146634506/
i''m sure it is deadsimple and i just overlooked it.
2006 Aug 16
5
ldap quota limitation problem
hello,
We have configured the quota enforcement folowing the link (http://wiki.dovecot.org/Quota) but we note that the global quota limitation configuration in dovecot.conf works well but not the ldap users configuration limit.
For example in the casee below, we have tried to limit quota usage for some users to 1Gb but only the global quota limitation appear in the user quota.
please find below
2013 Jan 24
3
No sound on any stream.
I figured out half the issue.
Icecast appears to be transmitting on port 8000 just fine. The more I dig,
the more I realize icecast is fine.
Browser vlc seems to be broke. Direct connect via VLC standalone to ->
http://66.228.49.182:8000/66.228.49.182.ogg.m3u works perfect.
http://tinypic.com/r/2yl1qhc/6
I break there.
Thank you!
Brad
From: Don Soad [mailto:s04d.1982 at
2015 Feb 18
1
Callfile problem - Unable to find codec translation path from (nothing)
Joshua,
If I'm understanding this correctly, you're saying that the Playback is failing because it isn't connected to anything on the other end, because the Dial() failed. When the channel is created on the "OutgoingSpoolFailed" extension, what context is it created in, one of the origin legs? Is there a way detect this condition in the target context ([outbound-swift]),
2006 Feb 22
3
how to escape from AJAX URL
This may be a bit difficult to explain, but here goes.
I''m developing a web site which has a nice AJAX part to it (thanks to
rails). You just click on the link and it take you to the ajax part
which is on a seperate page.
-The user then selects directories or files from via a multiple menu.
-When the user selects a directory (and hits the submit button) the menu
is updated with the