BIG NEWS! The Adtran Support Community is moving! In the next few weeks it will be housed in a new location. Be sure to visit our NEW Adtran Community before the end of July to check it out and verify that you can access all the resources and features that you need. If you discover any issues with your account or access, or just want to let us know about your experience, be sure to use our Feedback Form to let us know!
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