[asterisk-users] Chanspy on Asterisk 1.4.19
Steve Totaro
stotaro at totarotechnologies.com
Thu Apr 17 09:58:58 CDT 2008
On Thu, Apr 17, 2008 at 9:44 AM, Sean Bright <sean.bright at gmail.com> 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
> sean.bright at gmail.com
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
More information about the asterisk-users
mailing list