IP-Video-Telefon - Cisco 8941 / gesucht: SIPDefault.cnf.xml und SIPMacAdress.cnf.xml

HarzWasser

Neuer User
Mitglied seit
20 Feb 2013
Beiträge
6
Punkte für Reaktionen
0
Punkte
0
Hallo Forum,

aktuell beschäftige ich mich damit ein Cisco 8941 an ein Asterisk anzumelden.

Eine Sip-Firmware habe ich bereits mittels tftp installiert - jetzt muss ich die Konfiguration einspielen.

Genau hier hackt mein Vorhaben - da mir die default-Dateien für das 8941 fehlen.

im tftp-Log sieht man sehr gut wie das Telefon versucht die config nachzuladen;
----------------------------------------------------------------------------------------------------------------------------
Connection received from A.B.C.D on port 45939 [20/02 14:30:20.506]
Read request for file <CTLSEPmeineMAC.tlv>. Mode octet [20/02 14:30:20.506]
File <CTLSEPmeineMAC.tlv> : error 2 in system call CreateFile Das System kann die angegebene Datei nicht finden. [20/02 14:30:20.521]
Connection received from A.B.C.D on port 46680 [20/02 14:30:20.802]
Read request for file <ITLSEPmeineMAC.tlv>. Mode octet [20/02 14:30:20.802]
File <ITLSEPmeineMAC.tlv> : error 2 in system call CreateFile Das System kann die angegebene Datei nicht finden. [20/02 14:30:20.802]
Connection received from A.B.C.D on port 59079 [20/02 14:30:20.849]
Read request for file <SEPmeineMAC.cnf.xml>. Mode octet [20/02 14:30:20.849]
File <SEPmeineMAC.cnf.xml> : error 2 in system call CreateFile Das System kann die angegebene Datei nicht finden. [20/02 14:30:20.849]
Connection received from A.B.C.D on port 42284 [20/02 14:30:20.927]
Read request for file <XMLDefault.cnf.xml>. Mode octet [20/02 14:30:20.927]
File <XMLDefault.cnf.xml> : error 2 in system call CreateFile Das System kann die angegebene Datei nicht finden. [20/02 14:30:20.927]
----------------------------------------------------------------------------------------------------------------------------

Das ganze wiederholt sich periodisch.

Konkret sind mir 4 Dateien aufgefallen:
A.) CTLSEPmeineMAC.tlv
B.) ITLSEPmeineMAC.tlv
C.) SEPmeineMAC.cnf.xml
D.) XMLDefault.cnf.xml

Die Funktion von A.) und B.) ist mir bisher nicht bekannt.
C.) - scheint eine MAC-gebundene Konfiguration zu sein D.) eine globale.

Leider fehlt mir der Syntaxaufbau für meine eigene Konfiguration. Da das 8941 eine Videokammera hat - gehe ich davon aus das ich hier expl. die Videocodec z.B. h264 angeben muss.

Mein Testaufbau ist folgender:

Grandstream GXV3140 - Asterisk - Yealink VP 2009 (dieses soll durch das 8941 ersetzt werden).
Videocall's über 6000 bzw. 6001 funktionieren ohne Probleme zwischen Grandstream und Yealink.

Wie nur - komme ich an C.) und D.) passend zu meinem 8941 ?

viele Grüße

HarzWasser
 
Zuletzt bearbeitet:
Hallo Forum,

Richtig weiter bin ich noch nicht gekommen. Ich poste hier mal meine bisherigen Erkenntnisse - evtl. sieht jemand einen Fehler oder hat Ergänzungen.
Hinweise zum Systemaufbau:
PBX = 192.168.1.254
(Asterisk - Standards)
user: 6003
pass: ]8088

XMLDefault.cnf.xml (Achtung: nicht funktionsfähig !)

Code:
<?xml version="1.0" encoding="utf-8" ?>
<Default>
    <callManagerGroup>
    <members>
        <member priority="0">
            <callManager>
                <ports>
                    <ethernetPhonePort>2000</ethernetPhonePort> 
                </ports>
                <processNodeName>192.168.1.254</processNodeName> 
            </callManager>
        </member>
    </members>
    </callManagerGroup>
    <loadInformation model="Cisco IP Phone 8941">SIP8941_8945.9-3-2-12</loadInformation> 
</Default>

