Replace Inbound caller ID
mtghr Aug 7, 2019 4:57 PMHi
i have a client that the PBX is only excepting 11 Digits caller ID for Example 1-718-555-1212 but if i will send 718-555-1212 it will not except the callerID, the problem is the carrier is sending the CallerID in 10 digits
how do i prefix the "1" to the callerID if its 10 digits
also the system is not sending out any callerID inforamtion for outgoing calls what will be my best option to set the callerID on the adtran
below is my configs file
!
!
hostname "TA904"
enable password encrypted 1e1695d7e1d5fdc85b1ea2fd1e9f4e2f1550
!
!
!
ip subnet-zero
ip classless
ip default-gateway 75.99.xxx.xxxx
ip routing
!
!
name-server 8.8.8.8
!
!
no auto-config
auto-config authname adtran encrypted password 2f2937fe188160c17f6c2215dd4664bfcfd8
!
event-history on
event-history size 256
no logging forwarding
no logging email
!
service password-encryption
!
username "moshe" password encrypted "272f935baee2ee2e470a839aa58a7da49d2f"
!
!
ip firewall
ip firewall stealth
no ip firewall alg msn
no ip firewall alg mszone
no ip firewall alg h323
!
!
!
!
!
no dot11ap access-point-control
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface eth 0/1
description WAN
ip address 75.99.xxx.xxxx 255.255.255.xxx
ip mtu 1500
ip access-policy Public
no shutdown
media-gateway ip primary
!
!
!
!
interface t1 0/1
no shutdown
!
interface t1 0/2
description PBX PRI
tdm-group 1 timeslots 1-24 speed 64
no shutdown
!
!
interface pri 1
description PRI PBX Handoff
isdn name-delivery setup
connect t1 0/2 tdm-group 1
digits-transferred 4
no shutdown
!
!
interface fxs 0/1
no shutdown
!
interface fxs 0/2
no shutdown
!
interface fxs 0/3
no shutdown
!
interface fxs 0/4
no shutdown
!
!
isdn-group 1
connect pri 1
!
!
!
!
!
!
ip access-list extended Admin
remark Admin Access
permit tcp any any eq ssh log
permit tcp any any eq https log
!
ip access-list extended SIP
remark SIP Service Provider
permit udp host xxx.202.xx.90 any eq 5060
!
ip access-list extended T
!
!
!
ip policy-class Public
allow list Admin self
allow list SIP self
allow list Admin self
allow list SIP self
!
!
no tftp server
no tftp server overwrite
http server
http secure-server
no snmp agent
no ip ftp server
no ip scp server
no ip sntp server
!
!
!
!
!
!
!
!
sip
sip udp 5060
sip tcp 5060
!
!
!
voice feature-mode network
voice forward-mode network
!
!
!
!
!
!
!
!
!
!
!
!
!
!
voice trunk T01 type sip
description "denovo SIP"
sip-server primary sip.xxxxxxx.xxx
domain " sip.xxxxxxx.xxx"
dial-string source to
!
voice trunk T02 type isdn
description "PRI"
resource-selection linear ascending
connect isdn-group 1
t38
rtp delay-mode adaptive
!
!
voice grouped-trunk META
description "Meta Rules"
trunk T01
accept $ cost 0
!
!
voice grouped-trunk PBX
description "PBX Rules"
trunk T02
accept $ cost 0
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
line con 0
login
!
line telnet 0 4
login local-userlist
no shutdown
line ssh 0 4
login local-userlist
no shutdown
!
!
!
!
!
end
TA904#