similar to: Transferring a call with IAX

Displaying 20 results from an estimated 1000 matches similar to: "Transferring a call with IAX"

2006 Mar 23
9
Tearing my hair out with Queues
Egads. Getting queues to work is like pulling teeth. extensions.conf: exten => q_main,1,Queue(oneeighty_main||||1) exten => 80014055,1,Dial(SIP/80014018,15,tr) exten => 80014057,1,Dial(SIP/80014018,15,tr) exten => 80014052,1,Dial(SIP/80014018,15,tr) queues.conf: [oneeighty_main] musiconhold = default joinempty = strict leavewhenempty = strict strategy = rrmemory retry = 0 member
2006 Jun 14
6
DUNDi Docs
Does anyone know where I can find some good DUNDi docs? The ones are dundi.org are absolutely horrible. The examples in dundi.conf are pretty much useless. I still can't figure out why Digium can't write some good documentation. It's their 'baby' after all. This really drives me nuts and pisses people off in general. I've been dicking around with DUNDi for over 6 months and
2006 May 12
4
DUNDi and Voicemail
Ugh. We thought we'd fixed some problems by using regexten and DUNDi. Guess not. We have a configuration with three Asterisk boxes. Phones register with a single, primary asterisk box under normal conditions. For voicemail deposit, retrieval, we trunk the calls over to our asterisk voicemail server. However, the voicemail server now has no knowledge of the location details of the phones,
2006 Jun 15
5
DUNDi Not Able to HandleComplexFailoverSituations
> -----Original Message----- > From: Watkins, Bradley [mailto:Bradley.Watkins@compuware.com] > Sent: Thursday, June 15, 2006 10:36 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] DUNDi Not Able to > HandleComplexFailoverSituations > > > Is it possible for you to explain in more detail the > situation involved.
2006 Nov 09
5
DUNDi precache
Does anyone have any information on how to use DUNDi precaching? Mark Spencer made a post 2 years ago where he hinted it may be possible to configure DUNDi such that you could centralise your DUNDi registration info by using precaching, instead of having each DUNDi peer meshed with every other one... http://lists.digium.com/pipermail/dundi/2004-October/000189.html However, it seems that no
2006 Mar 22
2
Realtime Query
Arrgh. I just made a call with Asterisk to extension 2944093. That extension exists in astdb and I have rtcachefriends=yes in sip.conf. Asterisk did a database query... SELECT * FROM ast_sip_users WHERE name = '2944093' Uhm... Why? Doug
2006 Jun 15
4
DUNDi Not Able to Handle ComplexFailoverSituations
Is it possible for you to explain in more detail the situation involved. I'm still thinking that what you're trying to achieve can be done at least with the help of DUNDi weights, but I still don't think I have a full grasp of the solution you're crafting. Regards, - Brad -----Original Message----- From: asterisk-users-bounces@lists.digium.com
2006 Mar 24
8
Asterisk Failover without SER
Hello all, I first want to thank everyone for all your contributions. I've building an asterisk system for a month or so now and without everyone in the online asterisk community I wouldn't have made it this far yet. Thanks! ...ok, mushiness out of the way.. :) I am looking for a failover and ultimately a load balancing asterisk solution. I've done a good bit of research and I
2006 Jun 01
5
Converting Voicemail wav to mp3
Anyone know if a way to have voicemail files stored as mp3's? Thanks, Doug.
2006 Jun 02
2
NFS and voicemail
Has anyone successfully gotten two separate servers to handle voicemail on an NFS shared mount? The main thing I'm concerned about at this point is keeping both systems from writing the voicemail file to the same filename... any thoughts? -- Aaron Daniel Computer Systems Technician Sam Houston State University amdtech@shsu.edu (936) 294-4198
2006 Mar 23
7
[OT] Polycom provisioning
Does anyone have the polycom soundpoint ip's successfully remotely provisioning? I've got the phone pulling default configs, and it's downloading phone specific information, but it's not actually using that information. Any help would be appreciated :) -- Aaron Daniel Computer Systems Technician Sam Houston State University amdtech@shsu.edu (936) 294-4198
2006 Apr 14
1
Re: Asterisk-Users Digest, Vol 21, Issue 81
I too had a server room fry and need to replace h/w. So what specific Dell servers did/do you deploy? Where is the link w/Digium/s Dell caveats? I'm using the Digium TDM400 card w/* > Date: Thu, 13 Apr 2006 19:19:13 -0500 (CDT) > From: Aaron Daniel <amdtech@shsu.edu> > Subject: Re: [Asterisk-Users] Digium cards, so disappointing ! > To: Asterisk Users Mailing List -
2006 Mar 10
2
Dial plans and forwarded phones
Does anyone know if asterisk can detect and handle if a phone is forwarded in the dialplan? Aaron
2006 May 11
4
'extensions reload' clears Regextens
I hope I have this wrong, but when I have a bunch of priority 1 NoOp's created from regexten in sip.conf, and I do an 'extensions reload', I lose all the priority 1 NoOps! This can't be right... this means that in a production environment, if you make a change to your dialplan and do an 'extensions reload', you lose your ability to terminate calls to phones on this system.
2006 Jun 02
17
Config Revision Control
Has anyone got any neat solutions for Asterisk .conf file revision control? We have multiple Asterisk boxes here, that we'd like to maintain a _mostly_ common set of conf files on. They aren't all the same though. There's subtle differences. For example, in sip.conf, iax.conf etc, the bindaddr setting is different. Dundi.conf is very different between each system. At the moment I
2006 May 31
5
Explicit Dialplan Exit
So, I've kind of converted my dialplan from: exten => custcare,1,GotoIfTime(8:00-17:00|mon-fri|*|*?acd_one_queue,custcare-open,1) exten => custcare,2,Goto(custcare-closed,1) exten => custcare-open,1.... exten => custcare-open,99.... exten => custcare-closed,1.... exten => custcare-closed,99.... to: exten =>
2006 Jun 14
2
DUNDi Not Able to Handle Complex Failover Situations
This is driving me nuts. Why doesn't the DUNDILOOKUP function return the weight of a path to a number? The CLI 'dundi lookup' command does. What about the mac address and expiry period? The CLI command returns those, but the DUNDILOOKUP function does not. Why? We absolutely need this in order to perform out routing logic. It has become quite apparent to me that DUNDi is _NOT_ suited
2006 Mar 23
2
TAC Case Cisco 7960 Proxy address showing up in callerID
Figured this was worth passing on... This was reported due to the proxy IP address showing up in CallerID on the phone. -----Original Message----- Sent: Thursday, March 23, 2006 12:01 PM Tim, I have tracked down the source of the change in the SIP firmware. The behavior was changed as a fix to bug id CSCsc22406 (host part of the callerid not preserved in ReceivedCall entry). This was a
2006 Oct 18
2
Digium on Dell PowerEdge 1850
Does anybody have Digium TE212P interface card on Dell PowerEdge 1850? I'm planning to install * on that configuration so I'm looking for any positive/negative experience. Best regards, -- Tomislav Par?ina Lama Computers Split Stinice 12, 21000 Split Tel.: +385(21)270248 Mob.: +385(91)1212148 SIP: tomo@sip.lama.hr e-mail: tparcina#lama.hr http://www.lama.hr
2006 Nov 01
2
Realtime, DUNDi and regexten
It seems that when you use Realtime static and possibly realtime realtime for sip users, that Asterisk fails to create the regexten context for DUNDi. Someone else had the same problem back in July. Doesn't look like they ever had a resolution. <http://lists.digium.com/pipermail/asterisk-users/2006-July/160105.html>