Hallo,
ich habe mir hier ein 7961 auf * installiert. Die Anmeldung funktioniert wunderbar und das Telefon ist auch von aussen erreichbar, Nebenstellen können es ebenfalls erreichen. Das einzige Problem : Beim Abheben habe ich ein FREIZEICHEN. Egal welche Zahl ich auch auf dem Telefon eintippe, es ertönt dann ein BESETZT Zeichen. Ich kann also nicht rauswählen.
Ich habe mir den anderen Thread dazu bereits angeschaut, finde aber keine Lösung. Ich hoffe Ihr könnt mir da weiterhelfen.
extensions.conf
--snip--
[ankommend]
exten => 1und1,1,NoOp(Anrufer ID: ${CALLERIDNUM})
exten => 1und1,2,Dial,SIP/30&SCCP/41|10|r
exten => 1und1,4,Goto,r-${DIALSTATUS}|1
[lokal]
exten => _3X,1,NoCDR
exten => _3X,2,Dial,SIP/${EXTEN}|55|Ttr
exten => _4X,1,NoCDR
exten => _4X,2,Dial,SCCP/${EXTEN}|55|Ttr
[1und1_out]
exten => _0.,1,Dial,SIP/${EXTEN}@1und1|45|r
--snip--
sccp.conf
--snip--
[general]
keepalive = 30 ; IMPORTANT: 5secs. lead to trouble with
; 7961
context = internal
dateFormat = M.D.Y ; M-D-Y in any order (5 chars max)
bindaddr = 81.169.178.132 ; asterisk box.
port = 2000 ; listen on port 2000 (Skinny, default)
debug = 0
firstdigittimeout = 16
digittimeout = 4
digittimeoutchar = #
[devices]
type = 7961
description = Office
tzoffset = 0
autologin = 41
speeddial = 41,41@internal
speeddial = 41,41@internal
device => SEP0017484BA5CF
[lines]
id = 41
pin = 1234
label = 41
description = Office
context = client_int_unrestricted
callwaiting = 1
incominglimit = 2
mailbox = 1000
vmnum = 8500
cid_name = Office
cid_num = 41
line => 41
--snip--
SEPMAC.cnf.xml
--snip--
<device xsi:type="axl:XIPPhone">
<devicePool>
<name></name>
<dateTimeSetting>
<name>CMLocal</name>
<dateTemplate>D.M.Y</dateTemplate>
<timeZone>W. Europe Standard/Daylight Time</timeZone>
</dateTimeSetting>
<callManagerGroup>
<members>
<member priority="0">
<callManager>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
</ports>
<processNodeName>81.169.178.132</processNodeName>
</callManager>
</member>
</members>
</callManagerGroup>
<srstInfo>
<name>Enable</name>
<srstOption>Enable</srstOption>
<userModifiable>true</userModifiable>
<ipAddr1>81.169.178.132</ipAddr1>
<port1>2000</port1>
<ipAddr2></ipAddr2>
<port2>2000</port2>
<ipAddr3></ipAddr3>
<port3>2000</port3>
</srstInfo>
<mlppDomainId>-1</mlppDomainId>
<mlppIndicationStatus>Default</mlppIndicationStatus>
<preemption>Default</preemption>
</devicePool>
<loadInformation></loadInformation>
<vendorConfig>
<disableSpeaker>false</disableSpeaker>
<disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
<forwardingDelay>1</forwardingDelay>
<pcPort>0</pcPort>
<settingsAccess>1</settingsAccess>
<garp>0</garp>
<voiceVlanAccess>0</voiceVlanAccess>
<videoCapability>1</videoCapability>
<autoSelectLineEnable>0</autoSelectLineEnable>
<webAccess>1</webAccess>
<daysDisplayNotActive>1,7</daysDisplayNotActive>
<displayOnTime>08:30</displayOnTime>
<displayOnDuration>11:30</displayOnDuration>
<displayIdleTimeout>01:00</displayIdleTimeout>
</vendorConfig>
<versionStamp></versionStamp>
<userLocale>
<name></name>
<uid>1</uid>
<langCode>de</langCode>
<version>4.0(1)</version>
<winCharSet>iso-8859-1</winCharSet>
</userLocale>
<networkLocale></networkLocale>
<networkLocaleInfo>
<name></name>
<uid>64</uid>
<version>4.0(1)</version>
</networkLocaleInfo>
<deviceSecurityMode>1</deviceSecurityMode>
<idleTimeout>120</idleTimeout>
<authenticationURL></authenticationURL>
<directoryURL></directoryURL>
<idleURL></idleURL>
<informationURL></informationURL>
<messagesURL></messagesURL>
<proxyServerURL></proxyServerURL>
<servicesURL></servicesURL>
<dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig>
<dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
<dscpForCm2Dvce>96</dscpForCm2Dvce>
</device>
--snip--
Danke vorab,
- I.
ich habe mir hier ein 7961 auf * installiert. Die Anmeldung funktioniert wunderbar und das Telefon ist auch von aussen erreichbar, Nebenstellen können es ebenfalls erreichen. Das einzige Problem : Beim Abheben habe ich ein FREIZEICHEN. Egal welche Zahl ich auch auf dem Telefon eintippe, es ertönt dann ein BESETZT Zeichen. Ich kann also nicht rauswählen.
Ich habe mir den anderen Thread dazu bereits angeschaut, finde aber keine Lösung. Ich hoffe Ihr könnt mir da weiterhelfen.
extensions.conf
--snip--
[ankommend]
exten => 1und1,1,NoOp(Anrufer ID: ${CALLERIDNUM})
exten => 1und1,2,Dial,SIP/30&SCCP/41|10|r
exten => 1und1,4,Goto,r-${DIALSTATUS}|1
[lokal]
exten => _3X,1,NoCDR
exten => _3X,2,Dial,SIP/${EXTEN}|55|Ttr
exten => _4X,1,NoCDR
exten => _4X,2,Dial,SCCP/${EXTEN}|55|Ttr
[1und1_out]
exten => _0.,1,Dial,SIP/${EXTEN}@1und1|45|r
--snip--
sccp.conf
--snip--
[general]
keepalive = 30 ; IMPORTANT: 5secs. lead to trouble with
; 7961
context = internal
dateFormat = M.D.Y ; M-D-Y in any order (5 chars max)
bindaddr = 81.169.178.132 ; asterisk box.
port = 2000 ; listen on port 2000 (Skinny, default)
debug = 0
firstdigittimeout = 16
digittimeout = 4
digittimeoutchar = #
[devices]
type = 7961
description = Office
tzoffset = 0
autologin = 41
speeddial = 41,41@internal
speeddial = 41,41@internal
device => SEP0017484BA5CF
[lines]
id = 41
pin = 1234
label = 41
description = Office
context = client_int_unrestricted
callwaiting = 1
incominglimit = 2
mailbox = 1000
vmnum = 8500
cid_name = Office
cid_num = 41
line => 41
--snip--
SEPMAC.cnf.xml
--snip--
<device xsi:type="axl:XIPPhone">
<devicePool>
<name></name>
<dateTimeSetting>
<name>CMLocal</name>
<dateTemplate>D.M.Y</dateTemplate>
<timeZone>W. Europe Standard/Daylight Time</timeZone>
</dateTimeSetting>
<callManagerGroup>
<members>
<member priority="0">
<callManager>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
</ports>
<processNodeName>81.169.178.132</processNodeName>
</callManager>
</member>
</members>
</callManagerGroup>
<srstInfo>
<name>Enable</name>
<srstOption>Enable</srstOption>
<userModifiable>true</userModifiable>
<ipAddr1>81.169.178.132</ipAddr1>
<port1>2000</port1>
<ipAddr2></ipAddr2>
<port2>2000</port2>
<ipAddr3></ipAddr3>
<port3>2000</port3>
</srstInfo>
<mlppDomainId>-1</mlppDomainId>
<mlppIndicationStatus>Default</mlppIndicationStatus>
<preemption>Default</preemption>
</devicePool>
<loadInformation></loadInformation>
<vendorConfig>
<disableSpeaker>false</disableSpeaker>
<disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
<forwardingDelay>1</forwardingDelay>
<pcPort>0</pcPort>
<settingsAccess>1</settingsAccess>
<garp>0</garp>
<voiceVlanAccess>0</voiceVlanAccess>
<videoCapability>1</videoCapability>
<autoSelectLineEnable>0</autoSelectLineEnable>
<webAccess>1</webAccess>
<daysDisplayNotActive>1,7</daysDisplayNotActive>
<displayOnTime>08:30</displayOnTime>
<displayOnDuration>11:30</displayOnDuration>
<displayIdleTimeout>01:00</displayIdleTimeout>
</vendorConfig>
<versionStamp></versionStamp>
<userLocale>
<name></name>
<uid>1</uid>
<langCode>de</langCode>
<version>4.0(1)</version>
<winCharSet>iso-8859-1</winCharSet>
</userLocale>
<networkLocale></networkLocale>
<networkLocaleInfo>
<name></name>
<uid>64</uid>
<version>4.0(1)</version>
</networkLocaleInfo>
<deviceSecurityMode>1</deviceSecurityMode>
<idleTimeout>120</idleTimeout>
<authenticationURL></authenticationURL>
<directoryURL></directoryURL>
<idleURL></idleURL>
<informationURL></informationURL>
<messagesURL></messagesURL>
<proxyServerURL></proxyServerURL>
<servicesURL></servicesURL>
<dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig>
<dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
<dscpForCm2Dvce>96</dscpForCm2Dvce>
</device>
--snip--
Danke vorab,
- I.
Zuletzt bearbeitet: