>-----Original Message----- >From: Larry Shields [mailto:[EMAIL PROTECTED] >Sent: Friday, August 27, 2004 12:20 PM >To: [EMAIL PROTECTED] >Subject: [Asterisk-Users] No audio on PRI channel answered by Playback() orMeetMe()
>If I assign the DID to ring extension SIP/2000 and then after time-out send >it to MeetMe() or Playback() it works and the caller hears the .gsm file. >Any assistance in solving this problem is appreciated. > >[nec_pri] >; Digital PRI from the NEAX2400 > >exten => 2688,1,Wait,3 >exten => 2688,2,MeetMe,|Mps >exten => 2688,3,Hangup > I had a similar problem with my system, and I was able to fix the problem by executing Answer before I entered any other applications. Using your previous example: exten => 2688,1,Answer exten => 2688,2,Wait,3 exten => 2688,3,MeetMe,|Mps exten => 2688,4,Hangup Hope this helps, Robert Jackson _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users