<!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.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=george@mutualdata.com href="mailto:george@mutualdata.com">Michael 
  George</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=asterisk-users@lists.digium.com 
  href="mailto:asterisk-users@lists.digium.com">Asterisk Users Mailing List - 
  Non-Commercial Discussion</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, May 12, 2005 5:22 
PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Asterisk-Users] 
  Kphone--&gt;asterisk&lt;--Kphone</DIV>
  <DIV><BR></DIV>
  <DIV>On Tue, May 10, 2005 at 12:01:17PM +0530, Sudhananda 
  wrote:<BR>&gt;<BR>&gt; I am running asterisk on one linux PC and want to talk 
  through this server using Kphone installed on&nbsp; 2 different PC's. These 
  are the extra lines added to sip.conf and extensions.conf 
  respectively.<BR>&gt; <BR>&gt; sip.conf<BR>&gt; <BR>&gt; [jitha]<BR>&gt; 
  type=friend<BR>&gt; host=dynamic<BR>&gt; secret=jitha<BR>&gt; 
  context=sip<BR>&gt; dtmfmode=inband<BR>&gt; <BR>&gt; [sudhananda]<BR>&gt; 
  type=friend<BR>&gt; host=dynamic<BR>&gt; secret=sudhananda<BR>&gt; 
  context=sip<BR><BR>This is what I use for kphone and it works 
  fine:<BR>[kphone]<BR>type=friend&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  ; either "friend" (peer+user), "peer" or 
  "user"<BR>host=dynamic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  ; we have a static but private IP address<BR>callerid="kphone" 
  &lt;25&gt;<BR>dtmfmode=inband&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  ; either RFC2833 or INFO for the 
  BudgeTone<BR>context=internal<BR>disallow=all&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  ; need to disallow=all before we can use 
  allow=<BR>allow=ulaw&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  ; Note: In user sections the order of codecs<BR><BR>&gt; 
  extensions.conf<BR>&gt; <BR>&gt; [sip]<BR>&gt; 
  exten=&gt;1,1,Dial(SIP/jitha,20,tr) <BR>&gt; 
  exten=&gt;2,1,Dial(SIP/sudhananda,20,tr)<BR>&gt; <BR>&gt; Both the Kphones got 
  registered to the asterisk but when i dial the number it gives me the 
  following log on asterisk<BR>&gt; <BR>&gt; Asterisk Ready.<BR>&gt;&nbsp;&nbsp; 
  *CLI&gt;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  -- Registered SIP 'sudhananda' at 172.16.2.35 port 5060 expires 
  900<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing 
  Dial("SIP/sudhananda-aa77", "SIP/jitha|20|tr") in new 
  stack<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Called 
  jitha<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- SIP/jitha-f4bc is 
  ringing<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- SIP/jitha-f4bc answered 
  SIP/sudhananda-aa77<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Attempting 
  native bridge of SIP/sudhananda-aa77 and SIP/jitha-f4bc<BR><BR>I see no 
  problems here yet.<BR><BR>&gt; and one Kphone status is ringing and on other 
  it is connected.<BR>&gt; how to solve this problem.<BR><BR>You might want to 
  check the codecs in use.&nbsp; Are they both on the 
local<BR>network?<BR></DIV>
  <DIV><FONT face=Arial size=2>I am using G.711 ulaw codec. yeah both are in the 
  same network.</FONT><BR>-- <BR>-M<BR><BR>There are 10 kinds of people in this 
  world:<BR>Those who can count in binary and those who 
  cannot.<BR>_______________________________________________<BR>Asterisk-Users 
  mailing list<BR><A 
  href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</A><BR><A 
  href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A><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></DIV></BLOCKQUOTE></BODY></HTML>