All,

The last Peter got it right! :-)
The final solution:

exten => s,n,Set(sep='\;')
exten => s,n,NoOp(${CUT(v,${sep},1)})

Thanks for you input and have a very nice day!

Koen


On 11/30/06, Peter Boehm <[EMAIL PROTECTED]> wrote:

> _The functions:_
> exten => s,n,Set(sep=';')
> exten => s,n,NoOp(${CUT(v,${sep},1)})

Have you tried to put a '\' in front of the ';': Set(sep='\;')?

Peter
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to