Displaying 20 results from an estimated 2000 matches similar to: "Community PBX?"
2007 Feb 16
2
Jabber/Asterisk Integration
Started playing with 1.4 and I'm curious what uses people have come up
with for the Jabber integration? So far I can think of presence based
call routing, but I'm sure there are other ideas. How are YOU using
the new Jabber features in 1.4? :)
--
Kyle Sexton
2007 Feb 13
2
E911 SIP or IAX providers?
Does anyone have any experience with any SIP or IAX providers that
support E911? I'd love to convert entirely to Asterisk at my house,
but the lack of emergency dialing has been a major hold-up for me.
Thanks in advance for any suggestions!
--
Kyle Sexton
2007 Oct 29
8
Mystery phone!
Does anyone know who really makes this phone:
http://www.hybsys.bg/Products/VoIP/IP/Phones/5000/
Large pictures are at the bottom:
http://www.hybsys.bg/img/ipph/IP5000_1.jpg
http://www.hybsys.bg/img/ipph/IP5000_2.jpg
--
Kyle Sexton
2007 Jun 08
1
Not getting CID Name from PRI
Having a problem w/ not getting CID name from a PRI. CID Name appears in
the PRI debug, but even after a Wait(4) it still appears after the phone is
ringing. Here is the relevant info from my PRI debug output. Line 4 is a
NoOp showing me trying to echo Name and Number. Line 6 dials the
extension, and you can see callerid name get presented on line 29. Again,
there is a Wait(4) before the
2008 Jun 16
1
Agents getting "stuck" busy
Having a weird issue with some agents getting stuck busy on my system. Call
will come into the queue and the agent will hit DND, or be DND when the call
comes in (DND being the button on eyeBeam softphone, not a star code).
After the agent comes back from DND they will be "stuck" as busy in the
queue and I have to reload chan_agent.so in order to get them available.
I'm running
2007 Jun 14
1
ODBC voicemail questions
Before I head down the path of converting voicemail to an ODBC backend, I
have a couple questions that I was hoping someone would know.
1. Is the voicemail message stored in the datbase, or just it's
location/filename?
2. Does MWI propagate when using an ODBC backend?
3. If it does both of those things, wouldn't it work well for a centralized
voicemail system instead of a solution like
2012 Aug 02
1
Setting hostnames in razor
All,
Is razor only really useful for configuring mass numbers of hosts? I''ve
been playing with it and one thing I''m not grasping is how to set a
hostname if I''m only building one host, say wiki01.foo.com. For each
server like that would I need a separate policy, or is there some other way
people are using to pre-populate specific host information to be passed to
2007 Jun 15
1
Where an extension really is (DUNDi woes)
I have two servers setup to do DUNDi lookups against each other. The
scenario is that on server A, I have a wildcard match for extensions 64XX
that rings to a local extension on the server. On server B I have a 6442
real extension that I would like to have ring if called. It seems that
DUNDi is matching on the 64XX and not searching out to see if there is a
*more* exact match than the pattern
2003 May 07
1
Bug report: deletion of files only on the target is not logged
Please see the attached file and let me know if you need any more
information.
/Sam
Sam Sexton <mailto:sam.sexton@reuters.com>
Reuters Coventry
Automated Dealing Technologies
Phone: +44 24 7625 6562
Fax: +44 24 7655 5203
--------------------------------------------------------------- -
Visit our Internet site at http://www.reuters.com
Get closer to the
2003 May 01
4
--exclude-from works but "exclude from" in rsyncd.conf doesn't ?
I'm setting rsync up for the first time and would prefer to have the
exclude file defined in the conf file, but the exclusions aren't
honoured when I define the parameter in rsyncd.conf - although they are
when I specify the file in an argument. The server is the remote system
and both rsyncd.conf and the exclude file are the same on both local and
remote systems. I'm attaching the
2015 Feb 05
2
dovecot.index.log in Maildir/cur
On 2/5/2015 12:56 AM, Steffen Kaiser wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Wed, 4 Feb 2015, George Sexton wrote:
>
>> I'm seeing two bogus messages appearing my Maildir/cur directory.
>> They're dovecot.index.log and dovecot-uidlist.
>>
>> -rw------- 1 gsexton users 51 Feb 4 09:04
>> Maildir/cur/dovecot-uidlist:2,S
2007 Sep 18
1
Queue agents w/ DUNDi
All,
I'm trying to configure queue agents w/ a DUNDi setup so that an agent
can login to whatever server they please w/o any custom setup. In
general this seems to work, agents login w/ AgentCallbackLogin into the
incoming context (not a special queue context) and can receive queue
calls.
The problem is that since the incoming context is the same context as
the normal incoming call context,
2003 May 09
1
No subject
I sent three messages to the list on Tuesday, but none of them have
reached the archive, and I've not seen a reply. I'll send the other two
separately. The problem may be at my end, but I didn't get any error
messages.
/Sam
Sam Sexton <mailto:sam.sexton@reuters.com>
Reuters Coventry
Automated Dealing Technologies
Phone: +44 24 7625 6562
Fax: +44 24 7655 5203
2012 Feb 02
1
Quick bash tip for finding free SIP extensions from your sip.conf
Created this function on one of my machines today, thought others might
find it useful:
freesip() {
comm -2 <(seq $2 $3) <(cat $1 | grep ^\\[ | sort | uniq | tr -d \[ | tr -d
\]) | grep ^[[:digit:]]
}
On RedHat/CentOS based systems you can create the following file to have
the function available on login:
/etc/profile.d/freesip.sh
# Free SIP extensions
freesip() {
comm -2 <(seq $2
2006 Apr 17
1
Agents, Queues, and Voicemail
All,
I am experiencing an issue where if an agent is logged into the queue, but
has their client closed. It appears that when the queue calls the agent, it
goes through the macro I have setup for that user and will dump them to
voicemail if unavailable. This pulls the call out of the queue, which is
not what I would like to happen. I am wondering if this is the expected
behavior and I should
2009 Mar 03
1
Mantel test!
Dear Gavin,
What is the interpretation of a simulated p-value of 1 in a mantel
test and how is the p-value derived? When we run two highly
negatively correlated matrices we get this result: r: -1, simulated p
value: 1
I would expect the high p-value of 1 to mean not significant. Could
you clarify?
Thank you,
Jason
Jason P. Sexton
Graduate Group in Ecology
University of California,
2015 Feb 04
2
dovecot.index.log in Maildir/cur
I'm seeing two bogus messages appearing my Maildir/cur directory.
They're dovecot.index.log and dovecot-uidlist.
-rw------- 1 gsexton users 51 Feb 4 09:04 Maildir/cur/dovecot-uidlist:2,S
-rw------- 1 gsexton users 244 Feb 4 09:04 Maildir/cur/dovecot.index.log
These files are only appearing in the Maildir/cur directory, and not in
any other directory that mail is delivered to (e.g.
2007 Jul 19
1
iaxtel.com down?
www.iaxtel.com seems to be down, does anyone know if there is another way to
register new numbers with them?
--
Kyle Sexton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070719/1d4f998f/attachment.htm
2007 Jul 27
1
Will the Sangoma A40003X fit in a 2950?
Considering getting the card pictured here,
http://www.voipsupply.com/product_info.php?products_id=2419&searchid=341962,
and was wondering if anyone had any experience with those in a 2950's
case. From the picture it looks to be a pretty large card. I'd hate
to get it and have it not fit!
--
Kyle Sexton
2003 May 07
1
Bug report: "exclude from" in rsyncd.conf is not effective.
The attached script file gives all the relevant details - I hope -
please ask if you need any more information.
/Sam
Sam Sexton <mailto:sam.sexton@reuters.com>
Reuters Coventry
Automated Dealing Technologies
Phone: +44 24 7625 6562
Fax: +44 24 7655 5203
-------------------------------------------------------------- --
Visit our Internet site at