SEPMACADRESSE.cnf.xml (Achtung: nicht funktionsfähig !)
Code:
<?xml version="1.0" encoding="utf-8" ?>
<device>
	<deviceProtocol>[COLOR="#FF0000"]SIP[/COLOR]</deviceProtocol>
	<sshUserId>[COLOR="#FF0000"]admin[/COLOR]</sshUserId>
	<sshPassword>[COLOR="#FF0000"]cisco[/COLOR]</sshPassword>
	<sipProfile> 
	        <sipProxies> 
			<backupProxy>[COLOR="#FF0000"]192.168.1.254[/COLOR]</backupProxy> 
			<backupProxyPort>5060</backupProxyPort>
			<emergencyProxy></emergencyProxy> 
			<emergencyProxyPort>5060</emergencyProxyPort> 
			<outboundProxy></outboundProxy> 
			<outboundProxyPort>5060</outboundProxyPort>  
			<registerWithProxy>true</registerWithProxy> 
		</sipProxies>
        	<sipCallFeatures>
			<cnfJoinEnabled>true</cnfJoinEnabled> 
			<callForwardURI>l</callForwardURI> 
			<callPickupURI>*20</callPickupURI>
			<callPickupListURI></callPickupListURI> 
			<callPickupGroupURI></callPickupGroupURI> 
            		<meetMeServiceURI></meetMeServiceURI> 
            		<abbreviatedDialURI></abbreviatedDialURI> 
            		<rfc2543Hold>false</rfc2543Hold> 
            		<callHoldRingback>2</callHoldRingback> 
			<localCfwdEnable>true</localCfwdEnable> 
			<semiAttendedTransfer>true</semiAttendedTransfer> 
                   	<anonymousCallBlock>2</anonymousCallBlock> 
                   	<callerIdBlocking>2</callerIdBlocking> 
                  	<dndControl>1</dndControl> 
                   	<remoteCcEnable>false</remoteCcEnable> 
        	</sipCallFeatures>
        	<sipStack> 
			<sipInviteRetx>6</sipInviteRetx> 
                   	<sipRetx>10</sipRetx> 
                    	<timerInviteExpires>180</timerInviteExpires> 
                    	<timerRegisterExpires>600</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>
            	<autoAnswerTimer>0</autoAnswerTimer> 
            	<autoAnswerAltBehavior>false</autoAnswerAltBehavior> 
            	<autoAnswerOverride>true</autoAnswerOverride> 
            	<transferOnhookEnabled>true</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> 
            	<phoneLabel>[COLOR="#FF0000"]6003[/COLOR]</phoneLabel> 
        	<stutterMsgWaiting>2</stutterMsgWaiting> 
        	<callStats>false</callStats> 
        	<offhookToFirstDigitTimer>15000</offhookToFirstDigitTimer> 
        	<silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts> 
        	<disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig> 
        	<startMediaPort>16384</startMediaPort> 
        	<stopMediaPort>32766</stopMediaPort> 
		<sipLines> 
            		<line button="1"> 
                		<featureID>9</featureID> 
                		<featureLabel>[COLOR="#FF0000"]6003[/COLOR]</featureLabel> 
                		<proxy>[COLOR="#FF0000"]192.168.1.254[/COLOR]</proxy> 
                		<port>5060</port> 
                		<name>[COLOR="#FF0000"]6003[/COLOR]</name> 
                		<displayName>[COLOR="#FF0000"]6003[/COLOR]</displayName> 
                		<autoAnswer> 
                    		<autoAnswerEnabled>2</autoAnswerEnabled> 
                		</autoAnswer>
               			<callWaiting>3</callWaiting> 
                		<authName>[COLOR="#FF0000"]6003[/COLOR]</authName> 
                		<authPassword>[COLOR="#FF0000"]8088[/COLOR]</authPassword> 
                		<sharedLine>true</sharedLine> 
                		<messageWaitingLampPolicy>1</messageWaitingLampPolicy> 
                		<messagesNumber>*25</messagesNumber> 
                		<ringSettingIdle>4</ringSettingIdle> 
                		<ringSettingActive>5</ringSettingActive> 
                		<contact>[COLOR="#FF0000"]6003[/COLOR]</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></dialTemplate> 
        	<softKeyFile></softKeyFile> 
    	</sipProfile>
</device>
 
Zuletzt bearbeitet:
Hallo,

ich habe mir eine SEPmac.cnf.xml mit Hilfe von dem Link hier, für eine Cisco 8961 und 8941 zusammengestellt. Die restlichen Dateien brauchst du nicht, außer vllt dialplan.xml

und probier mal in der sip.conf für dein Cisco Telefon transport=tcp einzutragen, je nachdem wie du <transportLayerProtocol> definiert hast.

Hier meine config:

Code:
<device> 
<deviceProtocol>SIP</deviceProtocol> 
<sshUserId>admin</sshUserId> 
<sshPassword>password</sshPassword> 
<devicePool> 
   <dateTimeSetting> 
      <dateTemplate>D-M-YA</dateTemplate> 
      <timeZone>Central Europe Standard/Daylight Time</timeZone> 
      <ntps> 
         <ntp> 
            <name>192.168.20.2</name> 
            <ntpMode>Unicast</ntpMode> 
         </ntp>         
      </ntps> 
   </dateTimeSetting> 
   <callManagerGroup> 
      <members> 
         <member priority="0"> 
            <callManager> 
               <ports> 
                  <ethernetPhonePort>2000</ethernetPhonePort> 
                  <sipPort>5060</sipPort> 
                  <securedSipPort>5061</securedSipPort> 
               </ports> 
               <processNodeName>192.168.20.2</processNodeName> 
            </callManager> 
         </member> 
      </members> 
   </callManagerGroup> 
