mirror of https://github.com/sipwise/vmnotify.git
- fix CR+LF in mwi.sip - adjust vmnotify content-length calculation Change-Id: I9d082054ae32566ed99afbb44896f02decffdcf0changes/23/15323/5
parent
c9cd8dc193
commit
d951caeb8d
@ -1,11 +1,15 @@
|
||||
NOTIFY sip:$user$@$dsthost$;transport=UDP SIP/2.0
|
||||
To: <sip:$MBID$@$dsthost$>
|
||||
From: <sip:voicebox@voip.sipwise.local>;tag=4711
|
||||
CSeq: 1 NOTIFY
|
||||
Call-Id: $CALL_ID$
|
||||
Event: message-summary
|
||||
Content-Type: application/simple-message-summary
|
||||
Content-Length: $BODYLEN$
|
||||
|
||||
$BODY_MW$
|
||||
$BODY_VM$
|
||||
NOTIFY sip:$user$@$dsthost$;transport=UDP SIP/2.0
|
||||
Via: SIP/2.0/UDP 127.0.0.1:5081;branch=$BRANCH$;rport;alias'
|
||||
To: <sip:$MBID$@$dsthost$>
|
||||
From: <sip:voicebox@voicebox.sipwise.local>;tag=4711
|
||||
CSeq: 1 NOTIFY
|
||||
Call-Id: $CALL_ID$
|
||||
Contact: <sip:voicebox@127.0.0.1:5070>
|
||||
Event: message-summary
|
||||
User-Agent: Sipwise NGCP Application Server 5.X
|
||||
Content-Type: application/simple-message-summary
|
||||
Content-Length: $BODYLEN$
|
||||
|
||||
$BODY_MW$
|
||||
$BODY_VM$
|
||||
|
||||
|
Loading…
Reference in new issue