Two group capture codes, is possible?

Good morning,

Is it possible to have two default group capture codes in Asterisk in parameter pickupexten=?

Example: *8 (one) and 59 (two)

I tried the following ways: pickupexten=*8,59 and:
pickupexten=*8
pickupexten=59

But it didn’t work.

Thank you so much!

No, that option is for a single extension. If you’d want other ones then you’d need to write dialplan and use the Pickup dialplan application.

It has already been done, but had stayed with the doubt of the parameter, thank you @jcolp