</devicePool> 
<sipProfile> 
   <sipProxies> 
      <backupProxy>192.168.20.2</backupProxy> 
      <backupProxyPort>5060</backupProxyPort> 
      <emergencyProxy></emergencyProxy> 
      <emergencyProxyPort></emergencyProxyPort> 
      <outboundProxy></outboundProxy> 
      <outboundProxyPort></outboundProxyPort> 
      <registerWithProxy>true</registerWithProxy> 
   </sipProxies> 
   <sipCallFeatures> 
      <cnfJoinEnabled>true</cnfJoinEnabled> 
      <callForwardURI>x-serviceuri-cfwdall</callForwardURI> 
      <callPickupURI>x-cisco-serviceuri-pickup</callPickupURI> 
      <callPickupListURI>x-cisco-serviceuri-opickup</callPickupListURI> 
      <callPickupGroupURI>x-cisco-serviceuri-gpickup</callPickupGroupURI> 
      <meetMeServiceURI>x-cisco-serviceuri-meetme</meetMeServiceURI> 
      <abbreviatedDialURI>x-cisco-serviceuri-abbrdial</abbreviatedDialURI> 
      <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>false</remotePartyID> 
      <userInfo>None</userInfo> 
   </sipStack> 
   <autoAnswerTimer>1</autoAnswerTimer> 
   <autoAnswerAltBehavior>false</autoAnswerAltBehavior> 
   <autoAnswerOverride>true</autoAnswerOverride> 
   <transferOnhookEnabled>false</transferOnhookEnabled> 
   <enableVad>false</enableVad> 
   <dtmfAvtPayload>101</dtmfAvtPayload> 
   <dtmfDbLevel>3</dtmfDbLevel> 
   <dtmfOutofBand>avt</dtmfOutofBand> 
   <alwaysUsePrimeLine>false</alwaysUsePrimeLine> 
   <alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail> 
   <kpml>3</kpml> 
   <phoneLabel>Hotline</phoneLabel> 
   <stutterMsgWaiting>1</stutterMsgWaiting> 
   <callStats>false</callStats> 
   <silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts> 
   <disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig> 
   <sipLines> 
      <line button="1"> 
         <featureID>9</featureID> 
         <featureLabel>200</featureLabel> 
         <proxy>USECALLMANAGER</proxy> 
         <port>5060</port> 
         <name>200</name> 
         <displayName>200</displayName> 
         <autoAnswer> 
            <autoAnswerEnabled>2</autoAnswerEnabled> 
         </autoAnswer> 
         <callWaiting>3</callWaiting> 
         <authName>200</authName> 
         <authPassword>chef1234</authPassword> 
         <sharedLine>false</sharedLine> 
         <messageWaitingLampPolicy>1</messageWaitingLampPolicy> 
         <messagesNumber>*99</messagesNumber> 
         <ringSettingIdle>4</ringSettingIdle> 
         <ringSettingActive>5</ringSettingActive> 
         <contact>200</contact> 
         <forwardCallInfoDisplay> 
            <callerName>true</callerName> 
            <callerNumber>false</callerNumber> 
            <redirectedNumber>false</redirectedNumber> 
            <dialedNumber>true</dialedNumber> 
         </forwardCallInfoDisplay> 
      </line>  
   </sipLines> 
   <voipControlPort>5060</voipControlPort> 
   <startMediaPort>16348</startMediaPort> 
   <stopMediaPort>20134</stopMediaPort> 
   <dscpForAudio>184</dscpForAudio> 
   <ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy> 
   <dialTemplate>dialplan.xml</dialTemplate> 
   <softKeyFile></softKeyFile> 
</sipProfile> 
<commonProfile> 
   <phonePassword></phonePassword> 
   <backgroundImageAccess>true</backgroundImageAccess> 
   <callLogBlfEnabled>2</callLogBlfEnabled> 
</commonProfile> 
<loadInformation>SIP8941_8945.9-3-1-18</loadInformation> 
<vendorConfig> 
   <disableSpeaker>false</disableSpeaker> 
   <disableSpeakerAndHeadset>false</disableSpeakerAndHeadset> 
   <pcPort>0</pcPort> 
   <settingsAccess>1</settingsAccess> 
   <garp>0</garp> 
   <voiceVlanAccess>0</voiceVlanAccess> 
   <videoCapability>1</videoCapability> 
   <autoSelectLineEnable>0</autoSelectLineEnable> 
   <webAccess>0</webAccess> 
   <daysDisplayNotActive>1,2,3,4,5,6,7</daysDisplayNotActive> 
   <displayOnTime>00:00</displayOnTime> 
   <displayOnDuration>00:00</displayOnDuration> 
   <displayIdleTimeout>00:00</displayIdleTimeout> 
   <spanToPCPort>1</spanToPCPort> 
   <loggingDisplay>1</loggingDisplay> 
   <loadServer></loadServer> 
</vendorConfig> 
<userLocale> 
   <name></name> 
   <uid></uid> 
   <langCode>en_US</langCode> 
   <version>1.0.0.0-1</version> 
   <winCharSet>iso-8859-1</winCharSet> 
</userLocale> 
<networkLocale></networkLocale> 
<networkLocaleInfo> 
   <name></name> 
   <uid></uid> 
   <version>1.0.0.0-1</version> 
</networkLocaleInfo>    
<deviceSecurityMode>1</deviceSecurityMode> 
<authenticationURL>http://example.domain.ext/services/authenticate.php</authenticationURL> 
<directoryURL>http://example.domain.ext/services/directory.php</directoryURL> 
<servicesURL>http://example.domain.ext/services/menu.xml</servicesURL> 
<idleURL></idleURL> 
<informationURL></informationURL> 
<messagesURL></messagesURL> 
<proxyServerURL></proxyServerURL> 
<dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig> 
<dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices> 
<dscpForCm2Dvce>96</dscpForCm2Dvce> 
<transportLayerProtocol>4</transportLayerProtocol> 
<capfAuthMode>0</capfAuthMode> 
<capfList> 
   <capf> 
      <phonePort>3804</phonePort> 
   </capf> 
</capfList> 
<certHash></certHash> 
<encrConfig>false</encrConfig> 
</device>
 
Hallo euke,

vielen Dank für deine Antwort - so richtig weiter bin ich leider noch nicht.

zum Abgleich:

meine XMLDefault.cnf.xml (Achtung - nicht funktionell)

Code:
<?xml version="1.0" encoding="utf-8" ?>
<Default>
	<callManagerGroup>
		<members>
			<member priority="0">
				<callManager>
					<ports>
						<ethernetPhonePort>2000</ethernetPhonePort> 
					</ports>
					<processNodeName>[COLOR="#FF0000"]192.168.1.254[/COLOR]</processNodeName> 
				</callManager>
			</member>
		</members>
	</callManagerGroup>
	<loadInformation model="Cisco IP Phone 8941">[COLOR="#FF0000"]SIP8941_8945.9-3-2-12[/COLOR]</loadInformation> 
</Default>

