The Adtran community holiday season is starting next week! The holiday period will span from December 21, 2024 to January 6, 2025. During this time, responses to feedback form submissions may be delayed. If you are encountering product issues, you can reach out to Adtran support at any time.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
garoye
New Contributor III

outbound caller id p-asserted identity

Good day to all! I am having a real problem here trying to get the correct caller ID to go out for outbound calls. I have a PBX connected via PRI to a TA924 via SIP to PBX. In order to get the call to properly go out I had to add match ani "$" substitute "1234567890". This allows the call to register with the pbx properly. So now I have no outgoing caller id? I need the outbound calls from the PBX to pass through their caller id on whatever number it sends. The pbx support p-asserted identity but I can seem to figure out how to get it to pass through the caller id from the PBX. Any help is appreciated and much needed....

Config Starts
!
!
!
ip subnet-zero
ip classless
ip routing
ipv6 unicast-routing
!
!
domain-proxy
!
!
no auto-config

!
event-history on
no logging forwarding
no logging email
!
service password-encryption
!
username
!
!
no ip firewall alg msn
no ip firewall alg mszone
no ip firewall alg h323

!
no dot11ap access-point-control
!
!
!
interface eth 0/1
ip address dhcp hostname "Adtran-test"
no shutdown
media-gateway ip primary
!
!
interface eth 0/2
no ip address
shutdown
!
!
!
!
interface t1 0/1
shutdown
!
interface t1 0/2
shutdown
!
interface t1 0/3
shutdown
!
interface t1 0/4
lbo short 15
tdm-group 1 timeslots 1-24 speed 64
no shutdown
!
!
interface pri 1
connect t1 0/4 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
!
interface fxs 0/5
no shutdown
!
interface fxs 0/6
no shutdown
!
interface fxs 0/7
no shutdown
!
interface fxs 0/8
no shutdown
!
interface fxs 0/9
no shutdown
!
interface fxs 0/10
no shutdown
!
interface fxs 0/11
no shutdown
!
interface fxs 0/12
no shutdown
!
interface fxs 0/13
no shutdown
!
interface fxs 0/14
no shutdown
!
interface fxs 0/15
no shutdown
!
interface fxs 0/16
no shutdown
!
!
interface fxo 0/0
no shutdown
!
interface fxo 0/1
no shutdown
!
interface fxo 0/2
no shutdown
!
interface fxo 0/3
no shutdown
!
interface fxo 0/4
no shutdown
!
interface fxo 0/5
no shutdown
!
interface fxo 0/6
no shutdown
!
interface fxo 0/7
no shutdown
!
interface fxo 0/8
no shutdown
!
!
isdn-group 1
connect pri 1
!
!
!
!
!
!
!
!
!
!
!
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
no sip tcp
!
!
!
voice feature-mode network
voice forward-mode network
!
!
!
!
!
!
!
!
voice dial-plan 1 local NXX-XXXX
voice dial-plan 2 long-distance 1-NXX-NXX-XXXX
!
!
!
!
voice codec-list VOICE
codec g729
codec g711ulaw
!
voice codec-list FAX
codec g711ulaw
!
!
!
voice trunk T01 type sip
match dnis "9-1-NXX-NXX-XXXX" substitute "1-NXX-NXX-XXXX"
match ani "$" substitute "1234567890"
sip-server primary a.com
registrar primary a.com
outbound-proxy primary a.com
register 1234567890 auth-name "1234567890" password
authentication username "1234567890" password encrypted
!
voice trunk T02 type isdn
resource-selection linear ascending
connect isdn-group 1
rtp delay-mode adaptive
codec-list VOICE
!
!
voice grouped-trunk SIP
trunk T01
accept $ cost 0
!
!
voice grouped-trunk ISDN
trunk T02
accept 1626555xxxx cost 0

!
!
!
end

0 Kudos