<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR></HEAD>
<BODY dir=ltr>
<DIV><SPAN class=953180905-07012004><FONT face=Arial color=#0000ff 
size=2>oops!&nbsp; I forgot on important one!&nbsp; you have to have at the 
minimum this entry:</FONT></SPAN></DIV>
<DIV><SPAN class=953180905-07012004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=953180905-07012004>
<DIV><FONT face=Arial color=#0000ff size=2>INSERT INTO `sip` (`id`, `keyword`, 
`data`, `flags`) VALUES ('1234',&nbsp;<SPAN 
class=953180905-07012004>account</SPAN>', '<SPAN 
class=953180905-07012004>1234</SPAN>', '0'); </FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=953180905-07012004><FONT face=Arial color=#0000ff size=2>you'll 
notice that the 'id' column is an integer.&nbsp; so you have to keep it 
numeric.&nbsp; some people like to have their sip extensions be alphanumeric, so 
in order to accommodate that there is the id field.&nbsp; this is independent of 
anything in your normal sip.conf file.&nbsp; but all entries for each sip.conf 
entry must have the same 'id' set.&nbsp; so account is actually the name of the 
sip entry.&nbsp; I hope I didn't just make that very 
unclear!</FONT></SPAN></DIV>
<DIV><SPAN class=953180905-07012004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=953180905-07012004><FONT face=Arial color=#0000ff 
size=2>Sean</FONT></SPAN></DIV></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Sean Cheesman 
  [mailto:asterisk-users-admin@lists.digium.com] <B>On Behalf Of </B>Sean 
  Cheesman<BR><B>Sent:</B> Tuesday, January 06, 2004 11:43 PM<BR><B>To:</B> 
  asterisk-users@lists.digium.com<BR><B>Subject:</B> RE: [Asterisk-Users] no 
  results.<BR><BR></FONT></DIV>
  <DIV>the database schema is the table and it's associated columns.&nbsp; did 
  you use the create table script in the header of the pl file?&nbsp; basically, 
  for each of your sip entries, they would be broken down per line.&nbsp; so if 
  your sip.conf entry looks like this:</DIV>
  <DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
  <DIV>[1234]<BR>type=friend<BR>username=1234<BR>secret=blah<BR>nat=yes<BR>host=dynamic<BR>canreinvite=no<BR>qualify=200<BR>defaultip=192.168.0.4</DIV>
  <DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
  <DIV>your entries in the mysql database would be like this:</DIV>
  <DIV>INSERT INTO `sip` (`id`, `keyword`, `data`, `flags`) VALUES ('1234', 
  'type', 'friend', '0'); </DIV>
  <DIV>INSERT INTO `sip` (`id`, `keyword`, `data`, `flags`) VALUES ('1234', 
  'username', '1234', '0');</DIV>
  <DIV>INSERT INTO `sip` (`id`, `keyword`, `data`, `flags`) VALUES ('1234', 
  'secret', 'blah', '0'); </DIV>
  <DIV>and so on.....&nbsp; the 'flags' column allows you to "disable" an entry 
  without deleting the entry completely.&nbsp; Hope this helps!</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Sean</DIV>
  <DIV>&nbsp;</DIV>
  <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
    <DIV><FONT size=2>-----Original Message----- <BR><B>From:</B> Chandra 
    [mailto:chandra@digital.com.np] <BR><B>Sent:</B> Tue 1/6/2004 11:31 PM 
    <BR><B>To:</B> asterisk-users@lists.digium.com <BR><B>Cc:</B> 
    <BR><B>Subject:</B> Re: [Asterisk-Users] no results.<BR><BR></FONT></DIV>
    <P><FONT size=2>there are 4 fields, id, keyword,data, flags..<BR><BR>i 
    really don't know what to put in keyword and data... but i have 
    something<BR>like 4 datas in my sip 
    table<BR><BR>1234,account,sip1,0<BR>1235,account,sip2,0<BR>1236,user,sip3,0<BR>1236,peer,sip3,0<BR><BR>what 
    do u mean by db schema???<BR><BR>----- Original Message -----<BR>From: "Sean 
    Cheesman" &lt;scheesman@macarthur-group.com&gt;<BR>To: 
    &lt;asterisk-users@lists.digium.com&gt;<BR>Sent: Wednesday, January 07, 2004 
    9:57 AM<BR>Subject: RE: [Asterisk-Users] no results.<BR><BR><BR>&gt; have 
    you set up the db schema?&nbsp; and have you entered any sip data into 
    the<BR>db?<BR>&gt;<BR>&gt; Sean<BR>&gt;<BR>&gt; -----Original 
    Message-----<BR>&gt; From: Chandra [<A 
    href="mailto:chandra@digital.com.np">mailto:chandra@digital.com.np</A>]<BR>&gt; 
    Sent: Tue 1/6/2004 10:57 PM<BR>&gt; To: 
    asterisk-users@lists.digium.com<BR>&gt; Cc:<BR>&gt; Subject: 
    [Asterisk-Users] no results.<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; i have been 
    working with the retrieve_sip_conf_from_mysql.pl file and i<BR>have<BR>&gt; 
    set everything as required. but when i run this script i am 
    continuously<BR>&gt; getting the "no results" in my screen&nbsp;&nbsp; and 
    the file written by this<BR>script<BR>&gt; has only first result although i 
    have many in my database. this is the<BR>part<BR>&gt; of this 
    script.<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my @resSet = 
    @{$result};<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; print 
    $#resSet;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ( 
    $#resSet == -1 ) 
    {<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    print "no 
    results\n";<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    exit;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    }<BR>&gt;<BR>&gt; can any one tell me what is happening? and get rid of this 
    error?<BR>&gt;<BR>&gt; for those who have no clue.. this file is in the 
    /usr/src/asterisk<BR>&gt; directory... (asterisk source 
    diretory.)<BR>&gt;<BR>&gt; thanks,<BR>&gt; chandra<BR>&gt;<BR>&gt;<BR>&gt; 
    _______________________________________________<BR>&gt; Asterisk-Users 
    mailing list<BR>&gt; Asterisk-Users@lists.digium.com<BR>&gt; <A 
    href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR>&gt;<BR>&gt;<BR>&gt;<BR><BR><BR>_______________________________________________<BR>Asterisk-Users 
    mailing list<BR>Asterisk-Users@lists.digium.com<BR><A 
    href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR></FONT></P></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>