Displaying 20 results from an estimated 35 matches for "trunkint".
Did you mean:
trunking
2011 Nov 18
1
Bonds, VLANs, and Bridges on Centos 5.6
Running on Centos 5.6 with KVM...
I was wondering if anyone had any luck configuring the NICs where eth0 and eth1 are bonded together with vlan support to a bridge?
I noticed some threads show this as a possibility (http://lists.centos.org/pipermail/centos-virt/2009-November/001417.html), but haven't had any luck implementing it. There also seems to be a bug with 5.6
2009 Aug 07
2
realtime config and extensions.conf
...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:
mysql> select name, context from sip_buddies;
+---------+-------------+
| name | context |
+---------+----...
2004 Jul 27
2
Enum
You can play also with www.enum2go.com <http://www.enum2go.com/> or
wap.enum2go.com
Regards
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040727/6c42c39d/attachment.htm
2004 May 24
2
Newbie extensions.conf I need to include [SMS] context.
I want to include a new context in my exensions.conf
I have read this page http://www.voip-info.org/wiki-Asterisk+howto+dial+plan
and I can sort of follow it?!
I have a context [local] that I know zapata.conf points to, I have edited
extensions.conf and put in my phone, sip and iax extensions. I want to add
an sms context.
I understand that all calls go through my [local] context and I have
2003 May 16
6
Extensions.conf sugestion?
...This works ok
[trunkld]
;
; Long distance context accessed through trunk
;
exten => _91NXXNXXXXXX,1,Dial(${TRUNK}/${EXTEN:1})
exten => _91NXXNXXXXXX,2,Congestion
[international]
;
; Master context for international long distance
;
ignorepat => 9
include => longdistance
include => trunkint
This does not, how do I separate the extensions apart from the [default] context so that PHP can modify them seperatly?
[default]
;
exten => s,1,Background,radsgreet
;exten => s,2,Setmusiconhold,default
;exten => s,2,Dial,Phone/phone1|20
exten => t,1,Hangup
exten => i,1,Playback,...
2009 Feb 26
2
Problems with Outbound Calls
...witch => DUNDi/e164
[dundi-e164-lookup]
include => dundi-e164-local
include => dundi-e164-switch
[macro-dundi-e164]
exten => s,1,Goto(${ARG1},1)
include => dundi-e164-lookup
[iaxtel700]
exten =>
_91700XXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel)
[iaxprovider]
[trunkint]
exten => _9011.,1,Macro(dundi-e164,${EXTEN:4})
exten => _9011.,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
[trunkld]
exten => _91NXXNXXXXXX,1,Macro(dundi-e164,${EXTEN:1})
exten => _91NXXNXXXXXX,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
[trunklocal]
exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN...
2005 Jan 27
1
Stumped by BroadVoice SIP
...ls]
CONSOLE=Console/dsp ; Console interface for demo
IAXINFO=guest ; IAXtel username/password
TRUNK=Zap/g2 ; Trunk interface
TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0)
[iaxtel700]
exten => _91700XXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel)
[iaxprovider]
[trunkint]
exten => _9011.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
exten => _9011.,2,Congestion
[trunkld]
exten => _91NXXNXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
exten => _91NXXNXXXXXX,2,Congestion
[trunklocal]
exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
exten => _9NXXXXXX...
2007 Jun 04
2
FX Dialing Odd
...]
CONSOLE=Console/dsp ; Console interface for demo
;TRUNK=Zap/g1 ; Trunk interface
TRUNK=Zap/3 ; Trunk interface
TRUNKMSD=1 ; MSD digits to strip
(usually 1 or 0)
[trunkint]
exten => _9011.,1,Macro(dundi-e164,${EXTEN:4})
exten => _9011.,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
[trunkld]
exten => _91NXXNXXXXXX,1,Verbose("LD")
exten => _91NXXNXXXXXX,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}},,wW)
exten => _91NXXNXXXXXX,n,Hangup()
[trunklocal]
exten =&g...
2005 Jul 15
2
[Aserisk-Users]no audio inside the net
...164-switch]
switch => DUNDi/e164
[dundi-e164-lookup]
include => dundi-e164-local
include => dundi-e164-switch
[macro-dundi-e164]
exten => s,1,Goto(${ARG1},1)
include => dundi-e164-lookup
[iaxtel700]
exten => _91700XXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel)
[trunkint]
exten => _9011.,1,Macro(dundi-e164,${EXTEN:4})
exten => _9011.,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
[trunkld]
exten => _91NXXNXXXXXX,1,Macro(dundi-e164,${EXTEN:1})
exten => _91NXXNXXXXXX,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
[trunklocal]
exten => _9NXXXXXX,1,Dial(${TRUNK}/${EX...
2008 Jan 31
1
Default delay time for Attended call
...later the caller and the new extension can talk to each other. The line at the new extension is silent for those 6 seconds.
Thank you for help.
Here is the extension.cong file:
[general]
static = yes
writeprotect = no
clearglobalvars = no
[globals]
CONSOLE = Console/dsp
[trunkint]
exten => _9011.,1,Dial(Zap/g1/${EXTEN:1},70,Tt)
[trunkld]
exten => _91NXXNXXXXXX,1,Dial(${GLOBAL(TRUNK)}/${EXTEN:${GLOBAL(TRUNKMSD)}})
[trunklocal]
exten => _9NXXXXXX,1,Dial(Zap/g1/${EXTEN:1},70,Tt)
[trunktollfree]
exten => _91800NXXXXXX,1,Dial(${GLOBAL(TRUNK)}/${EXTEN...
2005 Mar 10
2
Cisco and Asterisk
...r to share the dialplain with
; another server. Use with care: Reciprocal switch statements are not
; allowed (e.g. both A -> B and B -> A), and the switched server needs
; to be on-line or else dialing can be severly delayed.
;
[iaxprovider]
;switch => IAX2/user:[key]@myserver/mycontext
[trunkint]
;
; International long distance through trunk
;
exten => _9011.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
exten => _9011.,2,Congestion
[trunkld]
;
; Long distance context accessed through trunk
;
exten => _91NXXNXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
exten => _91NXXNXXXXXX,2,Congest...
2006 Mar 24
5
GSM/DECT handsets (was gsm picocells)
Now that I actually try and google for it, I can't find any dual mode
GSM/DECT handsets, only pages telling me that they exist without any
actual information!!!
Does anyone know of any such handsets? (and even better, ones that are
available in Australia) I've searched a few of the major gsm
manufacturers (nokia, Panasonic, sonyericsson) but their web sites are
absolutely pathetic to the
2004 Apr 07
2
error 488 - Not Acceptable Here
...mbers begin with 1-700, but
; there are exceptions. For more information, and to sign
; up, please go to www.gnophone.com or www.iaxtel.com
;
[iaxtel700]
exten => _91700NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel)
[iaxprovider]
;switch => IAX2/user:[key]@myserver/mycontext
[trunkint]
;
; International long distance through trunk
;
exten => _9011.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
exten => _9011.,2,Congestion
[trunkld]
;
; Long distance context accessed through trunk
;
exten => _91NXXNXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
exten => _91NXXNXXXXXX,2,Congest...
2005 Jul 01
1
asterisk newbie and phones which don't want tocomunicate
hi do u have the sip phones extensions in the extension.conf and are they in the right context (sip-incoming)???
are the sip phone registering to asterisk?? try stop asterisk and reconnect as asterisk -vvvvvvvc to check see them registering...
________________________________
From: asterisk-users-bounces@lists.digium.com on behalf of Sistemista WebSolvingJaa
Sent: Fri 7/1/2005 6:43 PM
2005 Aug 27
2
Problems with registration
...r to share the dialplain with
; another server. Use with care: Reciprocal switch statements are not
; allowed (e.g. both A -> B and B -> A), and the switched server needs
; to be on-line or else dialing can be severly delayed.
;
[iaxprovider]
;switch => IAX2/user:[key]@myserver/mycontext
[trunkint]
;
; International long distance through trunk
;
exten => _9011.,1,Macro(dundi-e164,${EXTEN:4})
exten => _9011.,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
[trunkld]
;
; Long distance context accessed through trunk
;
exten => _91NXXNXXXXXX,1,Macro(dundi-e164,${EXTEN:1})
exten => _91NXXNXXXXX...
2004 May 25
0
Question IAX and SIP bound to different IP's on the same * box
...******* my extensions.conf ***************************
>[general]
>static=yes
>writeprotect=no
>
>[globals]
>TRUNK=Zap/g1 ; Trunk interface
>TRUNKMSD=1 ; MSD digits to strip
>(usually 1 or 0)
>
>[trunkint]
>;exten => _9011.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
>;exten => _9011.,2,Congestion
>
>[trunkld]
>exten => _90XXXNXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
>exten => _90XXXNXXXXXX,2,Congestion
>
>[trunklocal]
>exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXT...
2004 Dec 29
0
Channel Zap/4-1 in prering state
...to share the
dialplain with
; another server. Use with care: Reciprocal switch
statements are not
; allowed (e.g. both A -> B and B -> A), and the
switched server needs
; to be on-line or else dialing can be severly
delayed.
;
[iaxprovider]
;switch => IAX2/user:[key]@myserver/mycontext
[trunkint]
;
; International long distance through trunk
;
exten => _9011.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
exten => _9011.,2,Congestion
[trunkld]
;
; Long distance context accessed through trunk
;
exten =>
_91NXXNXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
exten => _91NXXNXXXXXX,2,Conges...
2004 Dec 21
2
CallerID returned with error on channel 'Zap/4-1'
...r to share the
dialplain with
; another server. Use with care: Reciprocal switch
statements are not
; allowed (e.g. both A -> B and B -> A), and the
switched server needs
; to be on-line or else dialing can be severly
delayed.
;
[iaxprovider]
;switch => IAX2/user:[key]@myserver/mycontext
[trunkint]
;
; International long distance through trunk
;
exten => _9011.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
exten => _9011.,2,Congestion
[trunkld]
;
; Long distance context accessed through trunk
;
exten =>
_91NXXNXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
exten => _91NXXNXXXXXX,2,Congest...
2004 Jul 27
5
sip over h323
Hi List,
we are using openh323 gatekeeper for voip telefony. We also have a voip
over ss7 TELES Switch for voip into POSTN Network. Know we want to use
Asterisk for converting SIP to h323.
Now my question. Is Asterisk an full h323 gatekeeper like openh323? Do
we need openh323 GK for astrerisk, too?. And how can i tell asterisk
to sent all none SIP-ip calls to the gatekeeper over h323?
thx
2008 May 22
0
SIP configuration issues
...164-local
include => dundi-e164-switch
[macro-dundi-e164]
exten => s,1,Goto(${ARG1},1)
include => dundi-e164-lookup
[iaxtel700]
exten => _91700XXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel<http://IAXINFO%7D at iaxtel.com/$%7BEXTEN:1%7D at iaxtel>
)
[iaxprovider]
[trunkint]
exten => _9011.,1,Macro(dundi-e164,${EXTEN:4})
exten => _9011.,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
[trunkld]
exten => _91NXXNXXXXXX,1,Macro(dundi-e164,${EXTEN:1})
exten => _91NXXNXXXXXX,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}})
[trunklocal]
exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN...