similar to: Labels and Goto()

Displaying 20 results from an estimated 30000 matches similar to: "Labels and Goto()"

2006 May 30
20
AEL #include
Anyone know if #include works in ael yet? extensions.ael: #include "inc/pbx/global.conf" context test_context { }; *CLI> ael reload May 30 13:56:45 NOTICE[8516]: pbx_ael.c:1120 handle_root_token: Unknown root token '#include' May 30 13:56:45 WARNING[8516]: pbx.c:3758 ast_merge_contexts_and_delete: Requested contexts didn't get merged
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 24
11
Transferring a call with IAX
Here's an interesting question: If I transfer a call from Asterisk system to another with IAX, is there any way I can get control back on the original system? Or.. do I lose control, and the dialplan has to continue on the new system? Scenario is we transfer calls to an Asterisk system that handles ACD queues. If the ACD queue times out, we want to send the caller to voicemail on another
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 01
5
Converting Voicemail wav to mp3
Anyone know if a way to have voicemail files stored as mp3's? Thanks, Doug.
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 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 11
8
Dialling a DUNDi Route
I'm using DUNDi. My lookup returns 'IAX2' for the tech, and 'dundi:q9sgTFkVMBFdmp0IDX1bYQ@xxx.187.142.204/3254101' for the destination. How do I dial this? I've tried dialling it with: "Dial" "IAX2/dundi:q9sgTFkVMBFdmp0IDX1bYQ@xxx.187.142.204/3254101" passed from my AGI script, but the other endpoint (xxx.187.142.204) is returning: May 11 09:23:41
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 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 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>
2006 Mar 21
12
Fw: anybody has SIP realtime working ?
Hello, I am just asking this because I am note sure if the problem is on my side or not, I saw some comments on SIP realtime today so I was wondering, has anybody has SIP realtime working with a softfone ? If yes, please confirm, that would give me a light. My previous message to the list is below. Thanks. Frederic ----- Original Message ----- From: Frederic Jean To:
2005 Dec 23
6
SIP permit/deny
I have the following in sip.conf. It was my understanding that this configuration (ie with deny/permit) would only allow connections from hosts 192.168.10.4 and 192.168.10.5. That doesn't seem to be the case. Asterisk is accepting INVITE's from other addresses. [a00090101] type=friend context=Company1 username=a00090101 ;secret=180 ;insecure=very host=dynamic mailbox=company1@vmusers
2006 Jun 28
4
Realtime SIP Registrations
Has anyone considered the idea of splitting the sip registration information in a realtime database from the actual configuration of the peers? I mean, instead of having a table full of the configuration information (i.e. name, regexten, secret, etc) and registration information (i.e. ipaddr, fullcontact, etc), you have separate tables with their own information. This way, you can have separate
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 Apr 12
33
DUNDi with SIP
Anyone out there have a functional DUNDi configuration using SIP for the inter-Asterisk transport? I've gotten it to work with IAX2, but if I change it to SIP it does not pass the call over even though it knows where to send it. Thanks. The contents of this email message and any attachments are confidential and are intended solely for addressee. The information may also be legally
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 Jun 16
5
asterisk load balance
Hi, I am designing a asterisk load balancing model as follow. There are 3 asterisks connected to a single DB and a single server storing all the configuration file and voicemail. Round Robin DNS will distribute the request to asterisks. DNS round robin ---+ asterisk1--------------------------+ DB and file server +---asterisk2-----------------------+
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 Dec 15
2
MOH Between Asterisk Servers
Scenario: A call is sent from one Asterisk system to another with IAX. The remote Asterisk system runs the Queue application, which then starts to play a different music on hold class then the standard 'default'. The console on this system displays: -- Executing Queue("IAX2/xxx.yyy.142.203:4569-4", "demo_QMain|t|||60") in new stack -- Started music on hold,