Manipulating Of A Dialed Sequence

Home » Asterisk Users » Manipulating Of A Dialed Sequence
Asterisk Users 3 Comments

Hi Asterisk List

Given, as an example, the following sequence

012345*543210

I would like to store into a variable all digits before “*” (012345) and in a different variable all digits after the “*” (543210) for further processing in the dial plan.

The length of the dialed sequence may be variable and “*” is the separator between the two values to store.

Any idea?

Thanks

Francesco

3 thoughts on - Manipulating Of A Dialed Sequence