Displaying 20 results from an estimated 94 matches for "longdist".
Did you mean:
logdist
2007 Mar 19
1
Dial(Local/${EXTEN}@longdistance)?
HI,
I dont understand the syntax of the dial application when used like this:
Dial(Local/${EXTEN}@longdistance)
i want to know what is this "Local" doing instead of Tech like SIP, IAX,
H323?
--
Regards
Rizwan Hisham
Software Engineer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070319/989a46ef/...
2003 Nov 12
3
Dial Plan Sequencing
...a with sequencing in the dialplan. Up to
now, I have assumed that the extensions in the dial plan were tested in
the order that they appear in extensions.conf. In other words, I have
the following fragment which was designed to dial toll free on the PSTN
and all other long distance on VoIP:
[longdistance]
include => local
;Handle local, etc first. (or so
I thought!)
exten => _91NXXNXXXXXX,1,Dial(${VPLSTRUNK}/${EXTEN:1}) ;Dial long
distance through VoiP
exten => _91NXXNXXXXXX,2,Conge...
2005 Jan 04
0
Manager API - ExtensionState help please.
...---
701 is a valid extension in the default context.
The status returned is always -1 no matter what the real status of the
phone is, on hook, off hook, busy, .......
Thank you
Malcolm Bader
extension.conf and sip.conf follow.
------------------------------
[general]
static=yes
writeprotect=no
[longdistance]
ignorepat => 9
exten => _91NXXNXXXXXX,1,Dial(Zap/g1/${EXTEN:1})
exten => _91NXXNXXXXXX,2,Congestion
include => local
[local]
ignorepat => 9
exten => _9NXXXXXX,1,Dial,Zap/g1/${EXTEN:1}
exten => _9NXXXXXX,2,Congestion
include => default
[default]
exten => 3540096,1,...
2005 Mar 15
2
Setting up Security Groups
...ts, e.g., one group of sip phones have the right to make any type of call. another group of sip phones have the right to make local & toll free calls only.
The outbound dialing is broken down into 4 contexts in extensions.conf; outbound-local, outbound-toll, outbound-tollfree, and outbound-longdistance.
The sip users are set up in 3 contexts in extensions.conf; sip-superuser, sip-operator and sip-basic.
Under default context in extensions.conf, I have an include statement for the outbound calling. To make sure they all worked, originally I had the include statement for the sip user gro...
2010 Dec 10
1
1.6.2.14 > 1.6.2.15: blind transfer works but not Xfer on aastra
...nd transfer.
Xfer<extension>Xfer doesn't!
All this worked on 1.6.2.14.
Nothing useful on cli, verbose 3, DEBUG. Here extension 169 answers an
outside call, and tries to transfer it to 145 using the Xfer button:
-- SIP/169-0000009c answered SIP/side-sip-0000009b
== Spawn extension (longdistance, 145, 1) exited non-zero on
'SIP/side-sip-0000009b' in macro 'stdexten'
== Spawn extension (longdistance, 145, 1) exited non-zero on
'SIP/side-sip-0000009b'
Here extension 169 answers and uses #170#:
-- SIP/169-000000ff answered SIP/nhi-riverside-sip-000000fe...
2003 Oct 11
2
"context confusion" internal context 2 context only?
...rent levels of access to features and I'm wondering
how the heck do I include all the contexts so that you
can call internal to any extention in another context without
giving the features of the higher level context to the lower
level context?
ie.....
[admin]
include => local
include => longdistance
include => international
include => services
exten => 104,1,Dial(Zap/20|20)
exten => 105 106 107......
etc....
[sales]
include => local
include => longdistance
exten => 201,1,Dial(Zap/5|20)
exten => 202 203 204 .....
etc....
[lobby]
include => local
exten => 303,...
2009 May 27
3
1.6.0.9: Now "Unable to create ... 'DAHDI'"
Still trying to upgrade to 1.6.0.9 for 1.4.
It worked - it worked all day yesterday, but this morning:
-- Executing [646xxxyyyy at longdistance:1]
Answer("SIP/172-08276a60", "") in new stack
..........
-- Executing [646xxxyyy at longdistance:6] Dial("SIP/172-08276a60",
""DAHDI/g2"/1646xxxyyyy") in new stack
May 27 09:56:57] WARNING[16589]: app_dial.c:1468 dial_exec_full: Unable...
2003 Oct 24
4
Context restrictions
Can someone please explain what I am doing wrong here? I only want the
extensions listed in long-users to be able to access the longdistance
context.
If I do this, I get a congestion tone no matter what I dial. If I add a
[default] context and include => longdistance, then the local callers
can call the long distance number fine, which is not what I want, but I
still want long-users to be able to call locally and I need long an...
2007 Aug 27
1
No LongDistance for 1 Extension?
Hi all,
I want to limit the outgoing trunk to certain extensions, so for example 6
extensions can call long distance, but 4 other extensions are not allowed to
do so.
How can I do it in FreePBX specially?
Looking forward to hear from you soon,
Seysan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jan 25
1
Problem with FollowMe
...lass 'default', on channel 'Zap/1-1'
[Jan 25 11:34:32] NOTICE[23725]: chan_local.c:571 local_alloc: No such
extension/context FM1 at default creating local channel
[Jan 25 11:34:32] WARNING[23725]: app_followme.c:863 findmeexec:
Unable to allocate a channel for Local/FM1/2000 at longdistance cause:
Unknown
[Jan 25 11:34:32] NOTICE[23725]: chan_local.c:571 local_alloc: No such
extension/context FM2 at default creating local channel
[Jan 25 11:34:32] WARNING[23725]: app_followme.c:863 findmeexec:
Unable to allocate a channel for Local/FM2/2000 at longdistance cause:
Unknown
[...
2004 Nov 27
4
very newbie question
Hi everyone!
I have very simple question, how to limit SIP phone user making
calls to for example longdistant calls?
Maybe:
Put in his context in sip.conf
context which don't provide possibility to make such calls?
Is it correct?
thanks for any help,
regards,
Corvin
2009 Aug 07
2
realtime config and extensions.conf
...forray into using res_mysql.conf for realtime access of sip users
and extensions.
I have the following relevant section of extensions.conf:
---
[trunklocal]
exten => _NXXXXXX,1,Dial(${GLOBAL(TRUNK)}/${EXTEN:${GLOBAL(TRUNKMSD)}})
[local]
include => trunklocal
include => trunktollfree
[longdistance]
include => local
include => trunkld
[international]
include => longdistance
include => trunkint
[from-pstn]
exten => 7157999,1,VoicemailMain()
switch => Realtime
[residential]
include => from-pstn
include => international
---
And the relevant entries in the DB:
my...
2003 Sep 10
1
Request for best practices
...NXXX, 1, Goto(extensions,555${EXTEN})
include => extensions
[area666]
exten => _NXXNXXX,1, Goto(extensions,666${EXTEN})
include => extensions
[extensions]
exten => 5551234567, 1, Macro(stdexten, 1234, SIP/user1)
exten => 6661234567, 1, Macro(stdexten, 1235, SIP/user2)
include => longdistance
[longdistance]
exten => _NXXNXXXXXX, 1, Dial(${Nufone},${ARG1})
exten => _NXXNXXXXXX, 2, Congestion()
[macro-stdexten]
... as in demo ...
==Sip.conf===
[user1]
...
context = area555
[user2]
...
context = area666
Thanks,
--Ernest
2005 Feb 10
1
Proper Contexts in extensions.conf
...l,
I am looking for examples of the extensions.conf that puts all incoming
calls into a context where extensions can be dials, and all phones in a
context where extensions and outside calls can be dialed.
i.e. I have seen:
[incoming]
include => sip-extensions
[sip-extensions]
include => longdistance
[longdistance]
....
Doesn't this allow any internal callers to make external calls? How do
you properly set this up?
Thanks,
Max
--
Max Clark
max [at] clarksys.com
http://www.clarksys.com
2003 Apr 08
1
T100P Incoming Calls Drop
...dless of how I handle the incoming call within
Asterisk (playback a message, ring an extension, whatever...). In case
it is related, Asterisk does not see (or perhaps does not recognize) any
DTMF on these incoming calls. My console looks normal for incoming calls
until it says:
== Spawn extension (longdistance, s, 5) exited non-zero on 'Zap/1-1'
-- Hungup 'Zap/1-1'
Calls that come in from SIP clients (same context, same rules in
extensions.conf) do not experience this problem.
The T-1 is configured as follows:
zaptel.conf:
span=1,1,0,d4,ami
e&m=1-24
loadzone=us
defaultzone=us...
2005 Aug 17
1
Comfort Noise incomplete - No translator path exists for channel type MGCP (native 4) to 256
...2.168.0.241
exten => 124,1,Dial,MGCP/aaln/2@192.168.0.241
[directdial]
ignorepat => 9
exten => 9,1,MGCP/aaln/3@192.168.0.241
exten => 9,2,Congestion
[international]
ignorepat => 9
exten => _9011.,1,Dial(Zap/g2/${EXTEN:1})
exten => _9011.,2,Congestion
include => longdistance
[longdistance]
ignorepat => 9
exten => _91NXXNXXXXXX,1,Dial(Zap/g2/${EXTEN:1})
exten => _91NXXNXXXXXX,2,Congestion
include => local
[local]
ignorepat => 9
exten => _9NXXNXXXXXX,1,Dial,MGCP/aaln/3@192.168.0.241
exten => _9NXXNXXXXXX,2,Congestion
[outbound-defaul...
2006 Jan 26
4
extension to extension dialing
...117,1,Macro(stdexten,SIP/117)
exten => 201,1,Macro(stdexten,SIP/201)
[voicemail]
exten => 300,1,Answer
exten => 300,2,VoicemailMain(ssn-voicemail-greeting)
exten => 300,3,Hangup
[local]
exten => _9NXXXXXX,1,Dial(Zap/g1/${EXTEN:1})
exten => _9NXXXXXX,2,Congestion
[longdistance]
exten => _91NXXNXXXXXX,1,Dial(Zap/g1/${EXTEN:1})
exten => _91NXXNXXXXXX,2,Congestion
[macro-stdexten]
exten => s,1,Dial(${ARG1},20)
exten => s,2,Goto(s-${DIALSTATUS},1)
exten => s-NOANSWER,1,Voicemail(u${MACRO_EXTEN})
exten => s-NOANSWER,2,Goto(default,s,1)
exten =...
2004 Jul 03
1
Caller ID and DNIS Problems (Non-Pri T1)
...ridged=yes
rxgain=0.0
txgain=0.0
; Local PRI is working fine
switchtype=national
signalling=pri_cpe
context=inbound-local
group=1
channel => 1-23
; Long distance T1. Receiving *CallerID*DNIS* and interpreting the
; whole string as the dnis.
switchtype=dms100
signalling=em_w
context=inbound-longdistance
group = 2
channel => 25-47
zaptel.conf
------------
loadzone=us
defaultzone=us
span=1,1,0,b8zs,esf
bchan=1-23
dchan=24
span=2,2,0,b8zs,esf
e&m=25-49
extensions.conf
---------------
[incoming-local]
include => incoming-main
[incoming-longdistance]
include => incoming-main
[inc...
2006 Mar 30
0
BUG: FOP reports incorrect (duplicate) IP address until restarted
...ents. Please post a comment if you question anything in
my config files (if something look odd please say so!) or have seen
something similar. Here are some pieces of my files that might help:
*********sip.conf************
[general]
srvlookup=yes
Callgroup=1
pickupgroup=1
;SJphone
[410]
context=longdistance
;canreinvite=no
type=friend
username=410
secret=passwd410
callerid=<410>
qualify=yes
nat=no
host=dynamic
mailbox=410@default
disallow=all
;allow=g729
allow=gsm
allow=ilbc
allow=ulaw
allow=alaw
dtmfmode=rfc2833
Callgroup=1
pickupgroup=1
;Zyxel - P2000WV2
[411]
context=longdistance
canrein...
2010 Jun 11
7
How to stop intruder from registering sip?
This is a small 12 line system, internal extensions 150 - 180. I didn't
have a phone on 151. Here's the sip.conf stanza:
;;[151]
;;type=friend
;;context=longdistance
;;callerid="Conf Room" <151>
;;secret=0000
;;host=dynamic
;;qualify=yes
;;dtmfmode=rfc2833
;;allow=all
;;defaultuser=151
;;nat=yes
;;canreinvite=no
There's no DISA. And then somehow (how???) ip address 79.117.17.247
becomes extension 151 and starts making calls to West Afr...