Listen and Listen&Whisper doesnt work With astersk 1.6
Hello,
first i want to thank you about the great work with FOP2. Iam just testing it, but everything looks fine so long.
Except one problem i have with asterisk version 1.6.1.0 and the function listen or listen&whisper to a channel.
In Version 1.6 asterisk doesnt use the pipe (|) as var delimiter any more. so the function call of ChanSpy(peer|w) doenst work anymore. It had to be ChanSpy(peer,w) by now.
Maybe you could fix this.
best regards
Steve Smith
first i want to thank you about the great work with FOP2. Iam just testing it, but everything looks fine so long.
Except one problem i have with asterisk version 1.6.1.0 and the function listen or listen&whisper to a channel.
In Version 1.6 asterisk doesnt use the pipe (|) as var delimiter any more. so the function call of ChanSpy(peer|w) doenst work anymore. It had to be ChanSpy(peer,w) by now.
Maybe you could fix this.
best regards
Steve Smith
Comments
Thanks for the report... I will fix it and update the tarballs soon. Best regards,
--
Nicolás
just listening work cause it starts the application with only one parameter (SIP/xxx)
best regards
I have updated the centos5 32 bit package with fixes for Asterisk 1.6. Now whisper will work and also the transfer will be attendant by default. Please try it out and let me know how it goes, you only need to replace fop2_server.
Best regards,
--
Nicolás
best regards
steve
Best regards,
--
Nicolás
ChanSpy is working but whisper is not. Can listen in but spied part can not hear when spy-er speaks. Any ideas, help. Something that needs to be enabled in asterisk?
M
(Thanks to Anthony from Aretta for reporting it!)
Best regards,
The application delimiter is now the comma, not the pipe. Did you forget to convert your dialplan? (ChanSpy(SIP/339|w))