<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.24.5">
</HEAD>
<BODY>
Mike,<BR>
<BR>
thank you for your reply.<BR>
<BR>
However I do not have the option of a DHCP-server. On the network where Asterisk needs to be implemented all is configured statically, so also the IP-phones need to be statically assigned an IP-address. Surely this can not be th&#233; problem...<BR>
<BR>
Greetingz,<BR>
Jonas.<BR>
<BR>
On Mon, 2009-04-13 at 12:28 -0400, Michael van der Stoop wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>

jonas kellens wrote:
&gt; Hi there,
&gt;
&gt; this is the first time that I'm building an Asterisk-server.
&gt;
&gt; I have compiled Asterisk together with Zaptel on an CentOS 5.3-system.
&gt; Zaptel is for later, when configuring the POTS-line. Now first 
&gt; internal communication with SIP.
&gt;
&gt; Thought it would go easier...
&gt;
&gt; I have 2 Grandstream IP-phones : BT-201 and GXP-1200.
&gt;
&gt; These are my settings :
&gt;
&gt; sip.conf :
&gt; /[root@asterisk asterisk]# cat sip.conf/
&gt; /[general]/
&gt; /bindport=5060/
&gt; /bindaddr = 0.0.0.0/
&gt;
&gt; /[BT201]/
&gt; /type=friend/
&gt; /context=intern/
&gt; /host=192.168.4.210/
&gt; /secret=testpaswoord/
&gt;
&gt; /[GXP1200]/
&gt; /type=friend/
&gt; /context=intern/
&gt; /host=192.168.4.211/
&gt; /secret=testpaswoord/
&gt; extensions.conf :
&gt; /[root@asterisk asterisk]# cat extensions.conf/
&gt; /[intern]/
&gt; /exten =&gt; 210,1,Dial(SIP/BT201)/
&gt; /exten =&gt; 211,1,Dial(SIP/GXP1200)/
&gt; Asterisk CLI shows me :
&gt; /asterisk*CLI&gt; sip reload/
&gt; /Reloading SIP/
&gt; /  == Parsing '/etc/asterisk/sip.conf': Found/
&gt; /  == Parsing '/etc/asterisk/users.conf': Found/
&gt; /  == Parsing '/etc/asterisk/sip_notify.conf': Found/
&gt; /asterisk*CLI&gt; sip show peers/
&gt; /Name/username              Host            Dyn Nat ACL Port    
&gt;  Status               /
&gt; /GXP1200                    192.168.4.211               5060    
&gt;  Unmonitored           /
&gt; /BT201                      192.168.4.210               5060    
&gt;  Unmonitored           /
&gt; /2 sip peers [Monitored: 0 online, 0 offline Unmonitored: 2 online, 0 
&gt; offline]/
&gt;
&gt; /asterisk*CLI&gt; dialplan show intern/
&gt; /[ Context 'intern' created by 'pbx_config' ]/
&gt; /  '210' =&gt;          1. Dial(SIP/BT201)                            
&gt; [pbx_config]/
&gt; /  '211' =&gt;          1. Dial(SIP/GXP1200)                          
&gt; [pbx_config]/
&gt;
&gt; I pick up the phone of the BT201 and dial 211... nothing happens.
&gt; I pick up the phone of the GXP1200 and dial 210... nothing happens.
&gt;
&gt; I would love to have your feedback on this. Where could this problem 
&gt; be situated ?
&gt;
&gt; I notice (on the Asterisk CLI) that my SIP-phones do not register. 
&gt; They have a fixed IP and there account information is set via the web 
&gt; interface.
&gt;
&gt; Greetingz,
&gt; Jonas.
&gt; ------------------------------------------------------------------------
&gt;
&gt; _______________________________________________
&gt; -- Bandwidth and Colocation Provided by <A HREF="http://www.api-digital.com">http://www.api-digital.com</A> --
&gt;
&gt; asterisk-users mailing list
&gt; To UNSUBSCRIBE or update options visit:
&gt;    <A HREF="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A>

I had the same issue.  I set the hosts to dynamic and and explicitly set 
their IP's via a dhcp server using their MAC addresses.  The phones 
registered and all is well.

Regards,
Mike

_______________________________________________
-- Bandwidth and Colocation Provided by <A HREF="http://www.api-digital.com">http://www.api-digital.com</A> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <A HREF="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A>

</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>