cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
egc
New Contributor

Caller ID Restricted

We have a fractional T1 on all lines but 1 the Caller ID on the outbound calls show RESTRICTED, we have to remove it,

the phone provider says that the setting is in the Channel Bank and they receive it as restricted.

(they sent me the following log:

OPTIONAL PART Calling party number parameter 00001010 Parameter name 10 Calling party number 00000111 Length indicator 7 $07 0------- Odd even indicator 0 even -0000011 Nature of address indicator 3 unique national (significant) number 0------- Spare 0 - -001---- Numbering plan indicator 1 ISDN (Telephony) numbering plan (Recommendation E.164) ----01-- Address presentation restricted indicator 1 presentation restricted)

The PBX provider that set it up initially is no longer around, we recently setup a new PBX and the provider says that they are not restricting it.

I'm posting here our NetVantan 3200 Router config can anyone point me to what setting needs to be changed to remove the restriction:

!

!

hostname "xxxx"

enable password password

!

!

ip subnet-zero

ip classless

ip routing

!

event-history on

no logging forwarding

no logging email

logging email priority-level info

!

username "admin" password "password"

!

banner motd #

                 ****** Important ******

Enable and Telnet passwords are configured to "password".

Please change them immediately.

The ethernet 0/1 interface is enabled with an address of 10.10.10.1

Telnet access is also enabled.

#

!

ip policy-timeout tcp telnet 14400

!

no ip firewall alg h323

ip firewall alg sip

!

!

!

!

!

!

!

!

!

interface eth 0/1

  ip address  x.x.x.x  255.255.255.240

  no shutdown

!

!

!

interface t1 1/1

  tdm-group 1 timeslots 13-24 speed 64

  no shutdown

!

interface t1 1/2

  line-length 0

  no shutdown

!

interface ppp 1

  ip address  xx.xx.xx.xx  255.255.255.252

  no shutdown

  cross-connect 1 t1 1/1 1 ppp 1

!

!

!

!

!

!

ip route 0.0.0.0 0.0.0.0 xx.xx.xx.xx

!

no ip tftp server

ip http server

ip http secure-server

no ip snmp agent

no ip ftp agent

!

!

!

!

!

!

!

line con 0

  no login

!

line telnet 0 4

  login

  password password

!

!

end

TIA

Labels (1)
0 Kudos
1 Reply
jayh
Honored Contributor
Honored Contributor

Re: Caller ID Restricted

Nothing in that configuration terminates any voice services. As that unit isn't involved with SIP, you might want to turn off its ALG. "no ip firewall alg sip" should do the trick.

On what device do the voice services terminate? It looks like a PRI from the debug you got from your carrier.

You probably want to change your passwords, disable telnet, enable SSH, and put an access-list on the ssh lines.