<!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 dir=ltr align=left><SPAN class=622400018-15112006><FONT face=Arial 
color=#0000ff size=2>BAH!</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=622400018-15112006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=622400018-15112006><FONT face=Arial 
color=#0000ff size=2>My Makefile in the apps folder was missing 
app_page.c.  I added it, recompiled, page is working 
properly.</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> asterisk-users-bounces@lists.digium.com 
[mailto:asterisk-users-bounces@lists.digium.com] <B>On Behalf Of </B>Ken 
Williams<BR><B>Sent:</B> Wednesday, November 15, 2006 10:33 AM<BR><B>To:</B> 
Asterisk Users Mailing List - Non-Commercial Discussion<BR><B>Subject:</B> 
[asterisk-users] Page() Function Timeout<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial size=2>I'm trying to use a 
simple page function.  It starts a MeetMe conference with the devices I've 
listed, but the devices hang up after 3-5 seconds.  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> </DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial size=2>Well, my app_page.c 
didn't have the (5).  I did make clean; make install again just in case I 
had some weird compiled version installed that had the (5) in it.  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> </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.  
</FONT></SPAN></DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial size=2>    
-- Playing 'beep' (language 'en')<BR>    -- Launching 
MeetMe(1010553064d|mqxdw(5)) on SIP/710-09a50038<BR>    -- 
Created MeetMe conference 1023 for conference 
'1010553064d'<BR>    -- 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.  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> </DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial 
size=2>        snprintf(meetmeopts, 
sizeof(meetmeopts), "%ud|%sqxdw", confid, ast_test_flag(&flags, PAGE_DUPLEX) 
? "" : "m");</FONT></SPAN></DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial 
size=2></FONT></SPAN> </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> </DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial 
size=2>        if (!res) 
{<BR>                
snprintf(meetmeopts, sizeof(meetmeopts), "%ud|A%sqxd", confid, 
$<BR>                
pbx_exec(chan, app, meetmeopts, 
1);<BR>        }<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> </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> </DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial 
size=2>;Paging</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial size=2>exten => 
760,1,SIPAddHeader(Call-Info: answer-after=0)<BR>exten => 
760,2,Page(SIP/717&SIP/710&SIP/702|d)<BR>exten => 
760,3,Hangup</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=089461417-15112006><FONT face=Arial size=2>exten => 
761,1,SIPAddHeader(Call-Info: answer-after=0)<BR>exten => 
761,2,Page(SIP/717&SIP/710&SIP/702)<BR>exten => 
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>