search for: dialplans

Displaying 20 results from an estimated 5417 matches for "dialplans".

Did you mean: dialplan
2013 May 05
2
My new Polycom 450's can't xfer to 4-digit extension
Hi all. I just installed bunch of IP450's and everything went well and my customer is happy.... except that they are unable to transfer calls to other extenstions. They can dial them directly just fine. However, when the user is in a call and presses the transfer soft key, they get dial tone, and start typing the extension, say 1008. But by the time they get 100 typed in, the phone tries
2007 Mar 05
4
Polycom Questions
Any Polycom gurus out there? If so, I have a few config file questions. First off, does anyone have the daylight savings time rules written for this Sunday's big change? Secondly, if there any way in the config file to tell the phone not to display the number of missed calls? I don't mind it keeping the missed calls list, I just don't want that running count. Lastly, I am trying
2004 May 06
1
polycom dialplan
I recently had a bear of a time getting a Polycom Soundpoint 500IP up and registered.. Now that its registered I ran into a problem w/ the dialplan. Needing to dial x101 I'd dial 10 - then get a fast buzy.. Also making a local call - dialing 95551212- would give me a fast busy after the 7th digit - so 9555121.. Same w/ LD calls... This dialplan really got me down as I didn't find
2009 May 06
3
Polycom Dialplan Digitmaps
I'm replacing a SoundPoint IP 600 with a SoundPoint IP 650. I attempted to simply reuse the existing config files for the old phone on the new phone, but the new phone would lock up on the 4th digit when attempted to dial out certain numbers. So, I downloaded the newest firmware and config templates from Polycom, and attempted to migrate the settings. Seems I'm missing something from
2007 Apr 19
0
CLI Dialplan options...
I have a very strange problem. I have two Asterisk servers running 1.4.2. On the first one I have the following options: Connected to Asterisk 1.4.2 currently running on pbxoficina (pid = 7057) Verbosity is at least 3 pbxoficina*CLI> help dialplan dialplan add extension Add new extension into context dialplan add ignorepat Add new ignore pattern dialplan add include Include
2004 Sep 01
1
Dynamic dialplan
We intend to use Asterisk with a very large dialplan (with a lot of functionality for 3000+ users). Each user will be able to change several of his parameters in the dialplan, so we will be forced to reload the diaplan constantly. Has anybody else any previous experience with a similar installation? There are some things that we'd like to know, if anybody can help us. These are: - Is
2008 Jan 21
1
Polycom 320 Issue
Hi All, I'm not sure if this is related directly to asterisk or not but on my Polycom 320 when I try to dial a number smaller than 4 digits I get an error on the phone saying "Enter more digits". The dial plan section is listed below. <dialplan dialplan.impossibleMatchHandling="0" dialplan.removeEndOfDial="1"> <digitmap
2010 Mar 02
1
dialplan reload: not working with large dialplans
There is a problem that bothered me for a long time: Since one of the 1.6.0.x patch releases up until 1.6.2.5 a "dialplan reload" works only once with a bigger dialplan. If I issue "dialplan reload" again, it won't do anything. After doing so the cli won't show responses to any commands anymore. So if I have to do another change to the dialplan, I have to stop/start
2010 Jun 25
5
Is there a default dial plan that is not in extention.conf?
Hi, I have a trivial peace of dialplan for exten 100. I try to change it to _1XX and the asterisk act according to a different (Default??) dial plan and not the one I want? Is that possible? Where is the other dialplan sits? In my extention.conf I can't see something that look like what asterisk is dialing. How can I trace\debug my dialplan? Thanks, Eyal -------------- next part
2015 May 06
0
Cannot "dialplan reload". Explain module loading
Hi, I've got a system on which Asterisk 11 was first installed. Then Asterisk 13 was tentatively installed. Then I'm trying to re-install Asterisk 11. Every install was made from Asterisk source. Now Asterisk 11 seems correctly installed but basic "dialplan reload" command fails with: dialplan reload No such command 'dialplan reload' (type 'core show help
2018 Oct 08
3
Use AGi Commands without script in Dialplan
On Monday 08 October 2018 at 12:44:43, Yves wrote: > I am looking for an easy way to execute any AGI Command directly from the > dialplan without the need to call an external script. The whole point of AGI is that it calls an external script in order to replace commands in the dialplan. Executing an AGI command without an external script doesn't make sense. Antony. -- There's
2007 Sep 11
2
Asterisk 1.4.11, res_features.so, SegFault
Hi All, I have a really strange issue occuring where if I run "show dialplan" or "dialplan show" or "dialplan show parkedcalls", then asterisk dumps core. It only appears to happen with contexts that are created within res_features. I am able to display all my other dialplans, but, every time I try to just do a normal "dialplan show" asterisk core dumps (Segmentation Fault). My environment is as follows: Asterisk v 1.4.11 Solaris 10 update 3 (11/06), patched current gcc v3.4.3 example console output ----------------------------------------------------------...
2018 Jul 28
2
dialplan reload not showing debug info even with debug on (ast 15.5)
I've not needed to do a dialplan reload for a while, so I don't know exactly which version is stopped working, but on 15.5, I'm not seeing ANY debug info at any debug level. So I'm not really sure how to find mistakes in the dialplan. This is all I get... how do I enable this debug mode to see the previous behaviour? Thanks asterisk -rvvvvvddddd (enters console) dialplan reload
2006 Dec 19
26
Match a Numer - then continue with dialplan
Anyone know if there's a way to match a dialplan extension, execute some code, say set a variable, and then continue with the dialplan? I want to set a variable when the dialplan flows beyond a certain context. This would be a great feature. Doug.
2020 Sep 22
2
AMI vs. Dialplan Originate
Hi. (Asterisk 16.2.1) I'm using AMI Originate to initiate calls, and I'm passing some additional data in to the dialplan context using the Variable: parameter. Works fine. https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_Originate Now I need to do the same thing but from another context in my dialplan, so I was expecting to use the Originate() dialplan command,
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 =>
2020 Apr 27
1
Reload dialplan from bash in strict mode
Hi All, I hope someone can give me a hint. We try to reload the asterisk dialplan config using ansible command module. Using this we just trigger asterisk -rx "dialplan reload" Now we want ansibe to fail if there is something wrong in the dialplan. If we put a bad config in extensions.conf dialplan reload prints some warning in Asterisk console but the command "asterisk
2006 Oct 10
28
How big is *your* dialplan??
Hello! In my relentless quest for knowledge, I pose this question: who's got the biggest dialplans, and how big are these monsters? What's the biggest dialplan in use right now? If you feel you are a competitor, let me know how many contexts/extensions/priorities you are dealing with. Maybe the context with the most extensions, the extension with the most priorities would be interesting......
2007 Jan 01
1
Help needed with Polycom dialplan pattern matching
I'm using Polycom Soundpoint phones and I want to use some extensions beginning with # for features setup. I'm getting the fast busy "can't match it" signal. I want to match #50 for call forwarding, for instance, and #505551212 to set the call forwarding number and turn it on. I have tftp set up and sip.cfg contains the following: <dialplan
2008 Dec 15
3
Variables for dial plan
I want to have a arbitary named variable within the client's user details in sip.conf [client1] dialplan=NZ .......... In extensions.conf (Logic expressed using PHP style) if ($dialplan == NZ) { $NAT = 0; $INT = 00; }; and in the [outgoing] section ; Australia exten => _${INT}61[278]NXXXXXX.,1,Set(CDR(UserField)=AUSTRALIA) exten =>