cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1416
Views
0
Helpful
1
Replies

spa303 default ring

patgrefre
Level 1
Level 1

Hello,

I would like to have some details about configuring a personalized ring for spa303.

I used the spc tool to produce a sample and it gives me that:

Default_Ring[(1)] "1" ;  # options: No Ring/1/2/3/4/5/6/7/8/9/10/User 1/User 2

My question is about the "(1)". All the others parameters using the line id are like that: a_parameter[line_number] and not like that: a_parameter[(line_number)].

I mean is it a bug of the generated sample or I must use the parenthesis i.e. "(" and ")" or directly only "[" and "]" as all the other parameters.

Regards,

Patrick.

1 Accepted Solution

Accepted Solutions

rvaltier
Cisco Employee
Cisco Employee

Hi Patrick

This is the right syntax for Default Ring

Default_Ring[(1)] "1"

Otherwise when you compile txt file you will get following error:

spc error: unrecognized parameter name Default_Ring[1]

Best regards,

Rogelio V.

View solution in original post

1 Reply 1

rvaltier
Cisco Employee
Cisco Employee

Hi Patrick

This is the right syntax for Default Ring

Default_Ring[(1)] "1"

Otherwise when you compile txt file you will get following error:

spc error: unrecognized parameter name Default_Ring[1]

Best regards,

Rogelio V.