meine/oder besser gesagt - deine SEPMacadresse.cnf.xml (Achtung: nicht funktionell)
Code:
<?xml version="1.0" encoding="utf-8" ?>
<device> 
	<deviceProtocol>SIP</deviceProtocol> 
	<sshUserId>admin</sshUserId> 
	<sshPassword>password</sshPassword> 
	<devicePool> 
		<dateTimeSetting> 
			<dateTemplate>D-M-YA</dateTemplate> 
			<timeZone>Central Europe Standard/Daylight Time</timeZone> 
			<ntps> 
				<ntp> 
					<name>[COLOR="#FF0000"]192.168.1.253[/COLOR]</name> 
					<ntpMode>Unicast</ntpMode> 
				</ntp>         
			</ntps> 
		</dateTimeSetting> 
		<callManagerGroup> 
			<members> 
				<member priority="0"> 
					<callManager> 
						<ports> 
							<ethernetPhonePort>2000</ethernetPhonePort> 
							<sipPort>5060</sipPort> 
							<securedSipPort>5061</securedSipPort> 
						</ports> 
						<processNodeName>[COLOR="#FF0000"]192.168.1.254[/COLOR]</processNodeName> 
					</callManager> 
				</member> 
			</members> 
		</callManagerGroup> 
	</devicePool> 
	<sipProfile> 
		<sipProxies> 
			<backupProxy>[COLOR="#FF0000"]192.168.1.254[/COLOR]</backupProxy> 
			<backupProxyPort>5060</backupProxyPort> 
			<emergencyProxy></emergencyProxy> 
			<emergencyProxyPort></emergencyProxyPort> 
			<outboundProxy></outboundProxy> 
			<outboundProxyPort></outboundProxyPort> 
			<registerWithProxy>true</registerWithProxy> 
		</sipProxies> 
		<sipCallFeatures> 
			<cnfJoinEnabled>true</cnfJoinEnabled> 
			<callForwardURI>x-serviceuri-cfwdall</callForwardURI> 
			<callPickupURI>x-cisco-serviceuri-pickup</callPickupURI> 
			<callPickupListURI>x-cisco-serviceuri-opickup</callPickupListURI> 
			<callPickupGroupURI>x-cisco-serviceuri-gpickup</callPickupGroupURI> 
			<meetMeServiceURI>x-cisco-serviceuri-meetme</meetMeServiceURI> 
			<abbreviatedDialURI>x-cisco-serviceuri-abbrdial</abbreviatedDialURI> 
			<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>false</remotePartyID> 
			<userInfo>None</userInfo> 
		</sipStack> 
		<autoAnswerTimer>1</autoAnswerTimer> 
		<autoAnswerAltBehavior>false</autoAnswerAltBehavior> 
		<autoAnswerOverride>true</autoAnswerOverride> 
		<transferOnhookEnabled>false</transferOnhookEnabled> 
		<enableVad>false</enableVad> 
		<dtmfAvtPayload>101</dtmfAvtPayload> 
		<dtmfDbLevel>3</dtmfDbLevel> 
		<dtmfOutofBand>avt</dtmfOutofBand> 
		<alwaysUsePrimeLine>false</alwaysUsePrimeLine> 
		<alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail> 
		<kpml>3</kpml> 
		<phoneLabel>Hotline</phoneLabel> 
		<stutterMsgWaiting>1</stutterMsgWaiting> 
		<callStats>false</callStats> 
		<silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts> 
		<disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig> 
		<sipLines> 
			<line button="1"> 
				<featureID>9</featureID> 
				<featureLabel>[COLOR="#FF0000"]6003[/COLOR]</featureLabel> 
				<proxy>USECALLMANAGER</proxy> 
				<port>5060</port> 
				<name>[COLOR="#FF0000"]6003[/COLOR]</name> 
				<displayName>[COLOR="#FF0000"]6003[/COLOR]</displayName> 
				<autoAnswer> 
					<autoAnswerEnabled>2</autoAnswerEnabled> 
				</autoAnswer> 
				<callWaiting>3</callWaiting> 
				<authName>[COLOR="#FF0000"]6003[/COLOR]</authName> 
				<authPassword>[COLOR="#FF0000"]8088[/COLOR]</authPassword> 
				<sharedLine>false</sharedLine> 
				<messageWaitingLampPolicy>1</messageWaitingLampPolicy> 
				<messagesNumber>*99</messagesNumber> 
				<ringSettingIdle>4</ringSettingIdle> 
				<ringSettingActive>5</ringSettingActive> 
				<contact>[COLOR="#FF0000"]6003[/COLOR]</contact> 
				<forwardCallInfoDisplay> 
					<callerName>true</callerName> 
					<callerNumber>false</callerNumber> 
					<redirectedNumber>false</redirectedNumber> 
					<dialedNumber>true</dialedNumber> 
				</forwardCallInfoDisplay> 
			</line>  
		</sipLines> 
		<voipControlPort>5060</voipControlPort> 
		<startMediaPort>16348</startMediaPort> 
		<stopMediaPort>20134</stopMediaPort> 
		<dscpForAudio>184</dscpForAudio> 
		<ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy> 
		<dialTemplate></dialTemplate> 
		<softKeyFile></softKeyFile> 
	</sipProfile> 
	<commonProfile> 
	<phonePassword></phonePassword> 
	   <backgroundImageAccess>true</backgroundImageAccess> 
	   <callLogBlfEnabled>2</callLogBlfEnabled> 
	</commonProfile> 
	<loadInformation>[COLOR="#FF0000"]SIP8941_8945.9-3-2-12[/COLOR]</loadInformation> 
	<vendorConfig> 
		<disableSpeaker>false</disableSpeaker> 
		<disableSpeakerAndHeadset>false</disableSpeakerAndHeadset> 
		<pcPort>0</pcPort> 
		<settingsAccess>1</settingsAccess> 
		<garp>0</garp> 
		<voiceVlanAccess>0</voiceVlanAccess> 
		<videoCapability>1</videoCapability> 
		<autoSelectLineEnable>0</autoSelectLineEnable> 
		<webAccess>0</webAccess> 
		<daysDisplayNotActive>1,2,3,4,5,6,7</daysDisplayNotActive> 
		<displayOnTime>00:00</displayOnTime> 
		<displayOnDuration>00:00</displayOnDuration> 
		<displayIdleTimeout>00:00</displayIdleTimeout> 
		<spanToPCPort>1</spanToPCPort> 
		<loggingDisplay>1</loggingDisplay> 
		<loadServer></loadServer> 
	</vendorConfig> 
	<userLocale> 
		<name></name> 
		<uid></uid> 
		<langCode>en_US</langCode> 
		<version>1.0.0.0-1</version> 
		<winCharSet>iso-8859-1</winCharSet> 
	</userLocale> 
	<networkLocale></networkLocale> 
	<networkLocaleInfo> 
		<name></name> 
		<uid></uid> 
		<version>1.0.0.0-1</version> 
	</networkLocaleInfo>    
	<deviceSecurityMode>1</deviceSecurityMode> 
	<authenticationURL>http://example.domain.ext/services/authenticate.php</authenticationURL> 
	<directoryURL>http://example.domain.ext/services/directory.php</directoryURL> 
	<servicesURL>http://example.domain.ext/services/menu.xml</servicesURL> 
	<idleURL></idleURL> 
	<informationURL></informationURL> 
	<messagesURL></messagesURL> 
	<proxyServerURL></proxyServerURL> 
	<dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig> 
	<dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices> 
	<dscpForCm2Dvce>96</dscpForCm2Dvce> 
	<transportLayerProtocol>4</transportLayerProtocol> 
	<capfAuthMode>0</capfAuthMode> 
	<capfList> 
		<capf> 
			<phonePort>3804</phonePort> 
		</capf> 
	</capfList> 
	<certHash></certHash> 
	<encrConfig>false</encrConfig> 
