Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
dac99c98
Commit
dac99c98
authored
15 years ago
by
Alexandre Savard
Browse files
Options
Downloads
Patches
Plain Diff
[#2536] No need to have registration in account_uac scripts
parent
da57d49f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
sippxml/account_uac_send_hangup.xml
+0
-41
0 additions, 41 deletions
sippxml/account_uac_send_hangup.xml
sippxml/account_uac_send_peer_hungup.xml
+0
-41
0 additions, 41 deletions
sippxml/account_uac_send_peer_hungup.xml
sippxml/testsuiteuac.sh
+1
-1
1 addition, 1 deletion
sippxml/testsuiteuac.sh
with
1 addition
and
83 deletions
sippxml/account_uac_send_hangup.xml
+
0
−
41
View file @
dac99c98
...
...
@@ -19,47 +19,6 @@
<scenario
name=
"accountcall_client"
>
<send
retrans=
"500"
>
<![CDATA[
REGISTER sip:[remote_ip] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];rport;branch=[branch]
Max-Forwards: 70
From: <sip:27182@[remote_ip]>
;tag=[call_number]
To:
<sip:27182
@[remote_ip]
>
Call-ID: REG///[call_id]
CSeq: 1 REGISTER
Contact:
<sip:27182
@[local_ip]:[local_port]
>
Content-Length: 0
Expires: 300
]]>
</send>
<recv
response=
"401"
auth=
"true"
>
</recv>
<send
retrans=
"500"
>
<![CDATA[
REGISTER sip:[remote_ip] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];rport;branch=[branch]
Max-Forwards: 70
From: <sip:27182@[remote_ip]>
;tag=[call_number]
To:
<sip:27182
@[remote_ip]
>
Call-ID: REG///[call_id]
CSeq: 2 REGISTER
Contact:
<sip:27182
@[local_ip]:[local_port]
>
Content-Length: 0
Expires: 300
[authentication username=27182 password=1234]
]]>
</send>
<recv
response=
"200"
>
</recv>
<pause
milliseconds=
"200"
/>
<send
retrans=
"500"
>
...
...
This diff is collapsed.
Click to expand it.
sippxml/account_uac_send_peer_hungup.xml
+
0
−
41
View file @
dac99c98
...
...
@@ -19,47 +19,6 @@
<scenario
name=
"accountcall_client"
>
<send
retrans=
"500"
>
<![CDATA[
REGISTER sip:[remote_ip] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];rport;branch=[branch]
Max-Forwards: 70
From: <sip:27182@[remote_ip]>
;tag=[call_number]
To:
<sip:27182
@[remote_ip]
>
Call-ID: REG///[call_id]
CSeq: 1 REGISTER
Contact:
<sip:27182
@[local_ip]:[local_port]
>
Content-Length: 0
Expires: 300
]]>
</send>
<recv
response=
"401"
auth=
"true"
>
</recv>
<send
retrans=
"500"
>
<![CDATA[
REGISTER sip:[remote_ip] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];rport;branch=[branch]
Max-Forwards: 70
From: <sip:27182@[remote_ip]>
;tag=[call_number]
To:
<sip:27182
@[remote_ip]
>
Call-ID: REG///[call_id]
CSeq: 2 REGISTER
Contact:
<sip:27182
@[local_ip]:[local_port]
>
Content-Length: 0
Expires: 300
[authentication username=27182 password=1234]
]]>
</send>
<recv
response=
"200"
>
</recv>
<pause
milliseconds=
"200"
/>
<send
retrans=
"500"
>
...
...
This diff is collapsed.
Click to expand it.
sippxml/testsuiteuac.sh
+
1
−
1
View file @
dac99c98
...
...
@@ -163,7 +163,7 @@ function test_account_recv_peer_hungup {
# sleep 1;
# process only one registration
#
sipp -sf account_uas_register.xml 192.168.50.79 -i 192.168.50.182 -p ${SERVERPORT} -l 1 -m 1
sipp
-sf
account_uas_register.xml 192.168.50.79
-i
192.168.50.182
-p
${
SERVERPORT
}
-l
1
-m
1
# start sipp client and send calls
sipp
-sf
account_uac_send_hangup.xml 192.168.50.79
-i
192.168.50.182
-p
${
SERVERPORT
}
-l
1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment