Displaying 20 results from an estimated 800 matches similar to: "more inter-subnet browsing wierdness"
2011 Jun 11
3
rcspline.plot query
Dear all,
As I am new to the R community - although eager to advance- I would
like to pose a question to the community.
I have an SPSS file which I have imported it in R (with the read.spss
command) which conists of scale (continuous) variable "adiponectin" and
the corresponding categorical value "death" (0=No, 1=Yes). In all there
are 60 observations (among which
2006 Dec 04
4
MySQL cmd % pattern matching
Hi All
Does anyone know how to use the MySQL cmd in Asterisk with LIKE and % in
the query?
I have:
exten => s,5,Set(query=SELECT name from contacts where tel like
%${number})
exten => s,6,MySQL(Connect connid hostname username password dbname)
exten => s,7,MySQL(Query resultid ${connid} ${query})
But there seems to be a problem with the % sign and I don't know how to
2006 Feb 02
2
Outbound Caller ID number on E1
Hi All
I am having a problem setting the outbound callerid number on a PRI E1
in South Africa. The outbound number keeps on appearing as the main PRI
number. How does it work between Asterisk and the Telko? More
importantly how do I get it working?
Kind Regards
Garth
--
Garth van Sittert
BSc (Physics & Computer Science)
-----------------
Mobile: +27 (0)83 791 6662
Email:
2006 Feb 08
1
Handset phone to replace Flash Operator Pane l
Breeze to set up, too. To monitor and transfer to SIP/1000 / ext 1000:
1. Insert exten => 1000,hint,SIP/1000 into your default context (the context
the extension is in)
2. In the monitoring phone's web interface, click Function Keys, pick a key,
change it to Destination and type in SIP/1000. Once you submit the form it
will change to a SIP URL, that's OK.
3. There is no step 3.
2006 Feb 07
2
Handset phone to replace Flash Operator Panel
Hi All
Has anyone come across a handset that can somehow replace FOP? Some
users don't like FOP unless it is on a dedicated PC.
Thanks
Garth
2005 Sep 15
4
PSTN calls are quiet
Sip to sip calls are fine, both local on Asterisk and over a SIP
gateway, however some people who call on the PSTN line say we are very
queit and vice versa, can the volume be turned up on the PSTN line?
The volume buttons on the VoIP phones only turns up the others voice,
so this is a fix for us, but how do I make our voices louder for the
people on the PSTN line?
Thanks.
Paul.
2012 Mar 01
1
puppet 2.7.11 + ruby 1.9.3 + passenger
So does anyone have a working setup with puppet 2.7.11 + ruby 1.9.3 + passenger?
I am currently using rack-1.0.1 (rack-1.4.1 had same behavior) and
passenger 3.0.11, and I get some authentication problems (shown
below). If I use an auth.conf that is wide open (auth any, allow *),
the agent can successfully retrieve his catalog and plugins and apply
them. Using webrick works fine as well.
The
2006 Feb 08
1
PRI Bridging and Recording
Hi All
Does anyone have any ideas around what processing power is needed when
bridging PRI channels and recording?
I am not sure how the bridging takes place with and without recording?
I basically have a situation like this:
Telko <----> Asterisk <-----> Legacy PBX
Where the lines are PRI's between Telko and Asterisk and Asterisk and
the Legacy PBX.
At what level does
2006 Feb 22
2
Asterisk hints
Hi All
Does anyone know how the hints in asterisk works? How does a SIP phone
interact with the hints? I am having a problem with certain phone
models that do not set the hints correctly when I list the hints with a
'show hints'.
Thanks
Garth
2009 Aug 10
3
SNOM 870
Anybody tried one with Asterisk yet ? Views ?
Best Regards,
--
This message has been scanned for viruses and
dangerous content and is believed to be clean.
SplatNIX IT Services :: Innovation through collaboration
2004 Jul 14
8
Directed Call Pickup
In the list I found some messages that *8 doesn't work so well. Is there
any possibility to create a extention that you can call, and if you are
fast enough, pick up a number? (Also if you are outside your callgroup)
like
pseudo code:
exten => 888, 1, EnterPhoneNumber()
exten => 888, 2, EnterPass()
exten => 888, 3, TransferCallToThisPhone()
exten => 888, 103, Invalid()
2007 Jul 25
1
Asterisk-1.2 and Centos 5
Hi All
Has anyone experienced a crash specific to asterisk 1.2 and Centos 5
when using the misdn hfcpci module that comes with zaptel?
I have an asterisk pack based on asterisk-1.2.17 that I have been using
on dozens of machines that are rock solid and stable. Today when I
tried moving it to Centos 5 I experienced a complete OS crash when
calling over HFC misdn channels. Didn't really
2013 Jul 13
1
Win2003 DC fails to detect Samba 4 DC
I have an (apparently) valid Samba4 DC to which I have transferred all
FSMO roles in preparation for running dcpromo and demoting the Win DC.
All of the logs look good on the Samba DC and showrepl indicates no
errors. Unfortunately, the Win DC does not seem to detect the Samba DC
when I attempt to run dcpromo and it throws a nasty warning about AD
data being lost. If I run Sites and Services,
2017 Dec 18
3
sieve_pipe_socket_dir not created at startup for configured pipe service
Hi, all
I?m new to the list but not to dovecot. I?ve been using it in a basic configuration for some time, but finally decided to tweak my deployed system to take advantage of some more dovecot features. In particular I?m trying to set up pigeonhole to implement spam retraining with imapsieve. All of this is with dovecot 2.2.31 (65cde28) and pigeonhole 0.4.19.
Before going any further let me
2015 Feb 09
5
Another Fedora decision
On Mon, February 9, 2015 10:55 am, Bowie Bailey wrote:
> On 2/5/2015 8:20 PM, Always Learning wrote:
>> On Fri, 2015-02-06 at 10:50 +1100, Kahlil Hodgson wrote:
>>
>>> On 6 February 2015 at 10:23, Always Learning <centos at u64.u22.net>
>>> wrote:
>>>> Logically ?
>>>>
>>>> 1. to change the permissions on shadow from
2006 Sep 13
1
Kirk IP600 V3 DECT Wireless server
Hi list!
Does anyone have experiences with the updated model of the Kirk IP600?
The V3 model is supposed to support SIP instead of only SCCP or H323 which
would make the use with Asterisk a lot easier.
I have only tested the Kirk IP600 V2 with SCCP / Skinny protocol which is
still giving me severe headaches :
- the standard Skinny driver in * doesn't work, only the version of
Sergio
2010 Jun 11
2
How to use an active record store session model?
I have a toy rails app, 2.3.5 on Debian ''squeeze'', that uses the
ActiveRecord session store. I can see that it set cookies and
inserts rows into the database table ''sessions''.
Inside a controller, how do I acquire a reference to the model object
representing the current session? This used to be possible by calling
''session.model'' but in
2006 Nov 01
2
Echo Issues
Hello,
I had had some echo issues. I purchased a digium echo canceling card,
and the echo issue seems to be reduced but not eliminated as I hoped
it would be. I currently have it set to 128 'yes'. I've tried 256,
but when I try 256 what happens is that instead of getting better echo
canceling I get AWEFUL echo. Can anyone enlighten me?
I am running 1.2.6 with a 4 port PRI card.
2006 Feb 01
2
fax possibilities
I am trying to set up a linux based faxing solution for a client, and
have found that the modem they have (ancient dataplex external unit)
just isn't up to the job. It talks to some remote fax machines but not
others.
A new external modem ranges from AUD$75 to AUD$400, which got me
thinking of other possibilities...
#1 FXO PCI card (more expensive for 1 port, probably cheaper for 2+)
#2
2005 Mar 29
6
Aggregating data (with more than one function)
I have the data similar to the following in a data frame:
LastName Department Salary
1 Johnson IT 56000
2 James HR 54223
3 Howe Finance 80000
4 Jones Finance 82000
5 Norwood IT 67000
6 Benson Sales 76000
7 Smith Sales 65778
8 Baker HR 56778
9 Dempsey HR 78999
10 Nolan