</device>

Interessant sind die log-Ausgaben des Telefons (hier ip: 192.168.1.88):

Code:
00:00:59:38.461 - Checking TFTP0: IPv4 - 192.168.1.253 (OK)
[MMI]Not update call ui on unregister
into subhandler_applications:provision_ready
path = /nvdata is exist
FFS Commit to /nvdata/CFG2.
provision_task_delete_and_recreate(), recreate= 1
[MMI]Clear Header by check_header_status
[MMI]Clear Header by check_header_status
[COLOR="#FF0000"]00:01:02:18.021 - REG (Fail)[/COLOR]
***********************
* Rate limit enabled  *
***********************
17:15:36, 04/03/2013 : CTLSEP[COLOR="#FF0000"]XXXXXXXXXXXX[/COLOR].tlv updating
Error code 1: File not found
File transfer error.
17:15:36, 04/03/2013 : TFTP error : download CTLSEP[COLOR="#FF0000"]XXXXXXXXXXXX[/COLOR].tlv fail
17:15:36, 04/03/2013 : CTLSEP[COLOR="#FF0000"]XXXXXXXXXXXX[/COLOR].tlv not found in 192.168.1.253
17:15:36, 04/03/2013 : ITLSEP[COLOR="#FF0000"]XXXXXXXXXXXX[/COLOR].tlv updating
Error code 1: File not found
File transfer error.
17:15:36, 04/03/2013 : TFTP error : download ITLSEP[COLOR="#FF0000"]XXXXXXXXXXXX[/COLOR].tlv fail
17:15:36, 04/03/2013 : ITLSEP[COLOR="#FF0000"]XXXXXXXXXXXX[/COLOR].tlv not found in 192.168.1.253
17:15:36, 04/03/2013 : ITLFile.tlv updating
Error code 1: File not found
File transfer error.
17:15:36, 04/03/2013 : TFTP error : download ITLFile.tlv fail
17:15:36, 04/03/2013 : can't download ITLFile.tlv from 192.168.1.253
17:15:36, 04/03/2013 : SEP[COLOR="#FF0000"]XXXXXXXXXXXX[/COLOR].cnf.xml (TFTP)
save_phoneServices(): input data can't find <phoneServices
save_srstinfo(): input data can't find <srstInfo
tftp_download_file, 169
tftp_download_file, 186
Authenticating SIP8941_8945.9-3-2-12.loads file successfully.
###############################################################
BOOT8941_8945.0-0-1-0.bin.sgn
SIP8941_8945.9-3-2-12.bin1.sgn
SIP8941_8945.9-3-2-12.bin2.sgn
SIP8941_8945.9-3-2-12.bin3.sgn
SIP8941_8945.9-3-2-12.bin4.sgn
SIP8941_8945.9-3-2-12.bin5.sgn
SIP8941_8945.9-3-2-12.bin6.sgn
SIP8941_8945.9-3-2-12.bin7.sgn
SIP8941_8945.9-3-2-12.bin8.sgn
SIP8941_8945.9-3-2-12.bin9.sgn
SIP8941_8945.9-3-2-12.bin10.sgn

###############################################################
cfgmgr_loads_task(): image_flag: 10
*** cfgmgr_loads_task 1826 callback return ***
Need to download locale resources. (, 1.0.0.0-1, 192.168.1.253/getfontfail, getfontfail, 192.168.1.253)
Download /gb-sccp-sip.jar ...
Error code 1: File not found
File transfer error.
tftp_download_file, 169
tftp_download_file, 186
Downloading /gb-sccp-sip.jar fails.
Notify application locale had changed.
Error code 1: File not found
File transfer error.
17:15:40, 04/03/2013 : TFTP error : download /g3-tones.xml fail
[MMI]Not update call ui on unregister
into subhandler_applications:provision_ready
17:15:44, 04/03/2013 : VPN Error: VPN is not Configured.
00:01:02:26.483 - Checking Protocol: Device=SIP. Config=SIP (OK)
00:01:02:26.483 - Checking SwPort: 100-full (OK)
00:01:02:26.484 - Checking Network: IPV4 - 192.168.1.88 (OK)
00:01:02:26.484 - Checking Security: NonSecure Mode (LSC: Not Installed, MIC: Installed) (OK)
00:01:02:26.485 - Checking Account: Line (OK)
00:01:02:26.486 - Checking CUCM1: IPv4 - 192.168.1.254 (OK)
00:01:02:26.486 - Checking TFTP0: IPv4 - 192.168.1.253 (OK)

