Displaying 20 results from an estimated 30000 matches similar to: "truncated extensions"
2005 Oct 05
1
Help! Extensions
Hello How do I fix this....
[IPComms-in]
exten => ${IPCCIDN01},1,Noop(${DATETIME} ${CALLERID})
exten => ${IPCCIDN01},2,SetCallerID(${CALLERID})
exten => ${IPCCIDN02},1,Noop(${DATETIME} ${CALLERID})
exten => ${IPCCIDN02},2,SetCallerID(${CALLERID})
exten => ${IPCCIDN03},1,Noop(${DATETIME} ${CALLERID})
exten => ${IPCCIDN03},2,SetCallerID(${CALLERID})
exten =>
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 23
6
Caller ID Matching in extensions.conf
I'm running 1.2.9.1, and I can't get caller id dialplan matching to work.
When calling from 9220370 to 1234, the following does not match.
exten => 9220370/1234,1,NoOp(${CALLERIDNUM})
exten => 9220370/1234,2,Answer
exten => 9220370/1234,3,Playback(tt-weasels)
However, when calling from 9220370 to 1234, this DOES match.
exten => 1234,1,NoOp(${CALLERIDNUM})
exten =>
2006 Apr 19
1
Callerid matching in extensions.conf
I'm using Asterisk 1.2.7.1. Has the callerid number matching functionality in extensions.conf changed recently?
exten => 5555,1,NoOp(${CALLERID})
hestia*CLI>
-- Executing NoOp("SIP/2944093-d24d", ""Cletus the Slaw Jawed Yokel" <2944093>") in new stack
== Auto fallthrough, channel 'SIP/2944093-d24d' status is 'UNKNOWN'
This
2012 Oct 12
2
Recommendation for extension mapping on inbound T1 line
Converting this customer from a MiTel system to asterisk. Discovered
that the inbound calls from the T1 are going to extension 366. (This
was mapped in the MiTel for some arcane purpose.) The dial plan I am
currently using is shown below. When loading the dial plan, I get this
warning:
WARNING[5004]: pbx_config.c:1561 pbx_load_config: The use of '_.' for
an extension is strongly
2016 Oct 13
4
Match one OR two digit extension not working as expected without using "dangerous" _. pattern (Ast 14)
Back to basics here. I want to match on one OR two digits.
The following two both work, but ONLY for more than one digit, which
is not as expected from the docs (see below).
exten => _X.,1,SayNumber(${EXTEN})
exten => _[0-9].,1,SayNumber(${EXTEN})
This next one will ONLY match 2 digits, as expected, but the first two
SHOULD match one or more, right?
exten => _XX,1,SayNumber(${EXTEN})
2011 Feb 05
11
Callback through extensions.conf?
Hello
I'd like to configure Asterisk so that...
1. I ring it from my cellphone with CID number displayed, just to
notify Asterisk that I wish to make a call
2. Asterisk waits until I hang up, calls me back, and prompts me for
the number I wish to call
3. Asterisk puts me on hold through Flash(), which is apparently the
equivalent of hitting the R key on European handsets
4. Asterisk calls the
2010 Feb 12
3
Problems with certs
Trying to setup a sandbox environment, and I''m running into some issues.
When I run the system in --noop mode, everything works as it should (long
list of options truncated to ...):
[root@kvm001 ~]# puppetd ... --noop
info: Caching catalog at /var/lib/puppet/localconfig.yaml
notice: Starting catalog run
notice:
//dev_server/basenode/role_general/ntpd/File[/etc/localtime]/ensure: is
2005 Jul 04
2
Extensions will not go to voicemail
I have a remote installation that connects via IAX from my office pbx.
When I call an extension on the remote pbx, after the dial period, the
call is terminated. Nothing I do in configuration of that extension
seems to matter:
-- Executing NoOp("IAX2/netconcepts@nnn.nnn.nnn.nnn:4569-5", ""Dial
710"") in new stack
-- Executing
2005 Aug 04
5
newbiew extensions.conf question
I am newbie trying to setup about 12 Polycom Ip500's
on an asterisk server. I am working on my
extensions.conf and am trying to make it so that all
my extensions can dial each other. My extensions are
number 720, 721, 722, 723 ..etc
in my from-sip context I began doing entries such as:
exten => 720,1,Dial(SIP/720,20)
exten => 720,2,Voicemail(u720)
exten =>
2007 Jan 19
1
Integrating asterisk with Toshiba Astrata DK380
Deat all,
I am in middle of integrate Asterisk with Toshiba astrata legacy pbx.
Following is my setup
*Asterisk <-> Digium TE110P <-> E1 card in toshiba pbx <-> Toshiba PBX*
A =============================================> B
C <============================================ D
Asterisk PBX and strata PBX connected using back to back E1 cross cable.
Physicall connectivity
2011 Feb 15
1
Lua extensions are not working on asterisk 1.8.2.3
Hi,
After compiling a installing asterisk 1.8.2.3 I wanted to play with
lua but I noticed that extensions created in extensions.lua was not
being registered with asterisk.
uga1*CLI> dialplan show
[ Context 'app_queue_gosub_virtual_context' created by 'app_queue' ]
's' => 1. NoOp() [app_queue]
[ Context
2017 Apr 26
5
** in extensions.conf
I just tried this in my extensions.conf
exten => **,1,Noop(Testing)
exten => **,n,Playback(demo-congrats)
Did a reload... and the above does not happen.
I created as 12 instead of the ** and that works fine.
Is there anyway to get the ** to work? I also am using a polycom phone if
that affects things. I'm using asterisk 13.15.0
Thanks
Jerry
-------------- next part --------------
2009 Dec 29
2
Realtime mysql extensions mutiple queries for each priority?
Hi All,
I'm testing some realtime extension apps with Asterisk 1.4.28 and
addons 1.4.10 using res_mysql. Localhost database is 5.0.32 with
Debian Etch. The apps are working fine all syntax is proper, using
Set with (REALTIME) function, Set with (CUT) function, calling a Macro
with s extensions, and using a few pattern matching extensions as
well. I can certainly detail all database rows if
2011 Jun 07
3
Different callerid for different extensions
Hi,
I have small confusion in my configuration which is I had some DID's like
044578900-04457999. I was configured dial plan below mention.
exten => _0XXXXXXXXX,1,NoOp(Int exten:${CALLERID(num)})
exten => _0XXXXXXXXX,2,Set(outgoing_ident=0445789${CALLERID(num):-2})
exten => _0XXXXXXXXX,3,NoOp(Ext ident:${outgoing_ident})
exten =>
2011 Jun 07
3
why doesn't "s" accept incoming call
Call from 'sip' to extension '+1xxxyyyzzzz' rejected because extension
not found in context 'out'.
But
[out]
exten => s,1,NoOp( this is the extension: ${EXTEN})
exten => s,n,Answer()
exten => s,n(weasels),PlayBack(weasels-eaten-phonesys)
........
If I set "s" to "_." it works.
Shouldn't "s" work here? Is it because the
2009 Sep 07
1
invalid extension
Hello,
with Asterisk 1.6.1.6 I try to hangup a call if called extension is not
existing. For this purpose I would use the internal i extension but
seems not to work.
[MyContext]
exten => s,1,NoOp(Call is treated as it should)
exten => s,n,NoOp(next step)
exten => s,n,NoOp(aso ...)
exten => _[a-zA-Z].,1,Goto(s,1) ; accept exten LEN >1 alpha
exten => _X.,1,Goto(s,1) ;
2006 Dec 05
2
regcontext, NoOp extension vanishes when extension reload and doesn't come back
Hi All,
I just noticed something interesting. When a sip device registers and
regcontext is setup in sip.conf, a NoOp priority 1 extension is
dynamically created in the dialplan within the specified regcontext.
Works great. If for some reason, modification is made to the
extension.conf and a >reload extension is performed, those dynamically
created extensions in the regcontext vanish. Now
2010 Jun 14
4
Unable to pickup an extension, trying everything
Hello list,
I try to pick up a ringing extension but nothing works.
To be clear, I'm trying to pick up extension 10.
[Jun 14 17:37:34] -- Executing [**10 at from-TESTCORP:4]
Pickup("SIP/testcorp3-00000041", "10 at 123456") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for 10.
[Jun 14 17:37:34] --
2014 Dec 11
2
Finish extension (avoid dialplan to silently continue in the next priority of another extension)
Hi,
I have run into a strange behaviour:
[ctx-test]
exten => h,1,NoOp(*** hangup ***)
exten => s,1,NoOp(*** ${EXTEN} ***)
same => n,...
same => n,...
same => n,Hangup()
Strangely, the h extension continues on the priority 2 of the extension s.
Maybe this is caused by the use of same? How can I make sure that an
extension is really ending, something like:
exten =>