Integrating ADTRAN eSBC and NEC SV8100
Configuring the ADTRAN eSBC
6AOSSG0027-42A
Copyright © 2015 ADTRAN, Inc.
7
In addition, the NEC SV8100 must control call transfers. This is accomplished using the
transfer-mode-network
command in the trunk’s configuration. The
grammar from host local
command
is used to specify that the IP address of the interface is used in the SIP From header for outbound messages.
Enter the commands as follows:
(config)#
voice trunk T11 type sip
(config-T11)#
description PBX
(config-T11)#
sip-server primary 192.168.1.2
(config-T11)#
transfer-mode network
(config-T11)#
grammar from host local
Step 7: Configure a Trunk Group for the Service Provider
After configuring the two SIP trunks, configure an individual trunk group for the service provider trunk
account. The previously created trunks are added to the trunk group, which is then used to assign outbound
call destinations (local calls, long distance calls, etc.). A cost is also assigned to each
accept
template in
the trunk group.
Use the
voice grouped-trunk <name>
command to create a trunk group and to enter the Voice Trunk
Group Configuration mode. The
trunk <Txx>
command
adds an existing trunk to the trunk group, so that
outbound calls can be placed out that particular trunk. The
<Txx>
parameter specifies the trunk identity
where
xx
is the trunk ID number.
Use the
accept <pattern>
command to specify number patterns that are accepted for routing calls out of
the trunk. Use the
no
form of this command to remove a configured dial pattern. The
<pattern>
parameter
is specified by entering a complete phone number or using wildcards to help define accepted numbers.
Valid characters for templates are as follows:
0 - 9
Match the exact digit(s) only
X
Match any single digit 0 through 9
N
Match any single digit 2 through 9
M
Match any single digit 1 through 8
$
Match any number string dialed
[]
Match any digit in the list within the brackets (for example, [1,4,6])
,()
Formatting characters that are ignored but allowed
-
Use within brackets to specify a range, otherwise ignored
The following are example template entries using wildcards:
1) NXX-XXXX
Match any 7-digit number beginning with 2 through 9
2) 1-NXX-NXX-XXXX Match any number with a leading 1, then 2 through 9, then any 2 digits,
then 2 through 9, then any 6 digits
3) 555-XXXX
Match any 7-digit number beginning with 555
4) XXXX$
Match any number with at least 5 digits
5) [7,8]$
Match any number beginning with 7 or 8
6) 1234
Match exactly 1234