auf meinem Asterisk-System habe ich mal tcpdump laufen lassen:
Code:
16:20:39.411981 IP (tos 0x0, ttl 64, id 62978, offset 0, flags [none], proto TCP (6), length 60) [COLOR="#FF0000"]192.168.1.88.45186[/COLOR] >[COLOR="#FF0000"]192.168.1.254.5060[/COLOR]: S 4125086907:4125086907(0) win 5840 <mss 1460,sackOK,timestamp 375805[|tcp]>

zumindest scheint das 8941 ein Paket zur Asterisk zu senden - nur registrieren will es leider nicht.

Ihrgendwelche weiteren Ideen? Wie war das mit dem "transport" gemeint?

viele Grüße

HarzWasser
 
Zuletzt bearbeitet:
Hallo HarzWasser,

also bin mir fast sicher das es an dem transport liegt, du hast 2 Möglichkeiten... entweder setzt du in deiner sip.conf z.B.:

[general]
tcpenable=yes
tcpbindaddr=0.0.0.0

[6003]
...
secret=8088
transport=tcp
...


oder du änderst in deiner SEPMacadresse.cnf.xml
ziehmlich weit unten..

<transportLayerProtocol>4</transportLayerProtocol> auf <transportLayerProtocol>2</transportLayerProtocol>

und setzt in der sip.conf
[6003]
...
secret=8088
transport=udp
...

viel erfolg! ich hoffe es klappt
 
Hallo euke,

vielen Dank für deine Antwort.

meine sip.conf ist weitestgehend auskommentiert - die vorgeschlagene Änderung auf udp habe ich in /etc/asterisk/users.conf vorgenommen:
Code:
[6003]
... 
secret=8088
transport=udp
...


um Vergleiche anzustellen - hier eine kleine Übersicht zwischen Konfigänderungen/Wireshark-Mitschnitte.

[table="width: 1200, class: grid"]
[tr]
[td]XMLDefault.cnf.xml[/td]
[td]SEPMacadresse.cnf.xml[/td]
[td]Wireshark-Mitschnitt[/td]
[td]8941-ssh-log-Ausgabe[/td]
[/tr]
[tr]
[td]Version aus Posting: 03.04.2013, 16:19[/td]
[td]Version aus Posting: 03.04.2013, 16:19[/td]
[td]
Code:
nur NOPE / reine TCP-Pakete
[/td]
[td]
Code:
[CP-8941] provision_task_delete_and_recreate(), recreate= 1
[MMI]Clear Header by check_header_status
[MMI]Clear Header by check_header_status
00:00:03:53.713 - REG (Fail)
***********************
* Rate limit enabled  *
***********************
15:12:39, 04/05/2013 : CTLSEP************.tlv updating
Error code 1: File not found
File transfer error.
15:12:39, 04/05/2013 : TFTP error : download CTLSEP************.tlv fail
15:12:39, 04/05/2013 : CTLSEP************.tlv not found in 192.168.1.253
15:12:39, 04/05/2013 : ITLSEP************.tlv updating
Error code 1: File not found
File transfer error.
15:12:39, 04/05/2013 : TFTP error : download ITLSEP************.tlv fail
15:12:39, 04/05/2013 : ITLSEP************.tlv not found in 192.168.1.253
15:12:39, 04/05/2013 : ITLFile.tlv updating
Error code 1: File not found
File transfer error.
15:12:39, 04/05/2013 : TFTP error : download ITLFile.tlv fail
15:12:39, 04/05/2013 : can't download ITLFile.tlv from 192.168.1.253
15:12:40, 04/05/2013 : SEP************.cnf.xml (TFTP)
save_phoneServices(): input data can't find <phoneServices
save_srstinfo(): input data can't find <srstInfo
tftp_download_file, 169
tftp_download_file, 186
Authenticating SIP8941_8945.9-3-2-12.loads file successfully.
###############################################################
BOOT8941_8945.0-0-1-0.bin.sgn
SIP8941_8945.9-3-2-12.bin1.sgn
SIP8941_8945.9-3-2-12.bin2.sgn
SIP8941_8945.9-3-2-12.bin3.sgn
SIP8941_8945.9-3-2-12.bin4.sgn
SIP8941_8945.9-3-2-12.bin5.sgn
SIP8941_8945.9-3-2-12.bin6.sgn
SIP8941_8945.9-3-2-12.bin7.sgn
SIP8941_8945.9-3-2-12.bin8.sgn
SIP8941_8945.9-3-2-12.bin9.sgn
SIP8941_8945.9-3-2-12.bin10.sgn

