search for: userpass

Displaying 20 results from an estimated 68 matches for "userpass".

2018 Feb 08
3
pjsip trunking configuration issue
...no verify_server=no allow_reload=yes [twilio](!) type=endpoint transport=transport-tls context=from-twilio disallow=all allow=ulaw dtmf_mode=inband media_encryption=sdes rtp_symmetric=yes rewrite_contact=yes force_rport=yes canreinvite=no tlsdontverifyserver=yes [auth-out](!) type=auth auth_type=userpass [twilio] aors=twilio-aors [twilio-aors] type=aor contact=sips:trunkname.pstn.twilio.com:5061 ;tried with sip: also [twilio] type=identify endpoint=twilio match=54.172.60.0 match=54.172.60.1 match=54.172.60.2 match=54.172.60.3 [endpoint-basic](!) type=endpoint transport=transport-tls context=fro...
2019 Apr 29
2
Difficulties retrieving randomly assigned password for newly created Samba user acounts
Hi everyone, I am using Samba 4.5.16-Debian on Raspbian and thanks to the help offered by everyone here I now finally have a mostly-working Active Directory network. I am now at the stage of creating inidividual user accounts for my domain and unfortunately I have a very basic but fundamental problem! I currently enter the following input at the command-line to create a new user on my DC: pi
2009 May 31
9
No more than one "instances" of a type in define()?
Hi folks, when I try to do something like: define railsproject($name, $uid, $gid, $userpass, $sqlpass) { mysql_database { "$name_staging": ensure => present } mysql_database { "$name_production": ensure => present} ....more stuff... } I get: Puppet::Parser::AST::Resource failed with error ArgumentError: Duplicate definition: Mysql_database[] is alr...
2004 Jun 14
1
PAM_RHOST item
A little problem, which is bugging me: when using PAM authentication, Dovecot (0.99.5) does not set the PAM_RHOST item, so the PAM modules cannot know who the client is. We need this for some PAM module doing access control. Changing passdb-pam.c to pam_set_item it seems trivial, but I'm bugged as to how to get the client name from there. It seems not to be available in the auth_request
2019 Apr 29
0
Difficulties retrieving randomly assigned password for newly created Samba user acounts
What the password is, is in the output on you screen, if not, then script it. kinit Administrator # function random password. RANDOMPASSWD(){ < /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-16};echo; } # Pull a random into USERPASS USERPASS="$(RANDOMPASSWD)" # And create your user. sudo samba-tool user create "$USERNAME" --given-name="$GIVENNAME" --surname="$SURNAME" \ --mail-address="$EMAIL" --company="$COMPANY" --password="$USERPASS" --must-change-at-n...
2015 Sep 15
3
Asterisk 13 WebRTC Status report
...t: dtls_rekey=0 ; Interval at which to renegotiate the TLS session and rekey dtls_cert_file=/etc/pki/tls/certs/pbx.crt dtls_private_key=/etc/pki/tls/private/pbx.key dtls_setup=actpass ice_support=yes ;This is specific to clients that support NAT traversal media_use_received_transport=yes [auth-userpass](!) type=auth auth_type=userpass [aor-single-reg](!) type=aor remove_existing=yes max_contacts=1 ;===============DEVICES [webrtc1](endpoint-basic) auth=webrtc1 aors=webrtc1 [webrtc1](auth-userpass) password=secret username=webrtc1 [webrtc1](aor-single-reg) relevant part of http.conf [general...
2023 Jun 21
2
PJSIP not performing outbound authentication
I am using Asterisk 20.3.0 with PJSIP. I have setup a trunk to my ISP (Twilio) who requires outbound authentication. My pjsip.auth.conf contains: [Twilio] type=auth auth_type=userpass password=mysecret username=myun However, my calls using the trunk are rejected with a 403. Using pjsip logging I notice that the outgoing invite does not have an authentication line. Why is Asterisk not sending credentials to the ISP? SIP transactions are: > INVITE < 100 TRYING < 403 F...
2016 Mar 03
3
RTP / NAT question ( pjsip )
...SION 6001 [6000] type=endpoint context=internal disallow=all allow=ulaw auth=auth6000 aors=6000 direct_media=no rewrite_contact=yes ; necessary if endpoint does not know/register public ip:port ice_support=no force_rport=yes rtp_symmetric=no media_encryption=sdes [auth6000] type=auth auth_type=userpass password=6000 username=6000 [6000] type=aor qualify_frequency=30 max_contacts=1 remove_existing=yes ;===============EXTENSION 6001 [6001] type=endpoint context=internal disallow=all allow=ulaw auth=auth6001 aors=6001 direct_media=no rewrite_contact=yes ; necessary if endpoint does not know...
2017 Sep 26
2
asterisk pjsip as voip client with multiple registrations
hi, i want use asterisk+pjsip as voip client with multiple registrations (perf testing) i'm using this example configuration for one account [308] type=registration outbound_auth=308 server_uri=sip:308 at example.com:5060 client_uri=sip:308 at example.com:5060 [308](auth-userpass) username=308 password=pass [308](aor-single-reg) contact=sip:example.com:5060 [308](endpoint-basic) outbound_auth=308 aors=308 [308] type=identify endpoint=308 match=example.com my problem is contact on the other side (is same for all endpoints) Addr->IP???? : 1.1.1.1:5060 Reg. Contact :...
2007 Apr 18
1
[Bridge] reverse the aging process now
...unusual name HTML_FONT_BIG (0.2 points) BODY: FONT Size +2 and up or 3 and up HTML_FONT_COLOR_BLUE (0.1 points) BODY: HTML font color is blue HTML_70_80 (0.6 points) BODY: Message is 70% to 80% HTML BASE64_ENC_TEXT (2.4 points) RAW: Message text disguised using base-64 encoding USERPASS (1.5 points) URI: URL contains username and (optional) password HTTP_USERNAME_USED (0.7 points) URI: Uses a username in a URL MSG_ID_ADDED_BY_MTA_3 (0.5 points) 'Message-Id' was added by a relay (3) MIME_HTML_ONLY (0.1 points) Message only has text/html MIME parts
2019 Apr 05
2
pjsip endoint woes
I'm trying to set up pjsip to work with an obi202 and google voice. But I can't configure the endpoint. pjsip: [obi202-auth](!) type = auth auth_type = userpass password = <mypass> [obi202-aor](!) type = aor max_contacts = 2 ; ===== endpoints ======== [gv-voice](obi202-endpoint) auth = gv-voice aors = gv-voice identify_by=auth_username ;identify_by=username ; I also tried this. Same result. context = gv-voice [gv-voice](obi202-auth) username = g...
2015 Mar 05
2
PJSIP configuration for AWS/EC2 based Asterisk 13.1.0
...quot;<publicIP>" with the output of ; curl -s http://169.254.169.254/latest/meta-data/public-ipv4 external_media_address=<publicIP> external_signaling_address=<publicIP> [endpoint_internal](!) type=endpoint context=from-internal disallow=all allow=ulaw direct_media=no [auth_userpass](!) type=auth auth_type=userpass [aor_dynamic](!) type=aor max_contacts=1 remove_existing=yes ;Definitions for our phones, using the templates above ;; usernames and passwords etc. below My security group configuration allows TCP, UDP posrt 5060 inbound, outbound from/to 0.0.0.0/0 and TCP, UDP...
2023 Jun 21
1
PJSIP not performing outbound authentication
...outbound_auth" in your endpoint configuration to Twilio? On 21/06/23 11:19, TTT wrote: > I am using Asterisk 20.3.0 with PJSIP. I have setup a trunk to my ISP > (Twilio) who requires outbound authentication. My pjsip.auth.conf contains: > > [Twilio] > type=auth > auth_type=userpass > password=mysecret > username=myun > > However, my calls using the trunk are rejected with a 403. Using pjsip > logging I notice that the outgoing invite does not have an authentication > line. Why is Asterisk not sending credentials to the ISP? SIP transactions > are: >...
2006 Apr 01
1
Russian CHARS
Hello samba, How can mount (smbmount) MSWIN2003 resource from Linux client (RHEL4U2) to see russian. I am using following command: # smbmount //srv2/v$ /mnt/backup/srv2 -o 'credentials=userpass,iocharset=KOI8-R,codepage=koi8r' What I should use env. variables or additional parameters from this command (smbmount) ? I see only that (but need russian and eng): What Women Want -=????= -=????=_?????=????L= -=?=-??-- -- Best regards, Vladimir mailto:vlad...
2014 Jul 16
1
PJSIP outbound register and inbound calls
Hi all, In my case I using realtime, here is how it looks in plant [10001] type=registration transport=upd_static outbound_auth=10001 server_uri=sip:600 at 192.168.1.1:5060 client_uri=sip:600 at 192.168.1.4:5060 [10001] type=auth auth_type=userpass password=600 username=600 [10001] type=aor contact=sip:192.168.1.4:5060 [10001] type=endpoint transport=upd_static context=dialmap disallow=all allow=ulaw outbound_auth=10001 aors=10001 [10001] type=identify endpoint=10001 match=192.168.1.1 when I call 600 from other pbx I getting an notice NOTICE...
2016 Sep 09
2
Asterisk 13 PJSIP with Snom 710
...rce_rport=yes allow=alaw allow=speex allow=speex16 allow=speex32 allow=gsm [2001] type=aor qualify_frequency=5000 authenticate_qualify=yes max_contacts=1 remove_existing=yes [2001] type=auth auth_type=userpass password=test username=test Best Regards, Madushan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160909/d69c982e/attachment.html>
2015 Mar 11
2
PJSIP some AMI events is absent?
...using "ENDPOINT CONFIGURED AS A TRUNK, OUTBOUND AUTHENTICATION" and status on contact changed I do not get any AMI event. I missed something? Tell me how to determine the change in the status of the contact (or endpoint/trunk) through AMI? Simple config: [srv_dev] type=auth auth_type=userpass username=login password=secret [srv_dev] type=aor contact=sip:sip.example.com:5060 qualify_frequency=5 default_expiration=10 max_contacts=1 remove_existing=yes [srv_dev] type=endpoint from_domain=example.com aors=srv_dev outbound_auth=srv_dev rewrite_contact=yes allow=!all,alaw Dmitriy Serov
2019 Oct 03
2
Asterisk not using common codec between (SIP) endpoints
...protocol = udp bind = 10.137.8.19 ;================================ ENDPOINTS == [endpoint-basic] type=endpoint context = internal disallow = all allow = g722,alaw,ulaw direct_media = yes [endpoint-radio] type=endpoint context = internal disallow = all allow = alaw,ulaw direct_media = yes [auth-userpass](!) type = auth auth_type = userpass password = SnomSecret realm = A [aor-single-reg](!) type = aor max_contacts = 1 remove_existing = yes qualify_frequency = 60 ;============== RADIO GATEWAYS [boslwzldi21](endpoint-radio) aors=boslwzldi21 [boslwzldi21](aor-single-reg) contact=sip:10.254.0.221...
2019 Apr 08
2
pjsip endoint woes
...darcy wrote: > On 4/5/19 10:36 AM, sean darcy wrote: > > I'm trying to set up pjsip to work with an obi202 and google voice. But > > I can't configure the endpoint. > > > > pjsip: > > > > [obi202-auth](!) > > type = auth > > auth_type = userpass > > password = <mypass> > > > > [obi202-aor](!) > > type = aor > > max_contacts = 2 > > > > ; ===== endpoints  ======== > > > > [gv-voice](obi202-endpoint) > > auth = gv-voice > > aors = gv-voice > > identify_by=auth_u...
2023 Jun 21
1
PJSIP not performing outbound authentication
On Wed, Jun 21, 2023 at 05:19:11PM +0000, TTT wrote: > I am using Asterisk 20.3.0 with PJSIP. I have setup a trunk to my ISP > (Twilio) who requires outbound authentication. My pjsip.auth.conf contains: > > [Twilio] > type=auth > auth_type=userpass > password=mysecret > username=myun > > However, my calls using the trunk are rejected with a 403. Using pjsip > logging I notice that the outgoing invite does not have an authentication > line. Why is Asterisk not sending credentials to the ISP? SIP transactions > are: >...