[Freeswitch-users] pre answer and playback

Steven Ayre steveayre at gmail.com
Wed Nov 3 03:21:27 PDT 2010


That error suggests you don't have any codecs loaded, which would be
required to playback any media.

What modules are you loading? Which codecs do you have configured?

-Steve



On 3 November 2010 09:26, Boris Kovalenko <boris at tagnet.ru> wrote:
> Hello!
>
>     When the user entered wrong number I want to redirect it to special
> extension and playback file in pre_answer mode. Is this possible? With
> this extension:
>
> <extension name="WrongNumber">
> <condition field="${destination_number}" expression="^9999$">
> <action application="set" data="bypass_media=false"/>
> <action application="pre_answer"/>
> <action application="endless_playback" data="$${sounds_dir}/misc/inv
> alid_number.wav"/>
> </condition>
> </extension>
>
> i get an error: 2010-11-03 14:22:42.235076 [ERR] sofia_glue.c:2649 No
> audio codec available
>
> --
> С уважением,
>   Борис Коваленко
>   ЗАО "Тагнет"
>   (3435) 494991
>
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>



More information about the FreeSWITCH-users mailing list