similar to: dial plan logic

Displaying 20 results from an estimated 40000 matches similar to: "dial plan logic"

2006 May 25
1
pap2 bridging problems
I'm having a real problem with one of my linksys pap2. On outgoing calls the callee will ring, but caller (pap2) will not here it ring When the callee answers, no audio is transmitted either way. Asterisk reports the call connected and bridged correctly. Now the kicker is that sometimes it works and other times it doesn't. I have had the most luck calling land lines, but sometime
2006 Mar 31
1
incoming triggers seperate outbound
Hey, I would like in the course of dial plan logic, to trigger a separate outbound call. If that outbound call is answered, and if that certain key response is detected then it will bridge the incoming call to the newly dialed outbound call. What I want to accomplish is that when a caller dials in, they can enter enter an extension that will call out to a callee's cell phone. When the
2006 Apr 08
6
How to set busy
For multiline phones how do you set SIP channels to busy. For instance if SIP/101 is on a call then dial would return busy. Right now it just starts ringing on line X, and stacks up from there. What would be really great is if I could control how many calls by the context. So if a call was routed via [overload] Then the ext wouldn't report busy it would just keep ringing available
2006 Apr 07
2
Attended Transfer howto
There is plenty of information on the wiki for setting asterisk up for transferring calls both from the Dail() command, and features.conf. What really seems to be missing, is simply how do you actually perform the transfer? Blind transfers are pretty simple as you only have two obvious steps. How though do you do attended transfers? 1.) You have a call 2.) You dial *2 or whatever you have
2005 Jul 07
1
4GB limit on samba 3.0.4
Does anyone know anything about a 4GB size limit on Samba 3.0.4 running on AIX 5.2 with a 32-bit kernel? We currently have files being transferred from a Windows 2000 server to an AIX machine, and if the files are larger than 4GB, they are getting mangled. Running samba at a high debug level shows the file pointer rewinding or becoming negative once it reaches 4GB and md5sum indicates that the
2010 Feb 16
2
Issue with trying to dial two different servers at the same time.
Okay, so my issue isn't really a technical one but more of needing advice on the best way to program this. I have a user in Colorado who works from home but frequents our office in Colorado. All of our remote users connect to a server in Dallas the users at the HQ in Colorado connect to a separate server in the Colorado office that is on the private network. I have an IAX trunk between the
2008 Feb 20
3
Dial+Macro and Queue
A call comes in and goes into the queue, the queue dials a sip channel using a macro. The macro plays a set of options to the callee and if the callee presses 3 it sets MACRO_RESULT=CONTINUE and the macro ends. For some reason the caller goes back into the queue rather than continueing on in the dial plan. Why is this, i could have sworn in 1.2 if i set MACRO_RESULT=CONTINUE that the
2004 Jul 12
0
Verbose name
Miles Scruggs wrote: >>Miles Scruggs wrote: >> >>>How do I shorten my servername that is displayed to windows clients >>>currently it is >>>'Samba 3.0.2a-Debian (netbios name)' How do I change this to netbios >> >>name >> >>>only? >> >>Look for the "Server string" line in your smb.conf - this is where
2009 Dec 03
1
Dial application with M option
Hello, What i am trying to do is ..... Dail a number and ask if you wana talk to XXX press 1 and if you dont wana talk press any other key. For this purpose i am using this link<http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial> . *I am using this option :- * *M(**x**)*: Executes the macro (x) upon connect of the call (i.e. when the called party answers). IMPORTANT - The CDR
2007 Jun 19
5
Problems translating should_render from 0.8.2 to 1.0.5
<font size="2">I''m working on a large Rails site and we want to move from RSpec 0.8.2 to the latest and greatest.&nbsp; So we ran the translator and yet we''re having a lot of trouble translating should_render.<br><br>I found this on the web:<br><br>We will NOT be supporting the following in the new syntax:<br>&nbsp;
2006 Apr 05
5
Dial Plan Logic Problem
Hi I can't for the life of me work out why this is not working. When in the campon contect if you hit a DTMF key 2 you get moved to the exten => 2 defined in the mainmenu context not the exten => 2 defined in the campon context. What is wrong? The same happens if you hit key 1. [campon] exten => _*1XXX,1,Answer exten => _*1XXX,2,SetCallerID(${CALLERIDNUM}) exten =>
2006 Jun 15
1
d & e options in meetme()
I'm really confused on how to use these two options together: A while back: JustRumours edited this page: http://www.voip-info.org/wiki-Asterisk+cmd+MeetMe and added a little section about dynamic conferences. the 'e' option is repeated all over the page as the savior of dynamic conferences, maybe I'm just dumb, but can someone tell me if a conference is created with the e
2005 Oct 16
3
Dial plan questions
I'm afraid I'm quite confused by what I've found on the Wiki. I have the following dial plan that works: exten => 2201,1,Dial(sip/2201@gs1.uucp,20,) exten => 2201,2,Voicemail(u2201) exten => 2201,3,Hangup exten => 2201,102,voicemail(b2201) exten => 2201,104,hangup When the phone is in use it goes to voice mail as busy. When not picked up, as
2004 Jun 01
15
Feedback needed! FindMe/FollowMe Feature Spec.
Hello all, I'm going to tackle learning C this week, and start writing my first * add-on/contribution; assuming it's actually worthy of contributing once it's done.. I think I've chosen a hefty project for my first go round here... I'd like to get some feedback from everyone on a FindMe/FollowMe spec I've put together. Before you read on, let me say, I don't want
2005 May 16
1
Dial plan - does not stop after first match
My dial plan seems to work great - in that when I call extensions 1234 it connects to 1234. Strangely, after the call terminates (the other side hangs up first), Asterisk continues in the same context and then matches to extensions _. which causes an invalid extension error! Why does asterisk not leave the context (called internalmenu) after the remote hangup? Instead, it continues to the
2004 Jul 07
3
Profiles
I have a few weird problems with profiles on my samba PDC. Right now I'm just testing with two XP pro clients. Samba is Samba version 3.0.2a-Debian The problems that I'm having and I believe are related are: 1.) Profiles are saved to the server, but don't migrate to different clients. This is very odd, I can make all sorts of changes to the profile and I can see those changes
2015 Feb 10
1
Dial Plan Issue
I am trying to transition an application over from a FreePbx box to a Standard build Asterisk 11.6 box. I have a job that creates a call file and plays a sound file. If it detects a voicemail, then it plays it, waits 1 second and replays it. The FreePbx box works fine but the Standard Asterisk build is dropping the call during the first Voicemail playback and it does not leave the voicemail.
2005 Jun 15
1
SIP transfer/REFER to voicemail problem
I've google for hours trying to find a discussion of a similar problem as the one I'm having, so forgive me if this has come up before. If it has, please point me in the right direction! The problem occurs when a caller (A) is transferred by an intermediary party (B) to voicemail (Voicemail or VoicemailMain), either directly or by being taken to voicemail when the callee (C) doesn't
2015 Jun 03
1
RES: RES: How to invoke a binary file from the dial plan?
> I love this question, simply because it allows me to talk about one > of the neatest features I programmed into my system that barely > anyone knows exists. Plus it lines up pretty much exactly with what > you are trying to do. > > We have our gate control system tied into our Asterisk phone system > so it is possible to dial a code on the phone and open the entrance
2007 May 30
3
Dial plan inquiry using GotoIf()
Hi all, I'm looking for some rudimentary insight on GotoIf() which seems to be failing on me in my dial plan. All I basically wish to do is block a particular caller. Sounds easy enough, but my ternary operator/plan currently is not properly being implemented. Can anyone spot where I'm being a momo? All extensions get forwarded to the following macro: [macro-forward] ; arg1 = phone