Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

User interaction and design

BLF-XML-UA-02-02BLF-XML-SRV-02-02
User interactionRequirement reference
Protocol referenceDesign reference
UASUACStateUASUACUASUACFigmaScreenshot
does nothingdoes nothingIdleBLF-XML-02-SRV_IDLE

Figma requirement (702 "idle")

lifts up the receiverseizes a linedoes nothingBusyTrying


Code Block
languagexml
titleNOTIFY
linenumberstrue
collapsetrue
NOTIFY sip:100@192
.168.245.1 SIP/2.0
Via: SIP/2.0/UDP 192.168.245.251:36875;branch=z9hG4bK-1hme5acn2zd8;rport
Route: <sip:siproxd@192.168.245.1:5060;lr>
From: <sip:101@192.168.245.1>;tag=k14lafa6rw
To: <sip:100@192.168.245.1>;tag=ln0uxj71y5
Call-ID: c762ff638733-fp153x4v9gra
CSeq: 13 NOTIFY
Max-Forwards: 70
User-Agent: snomD865/8.10.1.202301282023
Contact: "B" <sip:101@192.168.245.251:36875;line=qvtqfzps>;reg-id=1
Event: dialog
Subscription-State: active
Content-Type: application/dialog-info+xml
Content-Length: 227

.
<?xml version="1.0"?>
<dialog-info
	xmlns="urn:ietf:params:xml:ns:dialog-info"
	version="12"
	state="full"
	entity="sip:101@...">
<dialog id="..." >
<state>trying</state>
</dialog>
</dialog-info>





hangs updoes nothingTerminated


Code Block
languagexml
titleNOTIFY
linenumberstrue
collapsetrue
NOTIFY
...
<?xml version="1.0"?>
<dialog-info
	xmlns="urn:ietf:params:xml:ns:dialog-info"
	version="12"
	state="full"
	entity="...">
<dialog id="..." >
<state>trying</state>
</dialog>
</dialog-info>









Code Block
languagexml
titleNOTIFY
linenumberstrue
collapsetrue
NOTIFY
...
<?xml version="1.0"?>
<dialog-info 
	xmlns="urn:ietf:params:xml:ns:dialog-info" 
	version="1220" 
	state="full" entity="...">
	<dialog
		id="..."
		direction='recipient'
		call-id='...'
		local-tag="..."
		remote-tag="...">
		<state>early</state>
		<local>
			<identity display="B">
				sip:101@...
			</identity>
			<target uri="sip:101@192.168.245.1101@...;line=...">
<dialog id="..." >
<state>trying</state>
				<param pname="x-line-id" pval="0" />
			</target>
		</local>
		<remote>
			<identity display="C">
				sip:102@...
			</identity>
			<target uri="sip:102@..."/>
		</remote>
	</dialog>
</dialog-info>















































Questions

...