Εμφάνιση 1-2 από 2
  1. #1
    Εγγραφή
    04-06-2015
    Μηνύματα
    5
    Downloads
    0
    Uploads
    0
    ISP
    ΟΤΕ Conn-x
    Καλησπέρα σας οποίος έχει ιδέα πως κάνουμε provisioning σε freepbx 14 ip phone Cisco 7945 ας βοηθήσει!!! Θέλω βοήθεια με τα xml η αν έχει έτοιμα!!!

    Ευχαριστώ εκ των προτέρων!
    Τελευταία επεξεργασία από το μέλος tsepeto : 03-03-19 στις 02:37.

  2. #2
    Εγγραφή
    04-06-2015
    Μηνύματα
    5
    Downloads
    0
    Uploads
    0
    ISP
    ΟΤΕ Conn-x
    Η λύση ειναι η εξής:
    Κώδικας:
    <device>
        <deviceProtocol>SIP</deviceProtocol>
        <sshUserId>cisco</sshUserId>
        <sshPassword>cisco</sshPassword>
        <ipAddressMode>0</ipAddressMode>
    
        <devicePool>
            <dateTimeSetting>
                <dateTemplate>D/M/Ya</dateTemplate>
                <timeZone>GMT Standard/Daylight Time</timeZone>
                <ntps>
                    <ntp>
                        <name>NTP_SERVER_OR_ASTERISK</name>
                        <ntpMode>Unicast</ntpMode>
                    </ntp>
                </ntps>
            </dateTimeSetting>
    
            <callManagerGroup>
                <members>
                    <member priority="0">
                        <callManager>
                            <ports>
                                <ethernetPhonePort>2000</ethernetPhonePort>
                                <sipPort>5061</sipPort>
                            </ports>
                            <processNodeName>ASTERISK_SERVER</processNodeName>
                        </callManager>
                    </member>
                </members>
            </callManagerGroup>
        </devicePool>
    
        <sipProfile>
            <sipProxies>
                <registerWithProxy>true</registerWithProxy>
            </sipProxies>
            <sipCallFeatures>
                <cnfJoinEnabled>true</cnfJoinEnabled>
                <rfc2543Hold>false</rfc2543Hold>
                <callHoldRingback>2</callHoldRingback>
                <localCfwdEnable>true</localCfwdEnable>
                <semiAttendedTransfer>true</semiAttendedTransfer>
                <anonymousCallBlock>2</anonymousCallBlock>
                <callerIdBlocking>2</callerIdBlocking>
                <dndControl>0</dndControl>
                <remoteCcEnable>true</remoteCcEnable>
            </sipCallFeatures>
    
            <sipStack>
                <sipInviteRetx>6</sipInviteRetx>
                <sipRetx>10</sipRetx>
                <timerInviteExpires>180</timerInviteExpires>
                <timerRegisterExpires>3600</timerRegisterExpires>
                <timerRegisterDelta>5</timerRegisterDelta>
                <timerKeepAliveExpires>120</timerKeepAliveExpires>
                <timerSubscribeExpires>120</timerSubscribeExpires>
                <timerSubscribeDelta>5</timerSubscribeDelta>
                <timerT1>500</timerT1>
                <timerT2>4000</timerT2>
                <maxRedirects>70</maxRedirects>
                <remotePartyID>true</remotePartyID>
                <userInfo>None</userInfo>
            </sipStack>
            <transferOnhookEnabled>false</transferOnhookEnabled>
            <enableVad>false</enableVad>
            <preferredCodec>g711ulaw</preferredCodec>
            <dtmfAvtPayload>101</dtmfAvtPayload>
            <dtmfDbLevel>3</dtmfDbLevel>
            <dtmfOutofBand>avt</dtmfOutofBand>
            <alwaysUsePrimeLine>false</alwaysUsePrimeLine>
            <alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail>
            <kpml>3</kpml>
            <natEnabled>false</natEnabled>
            <phoneLabel>name</phoneLabel>
            <stutterMsgWaiting>0</stutterMsgWaiting>
            <callStats>false</callStats>
            <silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
            <disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig>
            <startMediaPort>10000</startMediaPort>
            <stopMediaPort>20000</stopMediaPort>
    
            <sipLines>
                <line button="1">
                    <featureID>9</featureID>
                    <featureLabel> Line 1 - Ext 103 </featureLabel>
                    <proxy>USECALLMANAGER</proxy>
                    <port>5061</port>
                    <name>EXT_NUMBER</name>
                    <displayName>name</displayName>
                    <autoAnswer>
                        <autoAnswerEnabled>2</autoAnswerEnabled>
                    </autoAnswer>
                    <callWaiting>3</callWaiting>
                    <authName>EXT_NUMBER</authName>
                    <authPassword>EXT_SECRECT_MAX_8_CHARS</authPassword>
                    <sharedLine>false</sharedLine>
                    <messageWaitingLampPolicy>1</messageWaitingLampPolicy>
                    <messagesNumber>*98100</messagesNumber>
                    <ringSettingIdle>4</ringSettingIdle>
                    <ringSettingActive>5</ringSettingActive>
                    <contact>EXT_NUMBER</contact>
                    <forwardCallInfoDisplay>
                        <callerName>true</callerName>
                        <callerNumber>true</callerNumber>
                        <redirectedNumber>false</redirectedNumber>
                        <dialedNumber>true</dialedNumber>
                    </forwardCallInfoDisplay>
                </line>
    </sipLines>
    
            <voipControlPort>5060</voipControlPort>
            <dscpForAudio>184</dscpForAudio>
            <ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>
            <dialTemplate>dialplan.xml</dialTemplate>
        </sipProfile>
    
        <commonProfile>
            <phonePassword></phonePassword>
            <backgroundImageAccess>true</backgroundImageAccess>
            <callLogBlfEnabled>1</callLogBlfEnabled>
        </commonProfile>
    
        <loadInformation>SIP41.9-4-2SR3-1S</loadInformation>
        <vendorConfig>
            <disableSpeaker>false</disableSpeaker>
            <disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
            <pcPort>0</pcPort>
            <settingsAccess>1</settingsAccess>
            <garp>0</garp>
            <voiceVlanAccess>0</voiceVlanAccess>
            <videoCapability>0</videoCapability>
            <autoSelectLineEnable>0</autoSelectLineEnable>
            <webAccess>0</webAccess>
            <spanToPCPort>1</spanToPCPort>
            <loggingDisplay>1</loggingDisplay>
            <loadServer></loadServer>
            <sshAccess>0</sshAccess>
        </vendorConfig>
    
        <versionStamp>001</versionStamp>
        <networkLocale>United_Kingdom</networkLocale>
        <networkLocaleInfo>
            <name>United_Kingdom</name>
            <uid>64</uid>
            <version>1.0.0.0-4</version> 
        </networkLocaleInfo>
    
        <deviceSecurityMode>1</deviceSecurityMode>
        <authenticationURL></authenticationURL>
        <transportLayerProtocol>2</transportLayerProtocol>
        <certHash></certHash>
        <encrConfig>false</encrConfig>
        <dialToneSetting>2</dialToneSetting>
    </device>
    το αποθηκέυουμε ως εξής : SEPXXXXXXXX.conf.xml όπου Χ η mac address του cisco κεφαλαία χωρίς : περισσότερες πληροφορίες εδώ : https://gist.github.com/adamxp12/dac...18bacec4693e6a και εδώ https://www.whizzy.org/2017/02/cisco...erisk-and-sip/

Bookmarks

Bookmarks

Δικαιώματα - Επιλογές

  • Δεν μπορείτε να δημοσιεύσετε νέα θέματα
  • Δεν μπορείτε να δημοσιεύσετε νέα μηνύματα
  • Δεν μπορείτε να αναρτήσετε συνημμένα
  • Δεν μπορείτε να επεξεργαστείτε τα μηνύματα σας
  •  
  • Τα BB code είναι σε λειτουργία
  • Τα Smilies είναι σε λειτουργία
  • Το [IMG] είναι σε λειτουργία
  • Το [VIDEO] είναι σε λειτουργία
  • Το HTML είναι εκτός λειτουργίας