From fd005ebac68d09c667b7231f4f0b34a7a30e8b86 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 18 Mar 2014 17:54:19 -0400 Subject: [PATCH] pbx: Add a shared account Many SIP clients require an account. Add a simple account with a username and password of "openstack" that people can plug in to their client if it doesn't support making calls without it. Change-Id: I08f73a6b1976de6c0bdd2f93cf7e36083fe8b12d --- .../openstack_project/templates/pbx/asterisk/sip.conf.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/openstack_project/templates/pbx/asterisk/sip.conf.erb b/modules/openstack_project/templates/pbx/asterisk/sip.conf.erb index 90b8af3aea..9a544a6acc 100644 --- a/modules/openstack_project/templates/pbx/asterisk/sip.conf.erb +++ b/modules/openstack_project/templates/pbx/asterisk/sip.conf.erb @@ -30,3 +30,8 @@ trustrpid=yes sendrpid=yes <% end -%> <% end -%> + +[openstack] +type=user +secret=openstack +context=public