On Thu, Apr 17, 2008 at 9:44 AM, Sean Bright <[EMAIL PROTECTED]> wrote:
> Steve Rawlings wrote:
>
>
>  > exten => 596,n,ChanSpy(|g(2000))
>
>  ...snip...
>
>
>  > This worked fine with 1.4.18.1. With 1.4.19 if I dial 596 I get answered
>  > but there's no spying, the only way I could get this to work was with -
>  >
>  > exten => 596,n,ChanSpy(|b)
>  >
>  > but this spied on all channels, not just those with SPYGROUP set to 2000
>  > so not much use to us.
>
>  You can pass multiple options to a dialplan application, so instead of
>  downgrading ChanSpy, you could have just done:
>
>  exten => 596,n,ChanSpy(|bg(2000))
>
>  Or am I missing something?
>
>  --
>  Sean Bright
>  [EMAIL PROTECTED]

Should one have to change their dialplan for functionality to remain
the same in the same version?

I thought it was only really supposed to change when something is
deprecated (and documented in a README or something after throwing
warnings for a version or so.)

Thanks,
Steve Totaro

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Reply via email to