similar to: ODBC voicemail questions

Displaying 20 results from an estimated 7000 matches similar to: "ODBC voicemail questions"

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 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 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 15
1
Community PBX?
I'm wondering if anyone out there is running a community PBX for their local Asterisk User Groups or area Linux groups. I've been thinking of setting one up but am stuck as to what services to provide that people would actually find useful. I know that I could setup simple SIP->SIP to allow everyone to call each other, but that's not generally too fun. -- Kyle Sexton
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
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
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
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,
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
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
2007 Aug 17
2
Subscribe/Notify MWI not working for non-numeric accounts w/X-Lite
ok this is a wired problem. when i use X-Lite - after i register with asterisk X-lite sends a subscribe/notify request to asterisk to determine if the account has any messages waiting. if i create a sip.conf account using: user 12345 with a voicemail box 12345 - MWI works user jwolosuk with a voicemail box 12345 MWI fails (gets a 404 not found upon a subscribe) does anyone have a clue why
2014 Nov 10
3
backup incrementals on mysql
Hi all. I usally make backups of databases mysql. I make buckups of all datbase for example: mysqldump -u user -ppassword name_db > backups.sql also I make backups just its schema for example mysqldump -u user -ppassword name_db --no-data > backups.sql but now I need a backups incrementals, because the size of DB is very big (500 mb) How to make this? regards -- *Atte.
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
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
2015 Oct 20
3
Is there any solution, or even work on, limiting which keys gets forwarded where?
On Tue, Oct 20, 2015 at 01:31:46AM +0200, ?ngel Gonz?lez wrote: > On 16/10/15 12:46, hubert depesz lubaczewski wrote: > >On Thu, Oct 15, 2015 at 04:15:03PM -0400, Daniel Kahn Gillmor wrote: > >>> if the intermediary machine (the "jumphost") is jumphost.example, and > >>> you are trying to reach bar.example.com (which is behind the firewall), >