[Asterisk-Users] No audio on PRI channel answered by Playback()
orMeetMe()
Robert Jackson
RobertJ at promedicalinc.com
Fri Aug 27 09:31:29 MST 2004
>-----Original Message-----
>From: Larry Shields [mailto:LJ.Shields at Verizon.net]
>Sent: Friday, August 27, 2004 12:20 PM
>To: asterisk-users at lists.digium.com
>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
More information about the asterisk-users
mailing list