similar to: Hide the plain text password

Displaying 20 results from an estimated 5000 matches similar to: "Hide the plain text password"

2011 Mar 29
1
wrong from URI in options message
I recently configured a SIP peer which i must specify my fromuser as my ten digit "DID". I send calls to this peer, but whenever Asterisk sends an options message, the fromuser is "asterisk". Is this a bug? Or is there some other config I must make ? register = 2155551941:123456 at 10.0.138.226/2155551941~600 [peer](!) type=peer context=inbound qualify=yes
2010 Apr 23
3
Playback all the sound files
Hello. There are so many sound files in /var/lib/asterisk/en. Is there an easy way to let me play back all of them one by one while I am watching CLI to see the current file name? Thanks for help. -- Jian Gao IT Technician SJ Geophysics Ltd. <http://www.sjgeophysics.com> jian.gao at sjgeophysics.com <mailto:jian.gao at sjgeophysics.com> Tel: (604)582-1100
2010 May 17
1
SIP SRV Registration problem
Hello, all, I have a Linksys 3102 from a VoIP provider. It use SRV record to register to the provider's SIP server. When I configure this line into my Asterisk, the register doesn't work if I use their domain name. So it like this: If I use register => user:pwd at proxy.provider.com then I got: [2010-05-17 11:47:19] WARNING[2366] chan_sip.c: No such host: proxy.provider.com
2010 Oct 29
1
trixbox - sip trunk with voipwise
Hi, No matter I try, I can not register to Voipwise with Trixbox. It is always in "unregistered" state in sip registry. Here is my last sip trunk configuration: PEER DETAILS: allow=g729 bindport=5060 disallow=alldtmfmode=rfc2833 fromdomain=sip.voipwise.com fromuser=username host=sip.voipwise.com insecure=very maxexpirey=120 pickupgroup=1 port=5060 secret=pass type=peer
2011 Apr 25
4
The new ConfBridge application is now in Asterisk Trunk!
Howdy, I am proud to announce that after a good bit of development, community feedback, testing, and code review, the brand new ConfBridge application has been officially merged into Asterisk Trunk!!! http://svnview.digium.com/svn/asterisk?view=revision&revision=314598 If you are already familiar with ConfBridge from Asterisk 1.6.X and 1.8, forget everything you know. This is a completely
2010 Apr 22
4
More efficient dial plan for a list of selective inbound numbers
I have a list of CLIDs prefixes that I want to use in a context. Basically, I want to do this but the list of prefix numbers is much longer. List of prefixes (556,557,557,989.....) [custom-inbound] exten => _556,1,answer exten => _556,n,playback(beep) exten => _557,1,answer exten => _557,n,playback(beep) exten => _558,1,answer exten => _558,n,playback(beep) exten =>
2011 Jan 27
1
chan_sip bug? (Asterisk 1.4)
Today I upgraded my Asterisk to the new 1.4.39.1. One of sip trunk stop working after the upgrade. Here is the sip debug: --------------------------------------------------------------------------- <--- SIP read from 208.65.xxx.xxx:5060 ---> INVITE sip:1778xxxxxxx at 10.11.22.77:5060 SIP/2.0 Via: SIP/2.0/UDP 208.65.xxx.xxx:5060;branch=z9hG4bK-d8754z-d9175178645e9146-1---d8754z-;rport Via:
2010 May 04
6
Interesting email project.
Hey all. My boss asked me to implement the following When DID 713xxxxxxx is dialed send an email to mmosier at xxx.com. with the time date and CID included in the email. I know how to code some but am looking for the best way to do this. Sorry I might have asked this a couple months back. I forgot. Mmosier Houston Respectfully Michael D Mosier Ftoc Certified -------------- next part
2011 Aug 05
1
No more CDR record for simple Hangup?
I am using the new 1.8.5 and I just found out that Asterisk won't record the call if the call just hangup. I did a test like this: exten => 1009, 1, Hangup() Then I called 1009: == Using UDPTL CoS mark 5 == Using SIP RTP CoS mark 5 -- Executing [1009 at init-1005:1] Hangup("SIP/1007-0000003c", "") in new stack == Spawn extension (init-1005, 1009, 1)
2011 Apr 13
1
Safe to upgrade to Centos 5.6 now ???
Centos 5.6 came out. Any one tried to update to the 5.6 yet? I am running Asterisk 1.8 and is there any risk to upgrade to Centos 5.6? -- *Jian* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110413/0a448985/attachment.htm>
2011 Mar 07
1
Error loading module 'res_fax_digium.so'
Hi, I installed Free FAX for Asterisk on my home Asterisk 1.8(Centos5.5) server. Everything seems fine but I just saw this WARNING shows up in the log every time I start the asterisk: /[2011-03-07 10:50:41] WARNING[13429] loader.c: Error loading module 'res_fax_digium.so': /usr/lib/asterisk/modules/res_fax_digium.so: undefined symbol: ast_fax_tech_unregister/ And in later in the log
2010 Jan 10
2
app_swift 1.6.2 DTMF issue
With app_swift 1.6.2 + asterisk 1.6.1.12, I've found that if you enter DTMF during cepstral playback, the first digit of ${SWIFT_DTMF} is [un]set in an odd way. for example consider: 999,1,Swift(some long message that you dont want to wait for|5000|5) 999,n,NoOp(DTMF: ${SWIFT_DTMF}) if while I am listening to the playback, i interrupt and dial: - "12345", SWIFT_DTMF is set to
2010 Nov 13
2
asterisk 1.8 fax woes
I upgraded from a perfectly working 1.6.2 asterisk installation (including fax via app_fax_digium) to 1.8.0 this evening. All my custom modules (including swift <thanks darren!>) are working fine except for fax. When a caller connects, asterisk switches to the fax context and hangs up the call. i've captured with: core set verbose 10 core set debug 10 fax set debug on sip
2012 Jan 23
1
ConfBridge details
running Asterisk 1.8.9.0-rc2, what are the ways to interface with ConfBridge ? I see the CLI command 'confbridge' documented for asterisk 10, but i dont see how to interface with confbridge on 1.8 What I'm trying to do is keep track of conferences that are used. I tried something like the below, but not only does Confbridge not return, but i'd need something that erases the
2012 Sep 20
6
accept email and make phone call?
Any ideas on how asterisk could accept an email (such as an email to SMS or "number at mybox.org" sort of thing) and make a phone call to a specific number and make an announcement? I imagine the first part is the big question. joe a.
2011 Apr 15
3
sip error logging
I recently noticed that asterisk is not logging unknown sip connections. I'm not sure if I've broken something or if asterisk itself has been broken. the last entry I have is: /var/log/asterisk/messages.9:[Feb 10 23:58:48] NOTICE[9868] chan_sip.c: Registration from '<sip:22942 at 10.0.0.3>' failed for '10.0.0.228:5060' - No matching peer found my logger.conf
2012 Jul 18
4
asterisk 1.8 on Solaris/sparc
I've got the latest asterisk 1.8 running on a Netra X1 with Solaris 10 u10. The system itself is happy and phone calls (between two parties) seem fine. Unfortunately, when a caller listens to a Playback recording, there seems to be moments of stutter - perhaps 1 second of stutter for every 10 seconds of Playback. The stutter is not consistent at the same point of the playback file. To
2010 Aug 29
1
evil disconnect of call with cisco 1760
I have asterisk 1.6.2.11 talking to a cisco 1760 running ipvoicek9-mz.124-25b. whenever a call goes through the 1760's FXO or FXS (in or out) there is a 915 second maximum call time due to asterisk hanging up the call because of a "critical packet" being missed. I read doc/sip-retransmit.txt and I don't see anything there that is helpful to my situation - the asterisk box is
2014 Jan 22
1
Register => plain text password
Hello, Is there anyway to encrypt or scramble a bit the secret used to register with a provider? Im talking about the register => fromuser at fromdomain:secret at host directive in sip.conf<http://www.voip-info.org/wiki/view/Asterisk+config+sip.conf> This clever dude modified the code back in 1.4: http://www.oneharding.com/voip/asterisk_md5_register.html I imagine that so many years
2010 Nov 15
2
SIP calls destroyed after 1:20
After upgrading to Asterisk 1.8.0, I am finding that my outbound SIP calls are being destroyed after 1 minute and 20 seconds (80 seconds). Asterisk is sending a BYE message - I have no idea why. http://jeremy.kister.net/tmp/20101115/sip.txt for a sip debug. can anyone suggest how i can further deal with this? -- Jeremy Kister http://jeremy.kister.net./