ChanSpy - Issue [Resolved]

Hi,
I’m using ChanSpy to Monitor / Barge calls.

my extensions.conf is

[global]
exten => _44[7-9].,1,Set(gsm,${CALLERID(num)=442081447512}-${EXTEN}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)},mb)
exten => _44[7-9].,2,Monitor(gsm,${CALLERID(num)=442081447512}-${EXTEN}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)},mb)
exten => _44[7-9].,3,Dial(sip/${EXTEN}@msthintechnologies,50,o)
exten => _44[7-9].,4,Dial(sip/${EXTEN}@newmobile,50,o)
exten => _44[7-9].,5,Dial(sip/${EXTEN}@msthintech,50,0)
exten => _44[7-9].,6,Dial(sip/${EXTEN}@promobile,50,0)
exten => _44[7-9].,7,Hangup
include => app-chanspy-custom

[app-chanspy-custom]
exten => _555XXX,1,Chanspy(SIP/cc${EXTEN:3}|qb4)
[custom-app-enh-chanspy]
exten => s,1,BackGround(please-enter-the)
exten => s,n,Read(SPYNUM|extension)
exten => s,n,ChanSpy(SIP/cc${SPYNUM}|w)

I have tried both

[app-chanspy-custom]
exten => _555XXX,1,Chanspy(SIP/cc${EXTEN:3}|qb4)
&
[app-chanspy-custom]
exten => _555XXX,1,Chanspy(SIP/cc${EXTEN:3}|b4)

But when i dial 555234 a error comes up

-- Executing [555234@smart:1] ChanSpy("SIP/cc200-0000000a", "SIP/cc234|qb4") in new stack [Oct 5 14:41:49] WARNING[2910][C-00000006]: pbx.c:1618 pbx_exec: The application delimiter is now the comma, not the pipe. Did you forget to convert your dialplan? (ChanSpy(SIP/cc234|qb4)) -- <SIP/cc200-0000000a> Playing 'beep.gsm' (language 'en') == Spawn extension (smart, 555234, 1) exited non-zero on 'SIP/cc200-0000000a'

-- Executing [555234@smart:1] ChanSpy("SIP/cc200-0000000a", "SIP/cc234|qb4") in new stack [Oct 5 14:41:49] WARNING[2910][C-00000006]: pbx.c:1618 pbx_exec: The application delimiter is now the comma, not the pipe. Did you forget to convert your dialplan? (ChanSpy(SIP/cc234|b4)) -- <SIP/cc200-0000000a> Playing 'beep.gsm' (language 'en') == Spawn extension (smart, 555234, 1) exited non-zero on 'SIP/cc200-0000000a'

[quote]pbx.c:1618 pbx_exec: The application delimiter is now the comma, not the pipe. Did you forget to convert your dialplan? (ChanSpy(SIP/cc234|qb4))[/quote] replace the pipe by a comma

Oh my bad i didn’t read the error & just posted right away.

Thanks Mate.

Regards,
Mohammad