[Asterisk-Dev] SCCP/Skinny Config file

Alexander Noack alex at aiesec.wiwi.uni-rostock.de
Mon Mar 29 14:29:27 MST 2004


Hi all,

anybody using Skinny phones without a callmanager anywhere might have
wondered how to send the messages URL, the services, and the like to
the phone. Many might have guessed, it'd be in the SEP<MAC>.cnf.xml
and that's what I found.
Already having the content of the XmlDefault.cnf.xml from the
chan_sccp /config-dir, here's an example of
SEP<MAC>.cnf.xml

<device>
 <devicePool>
  <callManagerGroup>
   <members>
    <member  priority="0">
     <callManager>
      <ports>
       <ethernetPhonePort>2000</ethernetPhonePort>
      </ports>
      <processNodeName>ASTERISK IP HERE</processNodeName>
     </callManager>
    </member>
   </members>
  </callManagerGroup>
 </devicePool>
 <versionStamp>{Jan 01 2002 00:00:00}</versionStamp>
 <loadInformation></loadInformation>
 <userLocale>
  <name>English_United_States</name>
  <langCode>en</langCode>
 </userLocale>
 <networkLocale>United_States</networkLocale>
 <idleTimeout>0</idleTimeout>
 <authenticationURL></authenticationURL>
 <directoryURL></directoryURL>
 <idleURL></idleURL>
 <informationURL></informationURL>
 <messagesURL></messagesURL>
 <proxyServerURL></proxyServerURL>
 <servicesURL></servicesURL>
</device>

Well, someone might find it to be useful ... :)

Alex




More information about the asterisk-dev mailing list