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: 
Anonymous
Not applicable

Caller ID remove GRP_Prefix

Jump to solution

I have a TA908e configured as FXS with inbound call Hunting. It appears as if this is causing the inbound Caller ID to display a GRP prefix before the Caller ID, GRP_NXX-NXX-XXXX . Is there any way to remove the GRP_ and display just the Caller ID?

Labels (1)
0 Kudos
1 Solution

Accepted Solutions
Anonymous
Not applicable

Re: Caller ID remove GRP_Prefix

Jump to solution

sounds like you have a ring-group configured in your 908e

go into the CLI of your unit and enter command

TA900e#sh run voice ring-group verbose

Building configuration...

!

!

voice ring-group 1111

  type linear

  num-rings 2

  max-rolls 0

  max-inbound 1

  no coverage

  no did

  prefix "GRP"

!

you will see that there is a hidden command called prefix

to remove it go into your ring-group and negate it, like this:

TA900e#conf t

TA900e(config)#voice ring-group 1111

Configuring Existing Group "1111".

TA900e(config-1111)#no prefix

TA900e(config-1111)#do sh run voice ring-group ver

Building configuration...

!

!

voice ring-group 1111

  type linear

  num-rings 2

  max-rolls 0

  max-inbound 1

  no coverage

  no did

  no prefix

!

end

TA900e(config-1111)#

hope that helps.

-Mark

View solution in original post

0 Kudos
1 Reply
Anonymous
Not applicable

Re: Caller ID remove GRP_Prefix

Jump to solution

sounds like you have a ring-group configured in your 908e

go into the CLI of your unit and enter command

TA900e#sh run voice ring-group verbose

Building configuration...

!

!

voice ring-group 1111

  type linear

  num-rings 2

  max-rolls 0

  max-inbound 1

  no coverage

  no did

  prefix "GRP"

!

you will see that there is a hidden command called prefix

to remove it go into your ring-group and negate it, like this:

TA900e#conf t

TA900e(config)#voice ring-group 1111

Configuring Existing Group "1111".

TA900e(config-1111)#no prefix

TA900e(config-1111)#do sh run voice ring-group ver

Building configuration...

!

!

voice ring-group 1111

  type linear

  num-rings 2

  max-rolls 0

  max-inbound 1

  no coverage

  no did

  no prefix

!

end

TA900e(config-1111)#

hope that helps.

-Mark

0 Kudos