<!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> </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> </DIV></DIV>
<DIV>Currently </DIV>
<DIV> Have X-Lite setup. Can log into the
server and can execute the demo features.</DIV>
<DIV> No CO line interface. Just experimenting with
IP.</DIV>
<DIV> SIP.conf configured</DIV>
<DIV> voicemail.conf configured.</DIV>
<DIV> extensions.conf configured. </DIV>
<DIV> </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 ;
Cisco poops on reinvite sometimes<BR>qualify=200 ; Qualify peer
is no more than 200ms
away<BR>defaultip=10.1.1.53<BR>dtmfmode=rfc2833<BR>mailbox=1115</DIV>
<DIV> </DIV>
<DIV>voicemail.conf</DIV>
<DIV>1115 => 1234,User Name,user@somecomapany.com</DIV>
<DIV> </DIV>
<DIV>extension.conf</DIV>
<DIV>exten => 1115,Macro(stdexten,1115,${user})<BR>exten =>
1115,1,Dial,SIP/user/s|15<BR>exten => 1115,2,Voicemail,u1115<BR>exten =>
1115,102,Voicemail,b1115<BR>exten => user,1,Goto(1115|1)</DIV>
<DIV> </DIV>
<DIV> </DIV></BODY></HTML>