<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5346.5" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>IAX is being read from the flat config like it 
normally is.&nbsp; I can verify this because asterisk registers with my 
provider.</FONT></DIV>
<DIV><BR>-- <BR><BR>~Shaun</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV>"Sharon Lim" &lt;<A 
  href="mailto:limleechin2005@gmail.com">limleechin2005@gmail.com</A>&gt; wrote 
  in message <A 
  href="news:9bd3e43a0608090005q3de6c0f6wc9ffac04a504a2c6@mail.gmail.com">news:9bd3e43a0608090005q3de6c0f6wc9ffac04a504a2c6@mail.gmail.com</A>...</DIV>If 
  i am not mistaken, you need to have another IAX user tables to store all the 
  iax users. HEre is some example <A 
  href="http://www.voip-info.org/wiki/view/Asterisk+RealTime+IAX">http://www.voip-info.org/wiki/view/Asterisk+RealTime+IAX 
  </A><BR>good luck!<BR><BR>
  <DIV><SPAN class=gmail_quote>On 8/9/06, <B class=gmail_sendername>Shaun</B> 
  &lt;<A 
  href="mailto:mailinglists@unix-scripts.com">mailinglists@unix-scripts.com</A>&gt; 
  wrote:</SPAN>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">I'm 
    attempting to setup asterisk running real-time with mysql.&nbsp;&nbsp;Right 
    now I<BR>can get asterisk to start and run but a show dialplan shows 
    basically<BR>nothing other than parking extensions.&nbsp;&nbsp;I'm watching 
    the full log also for <BR>debug messages and I can see that asterisk is 
    connecting to mysql with out a<BR>issue but for some reason it does not seam 
    to read the extensions table.<BR>Below is a few of my configs..<BR><BR>#My 
    slimmed down modules.conf <BR>[root@localhost asterisk]# cat 
    /etc/asterisk/modules.conf<BR>[modules]<BR>autoload=no<BR>load =&gt; 
    res_config_mysql.so<BR>load =&gt; res_crypto.so<BR>load =&gt; 
    res_features.so<BR>load =&gt; chan_features.so<BR>load =&gt; chan_iax2.so 
    <BR>load =&gt; pbx_realtime.so<BR>load =&gt; app_realtime.so<BR><BR>#My 
    extconfig.conf<BR>[root@localhost asterisk]# cat 
    /etc/asterisk/extconfig.conf<BR>[settings]<BR>extensions =&gt; 
    mysql,asterisk,extensions<BR><BR>#mysqldump of my asterisk database 
    <BR><BR>DROP TABLE IF EXISTS `extensions`;<BR>CREATE TABLE `extensions` 
    (<BR>&nbsp;&nbsp;`context` varchar(20) NOT NULL default 
    'default',<BR>&nbsp;&nbsp;`extension` varchar(20) NOT NULL default 
    '',<BR>&nbsp;&nbsp;`priority` int(2) NOT NULL default '1', 
    <BR>&nbsp;&nbsp;`application` varchar(20) NOT NULL default 
    '',<BR>&nbsp;&nbsp;`args` varchar(50) default NULL,<BR>&nbsp;&nbsp;`descr` 
    text,<BR>&nbsp;&nbsp;`flags` int(1) NOT NULL default 
    '0',<BR>&nbsp;&nbsp;PRIMARY 
    KEY&nbsp;&nbsp;(`context`,`extension`,`priority`)<BR>) ENGINE=MyISAM DEFAULT 
    CHARSET=latin1; <BR><BR>--<BR>-- Dumping data for table 
    `extensions`<BR>--<BR><BR>INSERT INTO `extensions` 
    VALUES<BR>('sortcalls','1949265&lt;snip&gt;',1,'Wait','10','Wait(10)',0)<BR>INSERT 
    INTO `extensions` 
    VALUES<BR>('sortcalls','_1949265&lt;snip&gt;',1,'Wait','10','Wait(10)',0); 
    <BR><BR><BR>My iax.conf is setup to forward calls to sortcalls context... 
    this is what i<BR>get when a call comes in..<BR>Aug&nbsp;&nbsp;8 22:47:58 
    NOTICE[10074]: chan_iax2.c:7303 socket_read: Rejected<BR>connect attempt 
    from <A href="http://64.61.93.87">64.61.93.87</A>, request 
    '1949265&lt;snip&gt;@sortcalls' does not<BR>exist<BR>Aug&nbsp;&nbsp;8 
    22:47:58 NOTICE[10074]: chan_iax2.c:7303 socket_read: Rejected<BR>connect 
    attempt from <A href="http://64.61.93.90">64.61.93.90</A>, request 
    '1949265&lt;snip&gt;@sortcalls' does not <BR>exist<BR><BR><BR><BR>Anybody 
    know whats going wrong 
    here?<BR><BR>--<BR><BR>~Shaun<BR><BR><BR><BR>_______________________________________________<BR>--Bandwidth 
    and Colocation provided by <A href="http://Easynews.com">Easynews.com</A> 
    --<BR><BR>asterisk-users mailing list<BR>To UNSUBSCRIBE or update options 
    visit:<BR>&nbsp;&nbsp; <A 
    href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users 
    </A><BR></BLOCKQUOTE></DIV><BR>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>--Bandwidth and 
  Colocation provided by Easynews.com --<BR><BR>asterisk-users mailing 
  list<BR>To UNSUBSCRIBE or update options visit:<BR>&nbsp;&nbsp; 
  http://lists.digium.com/mailman/listinfo/asterisk-users<BR></BLOCKQUOTE></BODY></HTML>