<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><FONT size=3>Does Asterisk need a sound card or 
functional Console/dsp to answer inbound <BR>DID number from PRI and playback 
.gsm files?<BR><BR>I can call from any of the SIP extensions on Asterisk and 
hear audio from <BR>Playback(), MeetMe(), or MOH.&nbsp; The problem I am having 
with calls from my <BR>PRI is as follows:<BR><BR>I have an Asterisk&nbsp; 
(CVS-HEAD-08/25/04-20:28:51) currently interfacing a <BR>NEAX 2400 IPX with 
PRI.&nbsp; I have a single DID number that rings in from the <BR>NEC IPX on PRI 
Span 1, trunk group 1.&nbsp; If&nbsp; I assign the inbound DID to ring <BR>an 
extension on Asterisk, ie. SIP/2000, it in fact rings and when answered I 
<BR>have a complete 2-way voice path.&nbsp; If I change the destination of the 
<BR>inbound DID from SIP/2000 to MeetMe() or Playback(), Asterisk will answer 
<BR>and I can see from the CLI the .gsm file being played but there is no 
<BR>playback audio heard on the calling extension.<BR><BR>If I assign the DID to 
ring extension SIP/2000 and then after time-out send <BR>it to MeetMe() or 
Playback() it works and the caller hears the .gsm file. <BR>Any assistance in 
solving this problem is appreciated.<BR><BR>What follows are two examples from 
what I tried in extensions.conf:<BR><BR>This works but is not 
desirable:<BR><BR>[nec_pri]<BR>; Digital PRI from the NEAX2400<BR><BR>exten 
=&gt; 2688,1,Wait,1<BR>exten =&gt; 2688,2,Dial(SIP/2000,3,Tr)<BR>exten =&gt; 
2688,3,Wait,1<BR>exten =&gt; 2688,4,MeetMe,|Mps<BR>exten =&gt; 
2688,5,Hangup<BR><BR>This will answer, but there is no audible playback on the 
channel:<BR><BR>[nec_pri]<BR>; Digital PRI from the NEAX2400<BR><BR>exten =&gt; 
2688,1,Wait,3<BR>exten =&gt; 2688,2,MeetMe,|Mps<BR>exten =&gt; 
2688,3,Hangup<BR><BR>This is what is displayed from the CLI while the calling 
station is <BR>connected via PRI:<BR><BR>&nbsp;&nbsp; -- Accepting call from 
'2502' to '2688' on channel 0/4, span 1<BR>&nbsp;&nbsp; -- Executing 
Wait("Zap/4-1", "3") in new stack<BR>&nbsp;&nbsp; -- Executing MeetMe("Zap/4-1", 
"|Mps") in new stack<BR>&nbsp;&nbsp; -- Playing 'conf-getconfno' (language 
'en')<BR>&nbsp;&nbsp; -- Playing 'conf-getconfno' (language 
'en')<BR>&nbsp;&nbsp; -- Playing 'conf-getconfno' (language 
'en')<BR>&nbsp;&nbsp; -- Executing Hangup("Zap/4-1", "") in new 
stack<BR>&nbsp;== Spawn extension (nec_pri, 2688, 3) exited non-zero on 
'Zap/4-1'<BR>&nbsp;&nbsp; -- Hungup 
'Zap/4-1'<BR>MDBRIDGE*CLI&gt;<BR><BR><BR>Thank 
you,<BR>--LJ</FONT><BR></FONT></DIV></BODY></HTML>