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?
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
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