Jack Application

Hi,

I’m using JACK application to get the call sound. My extensions.conf:

[code]exten => 7002,1,Dial(SIP/7002,30,M(connect-jack))
exten => 7002,2,Hangup

[macro-connect-jack]
exten => s,1,NoOp(${CHANNEL}) ; This is leg A, skip
exten => s,2,JACK(c(${CALLERID(num)}))
[/code]

I call from 7001 to 7002.
7002 answer the call, but 7001 still appears at ‘Ringing’ state. I need 7001 to establish the connection

any tip?
thanx