<!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.5730.11" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=089461417-15112006><FONT face=Arial size=2>I'm trying to use a 
simple page function.&nbsp; It starts a MeetMe conference with the devices I've 
listed, but the devices hang up after 3-5 seconds.&nbsp; After doing some 
research I found this was a problem, and I needed to remove a (5) from 
app_page.c</FONT></SPAN></DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial size=2>Well, my app_page.c 
didn't have the (5).&nbsp; I did make clean; make install again just in case I 
had some weird compiled version installed that had the (5) in it.&nbsp; After 
compiling I restarted the asterisk service and tried paging again and still had 
the same problem.</FONT></SPAN></DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial size=2>In the CLI I get the 
following, which you can see the (5) is still in there somehow.&nbsp; 
</FONT></SPAN></DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; 
-- Playing 'beep' (language 'en')<BR>&nbsp;&nbsp;&nbsp; -- Launching 
MeetMe(1010553064d|mqxdw(5)) on SIP/710-09a50038<BR>&nbsp;&nbsp;&nbsp; -- 
Created MeetMe conference 1023 for conference 
'1010553064d'<BR>&nbsp;&nbsp;&nbsp; -- Launching MeetMe(1010553064d|mqxdw(5)) on 
SIP/717-09a48758<BR></FONT></SPAN></DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial size=2>I've grep'd the 
entire src folder for \(5\) as well as qxd trying to find all instances of this, 
and the only ones are listed in the app_page.c file.&nbsp; Any suggestions on 
where to get this rogue (5) out of here?</FONT></SPAN></DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; snprintf(meetmeopts, 
sizeof(meetmeopts), "%ud|%sqxdw", confid, ast_test_flag(&amp;flags, PAGE_DUPLEX) 
? "" : "m");</FONT></SPAN></DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial size=2>and 
</FONT></SPAN></DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!res) 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
snprintf(meetmeopts, sizeof(meetmeopts), "%ud|A%sqxd", confid, 
$<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
pbx_exec(chan, app, meetmeopts, 
1);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR></FONT></SPAN></DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial size=2>are the only 
sections of the app_page.c that have the meetme call in it.</FONT></SPAN></DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial size=2>My page functions, 
fwiw, both have the same problem:</FONT></SPAN></DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial 
size=2>;Paging</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial size=2>exten =&gt; 
760,1,SIPAddHeader(Call-Info: answer-after=0)<BR>exten =&gt; 
760,2,Page(SIP/717&amp;SIP/710&amp;SIP/702|d)<BR>exten =&gt; 
760,3,Hangup</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial size=2>exten =&gt; 
761,1,SIPAddHeader(Call-Info: answer-after=0)<BR>exten =&gt; 
761,2,Page(SIP/717&amp;SIP/710&amp;SIP/702)<BR>exten =&gt; 
761,3,Hangup<BR></FONT></SPAN></DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial size=2>Any suggestions 
would be very helpful.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT><BR><SPAN class=089461417-15112006><FONT 
face=Arial size=2>Ken</FONT></SPAN></DIV></SPAN></BODY></HTML>