UserEvent bug in 1.6

Hi,
UserEvent application doesn’t split parameters in body using “|” delimiter, like in 1.4

I was testing the same code in 1.4 and 1.6:

exten => s,1,Wait(1)
exten => s,n,Answer
exten => s,n,UserEvent(ASTDB|Family: dnd|State: on)

On 1.4:

Oct 18 14:34:55 vp2 ast-rad-acc.pl.orig: Event: UserEvent
Oct 18 14:34:55 vp2 ast-rad-acc.pl.orig: Privilege: user,all
Oct 18 14:34:55 vp2 ast-rad-acc.pl.orig: Family: dnd
Oct 18 14:34:55 vp2 ast-rad-acc.pl.orig: UserEvent: ASTDB
Oct 18 14:34:55 vp2 ast-rad-acc.pl.orig: State: on

On 1.6:
Oct 18 14:25:42 vp3 ast-rad-acc.pl.orig: Event: UserEvent
Oct 18 14:25:42 vp3 ast-rad-acc.pl.orig: Privilege: user,all
Oct 18 14:25:42 vp3 ast-rad-acc.pl.orig: UserEvent: ASTDB|Family: dnd|State: on

Could you please report it in order someone to fix it?

Regards,
Me

There is nothing to fix as the only delimiter for version 1.6 is the “,”, read my posts about: forums.digium.com/viewtopic.php? … ht=#118175 .

Cheers.

Marco Bruni