<!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 5.50.4522.1800" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt MS Sans Serif">
<DIV>We would like to setup in house SIP phones with numbered extensions for 
demonstration purposes.</DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV>What is the syntax to associate a extension with SIP phone?</DIV></DIV>
<DIV>
<DIV>Does the Dial application have a SIP specific entry for example: 
Dial,SIP/SIPphone/s|15</DIV>
<DIV>When I call from one extension to another I get "User is on the 
phone".</DIV>
<DIV>We also have Cisco7960s to test.</DIV>
<DIV>&nbsp;</DIV></DIV>
<DIV>Currently </DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;Have X-Lite&nbsp;setup.&nbsp; Can&nbsp;log into the 
server and can execute the demo features.</DIV>
<DIV>&nbsp;&nbsp;&nbsp; No CO line interface.&nbsp; Just experimenting with 
IP.</DIV>
<DIV>&nbsp;&nbsp;&nbsp; SIP.conf configured</DIV>
<DIV>&nbsp;&nbsp;&nbsp; voicemail.conf configured.</DIV>
<DIV>&nbsp;&nbsp;&nbsp; extensions.conf configured.&nbsp;&nbsp;&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>sip.conf</DIV>
<DIV>[user]<BR>callerid="User 
Name"<BR>type=friend<BR>nat=no<BR>username=user<BR>secret=password<BR>host=dynamic<BR>canreinvite=no&nbsp;&nbsp;&nbsp;; 
Cisco poops on reinvite sometimes<BR>qualify=200&nbsp;&nbsp;&nbsp;; Qualify peer 
is no more than 200ms 
away<BR>defaultip=10.1.1.53<BR>dtmfmode=rfc2833<BR>mailbox=1115</DIV>
<DIV>&nbsp;</DIV>
<DIV>voicemail.conf</DIV>
<DIV>1115 =&gt; 1234,User Name,user@somecomapany.com</DIV>
<DIV>&nbsp;</DIV>
<DIV>extension.conf</DIV>
<DIV>exten =&gt; 1115,Macro(stdexten,1115,${user})<BR>exten =&gt; 
1115,1,Dial,SIP/user/s|15<BR>exten =&gt; 1115,2,Voicemail,u1115<BR>exten =&gt; 
1115,102,Voicemail,b1115<BR>exten =&gt; user,1,Goto(1115|1)</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>