[svn-commits] mmichelson: branch group/pimp_my_sip r3669 - in /asterisk/team/group/pimp_my_...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Mar 18 14:57:27 CDT 2013
Author: mmichelson
Date: Mon Mar 18 14:57:23 2013
New Revision: 3669
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3669
Log:
Fix calls that identify by host name to be configured properly.
Modified:
asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/md5/ident_by_host/configs/ast1/res_sip.conf
asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/userpass/ident_by_host/configs/ast1/res_sip.conf
asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/unauthed/ident_by_host/configs/ast1/res_sip.conf
Modified: asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/md5/ident_by_host/configs/ast1/res_sip.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/md5/ident_by_host/configs/ast1/res_sip.conf?view=diff&rev=3669&r1=3668&r2=3669
==============================================================================
--- asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/md5/ident_by_host/configs/ast1/res_sip.conf (original)
+++ asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/md5/ident_by_host/configs/ast1/res_sip.conf Mon Mar 18 14:57:23 2013
@@ -23,25 +23,31 @@
; alice is the caller
[alice](endpoint-template)
; Place alice-specific options here
-host=127.0.0.1:5061
auth=alice-auth
; bob is the recipient of outbound calls
[bob](endpoint-template)
-host=127.0.0.1:5062
; Place bob-specific options here
[auth-template](!)
type=auth
-auth_type=md5
-md5_cred=c9b9e23e2160fd69b19f99116da19711
[alice-auth](auth-template)
username=alice
+auth_type=md5
+md5_cred=c9b9e23e2160fd69b19f99116da19711
; Place alice-specific auth options here
[bob-auth](auth-template)
username=bob
+
+[identify-template](!)
+type=identify
+
+[alice-identify](identify-template)
+endpoint=alice
+match=127.0.0.1
+
; Place bob-specific auth options here
; Note: in the first iteration of tests on
; this page, there will never be any bob-specific
Modified: asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/userpass/ident_by_host/configs/ast1/res_sip.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/userpass/ident_by_host/configs/ast1/res_sip.conf?view=diff&rev=3669&r1=3668&r2=3669
==============================================================================
--- asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/userpass/ident_by_host/configs/ast1/res_sip.conf (original)
+++ asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/userpass/ident_by_host/configs/ast1/res_sip.conf Mon Mar 18 14:57:23 2013
@@ -23,20 +23,18 @@
; alice is the caller
[alice](endpoint-template)
; Place alice-specific options here
-host=127.0.0.1:5061
auth=alice-auth
; bob is the recipient of outbound calls
[bob](endpoint-template)
-host=127.0.0.1:5062
; Place bob-specific options here
[auth-template](!)
type=auth
-password=swordfish
[alice-auth](auth-template)
username=alice
+password=swordfish
; Place alice-specific auth options here
[bob-auth](auth-template)
@@ -46,3 +44,11 @@
; this page, there will never be any bob-specific
; auth options because we do not respond properly
; to auth challenges.
+
+[identify-template](!)
+type=identify
+
+[alice-identify](identify-template)
+endpoint=alice
+match=127.0.0.1
+
Modified: asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/unauthed/ident_by_host/configs/ast1/res_sip.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/unauthed/ident_by_host/configs/ast1/res_sip.conf?view=diff&rev=3669&r1=3668&r2=3669
==============================================================================
--- asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/unauthed/ident_by_host/configs/ast1/res_sip.conf (original)
+++ asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/unauthed/ident_by_host/configs/ast1/res_sip.conf Mon Mar 18 14:57:23 2013
@@ -23,11 +23,9 @@
; alice is the caller
[alice](endpoint-template)
; Place alice-specific options here
-host=127.0.0.1:5061
; bob is the recipient of outbound calls
[bob](endpoint-template)
-host=127.0.0.1:5062
; Place bob-specific options here
[auth-template](!)
@@ -44,3 +42,11 @@
; this page, there will never be any bob-specific
; auth options because we do not respond properly
; to auth challenges.
+
+[identify-template](!)
+type=identify
+
+[alice-identify](identify-template)
+endpoint=alice
+match=127.0.0.1
+
More information about the svn-commits
mailing list