[asterisk-users] Music on hold

Vazquez David vazquez at cross-solution.de
Tue Jul 15 11:03:02 CDT 2008


Vazquez David wrote:
> Hi,
>
> I'm getting this bizarre problem. Whenever I dial (through misdn) and
> try to listen to my music on hold, I get this:
>
> -- Started music on hold, class 'default', on channel 'mISDN/3-u72'
> [Jul 15 17:15:15] WARNING[13393]: res_musiconhold.c:742 moh_generate:
> Only doing 2624 of 8192 requested bytes on mISDN/3-u72
> [Jul 15 17:15:15] WARNING[13393]: res_musiconhold.c:742 moh_generate:
> Only doing 2624 of 8192 requested bytes on mISDN/3-u72
> [Jul 15 17:15:15] WARNING[13393]: res_musiconhold.c:742 moh_generate:
> Only doing 2624 of 8192 requested bytes on mISDN/3-u72
> [Jul 15 17:15:15] WARNING[13393]: res_musiconhold.c:742 moh_generate:
> Only doing 2624 of 8192 requested bytes on mISDN/3-u72
> [Jul 15 17:15:15] WARNING[13393]: res_musiconhold.c:742 moh_generate:
> Only doing 2624 of 8192 requested bytes on mISDN/3-u72
> [Jul 15 17:15:15] WARNING[13393]: res_musiconhold.c:742 moh_generate:
> Only doing 2624 of 8192 requested bytes on mISDN/3-u72
> [Jul 15 17:15:15] WARNING[13393]: res_musiconhold.c:742 moh_generate:
> Only doing 2624 of 8192 requested bytes on mISDN/3-u72
> [Jul 15 17:15:15] WARNING[13393]: res_musiconhold.c:742 moh_generate:
> Only doing 2624 of 6644 requested bytes on mISDN/3-u72
>     -- Stopped music on hold on mISDN/3-u72
>
> Any idea???
>
> Thanks :D
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> AstriCon 2008 - September 22 - 25 Phoenix, Arizona
> Register Now: http://www.astricon.net
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>   
Solved :

I didn't have an "answer" statement in my extensions.conf

The working context:

exten = 03,1,Answer()
exten = 03,2,Queue(${EXTEN})
exten = 03,3,Hangup()



More information about the asterisk-users mailing list