###############################################################
cfgmgr_loads_task(): image_flag: 10
*** cfgmgr_loads_task 1826 callback return ***
Need to download locale resources. (, 1.0.0.0-1, 192.168.1.253/getfontfail, getfontfail, 192.168.1.253)
Download /gb-sccp-sip.jar ...
Error code 1: File not found
File transfer error.
tftp_download_file, 169
tftp_download_file, 186
Downloading /gb-sccp-sip.jar fails.
Notify application locale had changed.
Error code 1: File not found
File transfer error.
15:12:44, 04/05/2013 : TFTP error : download /g3-tones.xml fail
15:12:47, 04/05/2013 : VPN Error: VPN is not Configured.
00:00:04:02.113 - Checking Protocol: Device=SIP. Config=SIP (OK)
00:00:04:02.113 - Checking SwPort: 10-half (OK)
00:00:04:02.113 - Checking Network: IPV4 - 192.168.1.88 (OK)
00:00:04:02.114 - Checking Security: NonSecure Mode (LSC: Not Installed, MIC: Installed) (OK)
00:00:04:02.114 - Checking Account: Line (OK)
00:00:04:02.115 - Checking CUCM1: IPv4 - 192.168.1.254 (OK)
00:00:04:02.116 - Checking TFTP0: IPv4 - 192.168.1.253 (OK)
[MMI]Not update call ui on unregister
into subhandler_applications:provision_ready
[/td]
[/tr]
[tr]
[td]
Version aus Posting: 03.04.2013, 16:19
[/td]
[td]
Code:
<transportLayerProtocol>[COLOR="#FF0000"]4[/COLOR]</transportLayerProtocol>
-----------> geändert auf:
<transportLayerProtocol>[COLOR="#00FF00"]2[/COLOR]</transportLayerProtocol>
[/td]
[td]
Code:
[COLOR="#FF0000"]REFER sip:192.168.1.254 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.88:5060;branch=************
From: <sip:************@192.168.1.88>;tag=************-************
To: <sip:192.168.1.254>
Call-ID: ************@192.168.1.88
Date: Fri, 05 Apr 2013 12:38:23 GMT
CSeq: 1000 REFER
User-Agent: Cisco-CP8941/9.3.1
Expires: 10
Max-Forwards: 70
Contact: <sip:************@192.168.1.88:5060>
Require: norefersub
Referred-By: <sip:************@192.168.1.88>
Refer-To: cid:************@192.168.1.88
Content-Id: <************@192.168.1.88>
Allow: ACK,BYE,CANCEL,INVITE,NOTIFY,OPTIONS,REFER,REGISTER,UPDATE,SUBSCRIBE
Content-Length: 1093
Content-Type: application/x-cisco-alarm+xml
Content-Disposition: session;handling=required
<?xml version="1.0" encoding="UTF-8"?>
<x-cisco-alarm>
<Alarm Name="LastOutOfServiceInformation">
<ParameterList>
<String name="DeviceName">SEP************</String>
<String name="DeviceIPv4Address">192.168.1.88/24</String>
<String name="IPv4DefaultGateway">192.168.1.1</String>
<String name="DeviceIPv6Address"></String>
<String name="IPv6DefaultGateway"></String>
<String name="ModelNumber">CP-8941</String>
<String name="NeighborIPv4Address"></String>
<String name="NeighborIPv6Address"></String>
<String name="NeighborDeviceID"></String>
<String name="NeighborPortID"></String>
<Enum name="DHCPv4Status">1</Enum>
<Enum name="DHCPv6Status">3</Enum>
<Enum name="TFTPCfgStatus">1</Enum>
<Enum name="DNSStatusUnifiedCM1">4</Enum>
<String name="VoiceVLAN">4095</String>
<String name="UnifiedCMIPAddress"></String>
<String name="LocalPort">0</String>
<String name="TimeStamp">0</String>
<Enum name="ReasonForOutOfService">25</Enum>
<String name="LastProtocolEventSent"></String>
<String name="LastProtocolEventRecv"></String>
</ParameterList>
</Alarm>
</x-cisco-alarm>[/COLOR]

[COLOR="#0000CD"]SIP/2.0 603 Declined (no dialog)
Via: SIP/2.0/UDP 192.168.1.88:5060;branch=************;received=192.168.1.88
From: <sip:************@192.168.1.88>;tag=************-************
To: <sip:192.168.1.254>;tag=************
Call-ID: ************@192.168.1.88
CSeq: 1000 REFER
Server: Asterisk PBX 1.6.2.11
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
Supported: replaces, timer
Content-Length: 0

SIP/2.0 603 Declined (no dialog)
Via: SIP/2.0/UDP 192.168.1.88:5060;branch=************;received=192.168.1.88
From: <sip:************@192.168.1.88>;tag=************
To: <sip:192.168.1.254>;tag=************
Call-ID: ************@192.168.1.88
CSeq: 1000 REFER
Server: Asterisk PBX 1.6.2.11
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
Supported: replaces, timer
Content-Length: 0[/COLOR]
[/td]
[td]
Code:
[MMI]Clear Header by check_header_status
[MMI]Clear Header by check_header_status
00:00:29:32.582 - REG (Fail)
***********************
* Rate limit enabled  *
***********************
16:06:31, 04/05/2013 : CTLSE************.tlv updating
Error code 1: File not found
File transfer error.
16:06:31, 04/05/2013 : TFTP error : download CTLSEP************.tlv fail
16:06:31, 04/05/2013 : CTLSEP************.tlv not found in 192.168.1.253
16:06:31, 04/05/2013 : ITLSEP************.tlv updating
Error code 1: File not found
File transfer error.
16:06:31, 04/05/2013 : TFTP error : download ITLSEP************.tlv fail
16:06:31, 04/05/2013 : ITLSEP************.tlv not found in 192.168.1.253
16:06:31, 04/05/2013 : ITLFile.tlv updating
Error code 1: File not found
File transfer error.
16:06:31, 04/05/2013 : TFTP error : download ITLFile.tlv fail
16:06:31, 04/05/2013 : can't download ITLFile.tlv from 192.168.1.253
16:06:31, 04/05/2013 : SEP************.cnf.xml (TFTP)
save_phoneServices(): input data can't find <phoneServices
save_srstinfo(): input data can't find <srstInfo
tftp_download_file, 169
tftp_download_file, 186
Authenticating SIP8941_8945.9-3-2-12.loads file successfully.
###############################################################
BOOT8941_8945.0-0-1-0.bin.sgn
SIP8941_8945.9-3-2-12.bin1.sgn
SIP8941_8945.9-3-2-12.bin2.sgn
SIP8941_8945.9-3-2-12.bin3.sgn
SIP8941_8945.9-3-2-12.bin4.sgn
SIP8941_8945.9-3-2-12.bin5.sgn
SIP8941_8945.9-3-2-12.bin6.sgn
SIP8941_8945.9-3-2-12.bin7.sgn
SIP8941_8945.9-3-2-12.bin8.sgn
SIP8941_8945.9-3-2-12.bin9.sgn
SIP8941_8945.9-3-2-12.bin10.sgn

