Displaying 20 results from an estimated 3000 matches similar to: "Guidence in DialPlan programming."
2013 Jul 24
2
What is my syntax error here?
I have thsi code in a dial plan. The purpose of which is to set
distinctive ring tones for internal and transferred calls.
exten => _.,1,Noop(CALLERID_ALL=${CALLERID(all)})
exten => _.,n,Set(CallerIDNum=${CALLERID(num)})
; This just shows a list of interesting variables and their values
; Comment it out when finished debugging
;include => macro-dumpvars
;exten =>
2013 Jul 03
1
Custom dial plan for internal transfers of external calls
Arch = x86_64
OS = CentOS-6.4 (freepbx)
Asterisk = 11.4.0
FreePBX = 2.11.0.2
We use Snom870 handsets with firmware v.8.7.3.19.
I am trying to develop a custom dial plan to invoke a distinctive
ring-tone when an external call is transferred internally. Based on
an earlier solution I discovered I am attempting this:
[from-internal]
include => set-alert-if-local
[from-internal-original]
2013 Jul 26
0
Dial plan flow control
Arch = x86_64
OS = CentOS-6.4 (freepbx)
Asterisk = 11.4
FreePBX = 2.11.0.4
I am trying to understand flow control in Asterisk dial plans and not
having very much luck. I have read the Asterisk book from O'Rielly,
or at least those parts I believe might apply, but that has not helped
me much on this particular issue.
What I wish is to set three distinct ring tones on our Snom phones for
2009 Sep 18
0
Blind Transfer Won't Hangup
I'm using FreePBX 2.5.2.2 with Asterisk 1.6.1.4. If I make a call and
then decide to blind transfer them using ## my side of the call is not
hung up. Instead it sends me to voicemail. If somebody calls me and
then I blind transfer them with ## I am hung up on as expected.
I called from 8678 to 28688. I then transferred the call to 8532.
Asterisk acts like it wants to hang up, but then
2012 Jan 05
1
Blind transfers being cancelled by asterisk & hanging up on remote caller
Hello all,
I have a system running AsteriskNOW with asterisk asterisk-1.8.8.1-1_centos5 from AsteriskNOW repository. I just changed our Polycom 335 sip.conf so that blindpreferred=1 (all transfers default as blind transfers). If a customer calls in & we answer & transfer, everything works fine. But if we call out to a customer & then transfer to another internal extension, that
2015 Apr 17
0
Why is CDR(recordingfile) not being written to the database despite being set in the dialplan?
I am using Asterisk 11.17.1 with my program that uses AMI Originate calls to generate a bunch of calls for a callcenter. The PBX configuration is handled by FreePBX 2.11. I want to understand the dialplan behavior in order to figure out why the
CDR(recordingfile) is blank on the CDR records despite the dialplan setting it.
My program generates the calls by setting Channel=Local/NUMBERTODIAL at
2015 Jun 01
3
Signaling incoming call
Steve Edwards <asterisk.org at sedwards.com> schrieb:
> You can fiddle with the ring tone by phone specific configuration and
> phone specific SIP headers (sipaddheader(Alert-Info: ...)).
>
> These seem relevant:
>
> http://www.voip-info.org/wiki/view/RTTTL+melodies+for+ST2030 (the
> discussion looks relevant as well).
>
>
2007 Apr 03
3
Adding DND to dialplan
Hello -
I've read Asterisk should be able to activate a do not disturb feature
to turn off the ringers on extensions. I checked the wiki and can't
find documentation for how to do it.
Here's my attempt, added to extensions.conf:
[dnd-on]
exten => _#78,1,Answer
exten => _#78,n,Wait(1)
exten => _#78,n,Macro(user-callerid,)
exten =>
2005 Feb 22
0
Guidence needed....
Hello,
I have a couple a questiosn and hope you guys out there can help me or
at least point me in some directions... I'm currently planing
deployment of samba and apache+ftp with LDAP auth.
I've already setup a debian-powerpc distro to play around with.
a) I've a MacOS X 10.3 Server with LDAP and I'd like to use LDAP auth
for samba. is it possible? Are there any compatability
2007 Apr 18
2
[Bridge] Newbie at work - need some advise/guidence please.
Hello all,
I am new to Linux Ethernet bridging. Let me first start with what I am
trying to achieve. Well you see - I am attempting to have 2 main
firewall running at the same time - one as a master and the other one as
a slave. Yes, I would like to make use of Ethernet bridging in this
scenario - as I understand it, all I need are two machines and STP
enabled. I am running Debian
2015 Jun 01
0
Signaling incoming call
> Hi Steve!
>
> Thank you very much!
> It seems to run!
>
> I wrote that:
>
> exten => _00493513333333,n,Set(__ALERT_INFO=Bellcore-r3)
> exten => _00493513333333,n,SIPAddHeader("Alert-Info:<
http://www.notused.com
> >\;info=alert-external\;x-line-id=0")
>
> and the phone rings with another melody.
> Very curious is, that if I
2014 Sep 22
1
SIPAddHeader from a realtime databse
Hi Guys
I'm using asterisk 1.8.23.1
When I add a SIP Header from inside the extensions.conf
(SIPAddHeader(Alert-Info:<http://www.notused.com>\;info=alert-internal\;x-line-id=0)
) it works fine.
When I try to do the same thing from within a database table, all of the
string apart from x-line-id=0 gets ignored. I've tried escaping the
semicolon and not escaping it and the result is
2011 Feb 21
1
Dialplan execution stops on app call even with TryExec (Am I missing something simple?)
We're having an issue where we call ReceiveFax in a context that
includes a hangup extension and half the time dialplan execution doesn't
continue after the fax is received successfully. Am I missing something
simple here? Below is a sample call where this happened:
The last log line for this channel/call is:
[Feb 21 09:10:53] VERBOSE[13730] res_fax_digium.c: -- Channel
2019 Apr 05
0
Deep Replicable Bug With AMD Threadripper MultiCore
On 4 April 2019 at 17:28, ivo welch wrote:
| The following program is whittled down from a much larger program that
| always works on Intel, and always works on AMD's threadripper with
| lapply but not mclappy. With mclapply on AMD, all processes go into
| "suspend" mode and the program then hangs. This bug is replicable on an
| AMD Ryzen Threadripper 2950X 16-Core Processor (128GB
2019 Apr 05
2
Deep Replicable Bug With AMD Threadripper MultiCore
The following program is whittled down from a much larger program that
always works on Intel, and always works on AMD's threadripper with
lapply but not mclappy. With mclapply on AMD, all processes go into
"suspend" mode and the program then hangs. This bug is replicable on an
AMD Ryzen Threadripper 2950X 16-Core Processor (128GB RAM), running
latest ubuntu 18.04. The R version
2011 Jan 21
1
Unable to receive calls (inbound)
Hello all.
I have installed AsteriskNow 1.7.1 with all updates.
I'm able to make outbound calls without any problem (the external calls are made via an analog line, and the receiver see the CID). However I'm unable to forward incoming calls to the destination I want. What happens is when I make an internal call I ear a "bye".
Bellow is the log of the internal call:
--
2015 Feb 26
1
issue with inbound route
hello liste
i have creat i trunk sip and inboun route for inbound calls the issue whe i
use the DID in inboud route i have a error No DID or CID Match.
but when i leave this DID field blank i can route the call without any issue
how can ido in order to use DID in route inboud "i use elastix"
Executing [s at from-trunk:1] NoOp("SIP/358-106-000000c0", "No DID or CID
2009 Oct 05
1
Drop calls when using Flash Operator Panel
Whenever I try to drag calls to the Parking Lot or On Hold, FOP would
drop my calls. I have searched online and have found
similar problem, such as the link below. I have tried their solution
but still the FOP is not working correctly. I even installed the
HUDLite server and is getting the same results.
www.freepbx.org/forum/freepbx/users/flas...ot-transfering-calls
Here is the log when I tried
2010 Mar 09
0
DUNDI Sip authentication failure
Hi all, I'm new in asterisk and I got to set up a dundi config for my work.
I have 2 PBX for the test, the two PBX are in the same local network
PBX A : 192.168.199.23
PBX B : 192.168.199.21
my config files : (on PBX B , the config files on PBX A looks like it)
/etc/asterisk/dundi.conf
[general]
bind=192.168.199.21
port=4520
cachetime=5
ttl=32
autokill=yes
entityid=00:30:18:4C:33:53
2011 Jan 24
0
Voicemail hangs up
Hello.
I am running Asterisk v1.6 on Ubuntu 10.10 with FreePBX v2.8.
When I call the voicemail for any of my extensions, the call just dies. On a softphone, I get no sound whatsoever; it just hangs up after a couple of seconds. On my handset attached to my SPA-3102, it get a sound like when you leave an analogue phone off the hook. I have three extensions setup and they all do the same thing.