Displaying 5 results from an estimated 5 matches for "trunk0".
Did you mean:
trunk
2008 Mar 26
2
Dialing off-hook with Polycom SoundPoint IP 430
...ngly relevant portion of the dialplan is as follows:
;********************************************************************
; BEGIN - Outbound Call Handling
;********************************************************************
;
[outbound-local]
exten => _9NXXXXXX,1,Dial(${TRUNK0}/${EXTEN:1})
exten => _9NXXXXXX,n,Congestion()
exten => _9NXXXXXX,n,Hangup()
exten => _9NXXNXXXXXX,1,Dial(${TRUNK0}/${EXTEN:1})
exten => _9NXXNXXXXXX,n,Congestion()
exten => _9NXXNXXXXXX,n,Hangup()
exten => 911,1,Dial(${TRUNK0}/911)...
2007 Jul 12
0
No subject
...>
> ;********************************************************************
>
> ; BEGIN - Outbound Call Handling
>
> ;********************************************************************
>
> ;
>
> [outbound-local]
>
> exten =3D> _9NXXXXXX,1,Dial(${TRUNK0}/${EXTEN:1})
>
> exten =3D> _9NXXXXXX,n,Congestion()
>
> exten =3D> _9NXXXXXX,n,Hangup()
>
>
>
> exten =3D> _9NXXNXXXXXX,1,Dial(${TRUNK0}/${EXTEN:1})
>
> exten =3D> _9NXXNXXXXXX,n,Congestion()
>
> exten =3D> _9NXXNXXXXXX,n,...
2007 Nov 26
0
SIP Trunk Problems
...:49:37] WARNING[7744]: channel.c:3402 ast_channel_make_compatible:
Unable to set read format on channel SIP/trunk2-0990c538 to 524288
-- SIP/trunk1-098dc208 is making progress passing it to
Local/XXXXXXXXXX at default-c101,2
-- Local/XXXXXXXXXX at default-c101,1 is making progress passing it to
SIP/trunk0-098cf098
[Nov 26 13:49:38] NOTICE[7062]: channel.c:2493 __ast_read: Dropping
incompatible voice frame on Local/XXXXXXXXXX at default-c101,1 of format ulaw
since our native format has changed to unknown
[Nov 26 13:49:38] NOTICE[7062]: channel.c:2493 __ast_read: Dropping
incompatible voice frame on L...
2007 Nov 30
3
How to setup redundant SIP peers
Hello list,
I try to setup an asterisk-server with different SIP-Peers to PSTN.
The Peer are working and configured in sip.conf:
[peer1]
type=peer
host=10.10.10.1
[peer2]
type=peer
host=10.10.10.2
Now dialout is no problem. Extensions.conf says:
exten => _0Z.,1,Dial(SIP/49${EXTEN:1}@peer1,30)
But how can I setup a failure-route if the SIP-Proxy "peer1" ist not
2011 Jul 10
4
xen 4.1.1 - xl create and python in config files
....xen.org/xenwiki/PythonInXlConfig
Failed to parse config file: Invalid argument
I''m using python stuff to define vifs and disks related to vm
name:
bootloader = "/usr/bin/pygrub"
memory = 1024
name = "vm1"
vcpus = 4
vif = [ ''ip=10.111.5.10 10.111.5.11, bridge=trunk0, vifname=%s.0'' %
(name), ''ip=192.168.50.83, bridge=trunk1, vifname=%s.1'' % (name) ]
disk = [ ''tap2:vhd:/cloud/data2/machines/%s.vhd,xvda,w'' % (name) ]
root = "/dev/xvda1"
extra = "fastboot"
ip = "10.111.5.10"
netmask = &quo...