###############################################################
cfgmgr_loads_task(): image_flag: 10
*** cfgmgr_loads_task 1826 callback return ***
Need to download locale resources. (, 1.0.0.0-1, 192.168.1.253/getfontfail, getfontfail, 192.168.1.253)
Download /gb-sccp-sip.jar ...
Error code 1: File not found
File transfer error.
tftp_download_file, 169
tftp_download_file, 186
Downloading /gb-sccp-sip.jar fails.
Notify application locale had changed.
Error code 1: File not found
File transfer error.
16:06:36, 04/05/2013 : TFTP error : download /g3-tones.xml fail
16:06:39, 04/05/2013 : VPN Error: VPN is not Configured.
00:00:29:41.204 - Checking Protocol: Device=SIP. Config=SIP (OK)
00:00:29:41.204 - Checking SwPort: 10-half (OK)
00:00:29:41.204 - Checking Network: IPV4 - 192.168.1.88 (OK)
00:00:29:41.205 - Checking Security: NonSecure Mode (LSC: Not Installed, MIC: Installed) (OK)
00:00:29:41.205 - Checking Account: Line (OK)
00:00:29:41.207 - Checking CUCM1: IPv4 - 192.168.1.254 (OK)
00:00:29:41.207 - Checking TFTP0: IPv4 - 192.168.1.253 (OK)
[MMI]Not update call ui on unregister
into subhandler_applications:provision_ready
[/td]
[/tr]
[tr]
[td]Version aus Posting: 03.04.2013, 16:19[/td]
[td]
Code:
<registerWithProxy>[COLOR="#FF0000"]true[/COLOR]</registerWithProxy>
------->geändert auf:
<registerWithProxy>[COLOR="#00FF00"][/COLOR]</registerWithProxy>
[/td]
[td]
Code:
[COLOR="#FF0000"]REFER sip:192.168.1.254 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.88:5060;branch=************
From: <sip:************@192.168.1.88>;tag=************************-************
To: <sip:192.168.1.254>
Call-ID: ************-************-************-************@192.168.1.88
Date: Fri, 05 Apr 2013 13:16:32 GMT
CSeq: 1000 REFER
User-Agent: Cisco-CP8941/9.3.1
Expires: 10
Max-Forwards: 70
Contact: <sip:************@192.168.1.88:5060>
Require: norefersub
Referred-By: <sip:************@192.168.1.88>
Refer-To: cid:************@192.168.1.88
Content-Id: <************@192.168.1.88>
Allow: ACK,BYE,CANCEL,INVITE,NOTIFY,OPTIONS,REFER,REGISTER,UPDATE,SUBSCRIBE
Content-Length: 1093
Content-Type: application/x-cisco-alarm+xml
Content-Disposition: session;handling=required

<?xml version="1.0" encoding="UTF-8"?>
<x-cisco-alarm>
<Alarm Name="LastOutOfServiceInformation">
<ParameterList>
<String name="DeviceName">SEP************</String>
<String name="DeviceIPv4Address">192.168.1.88/24</String>
<String name="IPv4DefaultGateway">192.168.1.1</String>
<String name="DeviceIPv6Address"></String>
<String name="IPv6DefaultGateway"></String>
<String name="ModelNumber">CP-8941</String>
<String name="NeighborIPv4Address"></String>
<String name="NeighborIPv6Address"></String>
<String name="NeighborDeviceID"></String>
<String name="NeighborPortID"></String>
<Enum name="DHCPv4Status">1</Enum>
<Enum name="DHCPv6Status">3</Enum>
<Enum name="TFTPCfgStatus">1</Enum>
<Enum name="DNSStatusUnifiedCM1">4</Enum>
<String name="VoiceVLAN">4095</String>
<String name="UnifiedCMIPAddress"></String>
<String name="LocalPort">0</String>
<String name="TimeStamp">0</String>
<Enum name="ReasonForOutOfService">25</Enum>
<String name="LastProtocolEventSent"></String>
<String name="LastProtocolEventRecv"></String>
</ParameterList>
</Alarm>
</x-cisco-alarm>[/COLOR]

[COLOR="#0000FF"]SIP/2.0 603 Declined (no dialog)
Via: SIP/2.0/UDP 192.168.1.88:5060;branch=************;received=192.168.1.88
From: <sip:************@192.168.1.88>;tag=************************-************
To: <sip:192.168.1.254>;tag=************
Call-ID: ************-************-************-************@192.168.1.88
CSeq: 1000 REFER
Server: Asterisk PBX 1.6.2.11
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
Supported: replaces, timer
Content-Length: 0

SIP/2.0 603 Declined (no dialog)
Via: SIP/2.0/UDP 192.168.1.88:5060;branch=************************;received=192.168.1.88
From: <sip:************@192.168.1.88>;tag=************************-************
To: <sip:192.168.1.254>;tag=************
Call-ID: ************-************-************-************@192.168.1.88
CSeq: 1000 REFER
Server: Asterisk PBX 1.6.2.11
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
Supported: replaces, timer
Content-Length: 0[/COLOR]
[/td]
[td]
Code:
keine Ausgaben
[/td]
[/tr]
[/table]
 
Kostenlos!

Neueste Beiträge

Statistik des Forums

Themen
248,873
Beiträge
2,303,518
Mitglieder
378,534
Neuestes Mitglied
test-forcepaster