Displaying 20 results from an estimated 1000 matches similar to: "CDR reporting solution"
2017 Jan 30
2
Asterisk 13.13.1
>>> On Jan 30, 2017, at 11:55 AM, Motty Cruz motty.cruz at gmail.com wrote:
>>> Fresh installed CentOS 7.3 and Asterisk 13.13.1. Download Asterisk from here: http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-13-current.tar.gz
>>> I continue to see errors like this:
>>> [2017-01-30 08:37:17] WARNING[2332]: chan_sip.c:4061 retrans_pkt:
2017 Jan 28
4
Asterisk 13.13.1
On Wed, Jan 25, 2017 at 16:00 Olivier <oza.4h07 at gmail.com> wrote:
> What did you exactly upgade ? Asterisk only ? Asterisk and OS ?
> How did you installed Asterisk 1.8 and 13 ? From source or from package ?
>
> I would be curious to see what would happen after downgrading back to 1.8.
>
> 2017-01-24 21:03 GMT+01:00 Motty Cruz <motty.cruz at gmail.com>:
>
>
2017 Mar 02
3
fail2ban Asterisk 13.13.1
If this is a small site, I recommend you download the free version of SecAst
(www.telium.ca <http://www.telium.ca> ) and replace fail2ban. SecAst does
NOT use the log file, or regexes, to match etc.instead it talks to Asterisk
through the AMI to extract security information. Messing with regexes is a
losing battle, and the lag in reading logs can allow an attacker 100+
registration
2017 Mar 01
3
fail2ban Asterisk 13.13.1
Hello, fail2ban does not ban offending IP.
NOTICE[29784] chan_sip.c: Registration from
'"user3"<sip:1005 at asterisk-ip:5060>' failed for 'offending-IP:53417' - Wrong
password
NOTICE[29784] chan_sip.c: Registration from
'"user3"<sip:1005 at asterisk-ip:5060>' failed for ?offending-IP:53911' -
Wrong password
systemctl status
2017 Feb 15
5
Soft SIP phones that support TLS - Asterisk version 13.13.1
Hello, I have a user that prefers Soft SIP phone install on his laptop, for
security reasons I have enable TLS on our Asterisk server to support TLS
authentication, It works well with hard phones. Has anybody in this forum
use SIP Soft phones with TLS authentication enabled? Any suggestions?
Thanks,
Motty
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Jan 24
2
Asterisk 13.13.1
Hello, I recently upgraded from Asterisk 1.8 to Asterisk 13. Now users are
starting to complaint about packets loss, conversations are choppy!
I don't even know where to start looking! Choppy conversations happened
within users. I am using sip.conf
[1091]
type=friend
context=sip-phone
call-limit=2
trustrpid=no
callerid="dev1" <1091>
disallow=all
allow=ulaw
2017 Feb 16
2
Soft SIP phones that support TLS - Asterisk version 13.13.1
Microsip (Windows) is free and small.
2.5Mb download, 10Mb RAM usage, does everything I need and configuring
TLS is a doddle.
http://www.microsip.org/
On 16 February 2017 at 13:04, Max Grobecker
<max.grobecker at ml.grobecker.info> wrote:
> Hello,
>
> I'm a big fan of PhonerLite.
> It's more poplar in Germany, but also available in English language.
> This client
2015 Oct 29
3
Asterisk encrypted authentication for clients
On 10/28/2015 06:37 PM, Pete Mundy wrote:
> Hi Motty,
>
> Isn't the whole point of the nonce in a SIP registration to ensure the
> secret doesn't go on the wire in plain-text? Is this not enough, or
> are you looking to hide the username too?
>
> (if so, fair 'nuf, just wondering why :)
>
> Pete
>
> Ps, if so then I think TLS is the missing part of
2015 Apr 27
2
adding area code
here is what I have:
exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381)
exten => _9XXXXXXX,n,Set(dialnumber=${l_HomeAreaCode}${EXTEN:-1})
exten => _9XXXXXXX,n,Dial(SIP/SIP-Provider/${dialnumber},80)
not having success;
"Got SIP reponse 503" Service Unavailable"
On 04/27/2015 02:19 PM, Bryant Zimmerman wrote:
> Motty
> Yes
> From your dial plan accept 9 + 7 digits
2015 Apr 27
2
adding area code
> On 27Apr, 2015, at 16:39, Motty Cruz <motty.cruz at gmail.com> wrote:
>
> forgot to mentioned I am running Asterisk 1.8.22.0 on CentOS.
>
> Thanks,
>
>
> On 04/27/2015 02:38 PM, Motty Cruz wrote:
>> here is what I have:
>> exten => _9XXXXXXX,1,Set(l_HomeAreaCode=381)
>>
>> exten =>
2015 Jul 07
2
Asterisk pin code for out-going international calls (safeguard against fraud)
Hello,
I used this guide, it worked for me:
http://www.binaryheartbeat.net/2014/03/asterisk-pin-based-dialing.html
Thanks,
On 07/06/2015 04:54 PM, John Kiniston wrote:
> The Authenticate application will do this for you.
>
> https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Application_Authenticate
>
> You can either give it a single PIN to use for all calls, Authenticate
2015 Oct 28
1
windows 8.1 unable to connect to samba 4.2 share on FreeBSD domain auth
On 28/10/15 13:29, Motty wrote:
> my domain controller, AD is windows 2000. That is my environment.
>
> Thanks,
> Motty
>
> On 10/28/2015 01:31 AM, Mueller wrote:
>> So we have a samba 4.1.17 Domain running and have truble to with
>> windows 8.1 cutt off the shares in the domain from time to time.
>> We researched a lot without beeing successfull. The users
2015 Apr 28
1
adding area code
On Tue, 28 Apr 2015 07:21:12 -0700
Motty Cruz <motty.cruz at gmail.com> wrote:
> here is what I did and worked for me:
>
> exten => 1381+NXXXXXX,1,Set(CALLERID(number)=3817383444)
>
> exten => 1+NXXNXXXXXX,2,Dial(SIP/SIP-Provider/${EXTEN:1},80)
I find it hard to believe this is working.
First, you don't have a leading underscore on your patterns. Your
users
2015 Jul 29
3
Asterisk 1.8.22.0 built - encrypt authentication
Hello,
I would like to encrypt password between Asterisk servers and clients.
is there an easy way to do so? I am running Asterisk 1.8.22.0 built on
CentOS 6.3
Thanks,
.Motty
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150729/68b59f7c/attachment.html>
2013 Sep 18
3
multipathing XCP 1.6
Hello, I hope to be in the right list. my question is the following. I
can''t seem to get multipathing configure on XCP 1.6. In XenCenter I was
able to enable "Multipath" however, in the LUN under general tab I see "
multipath 1 of 1 active", the the CLI I do the following command xe --m
node session it list only one session.
Can someone help me please?
Thanks in
2013 May 09
4
monitoring Asterisk 1.8
Hello,
i'm looking for suggestions to monitor Asterisk Server? I installed Nagios
but no success, I do prefer not to install any web server on the server
running Asterisk.
Thanks in advance.
-Motty
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130509/24815a66/attachment.htm>
2015 Oct 28
2
windows 8.1 unable to connect to samba 4.2 share on FreeBSD domain auth
So we have a samba 4.1.17 Domain running and have truble to with windows 8.1 cutt off the shares in the domain from time to time.
We researched a lot without beeing successfull. The users need to relogin or restart to reach their shares again.
Greetings
Daniel
EDV Daniel Müller
Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 Tübingen
Tel.: 07071/206-463, Fax:
2015 Apr 27
5
adding area code
Hello,
I would like to add area code if clients dial 7 digits, it that
possible? currently clients dial prefix 9 plus local number, however my
SIP provider is requiring to dial 10 digits. is it possible to add area
code?
Thanks,
Motty
2015 Apr 29
2
PJSIP - sessions-timers support not working on 13.X
Hi Josua, Sorry for writing wrong the parameter but i just copy paste the examples on pjsip.conf it wasn?t a "typo? error of timers parameters, i have an error on global tag and can?t load the timers
I was getting this :
[Apr 29 17:21:49] WARNING[16144]: config.c:1796 process_text_line: parse error: No category context for line 631 of /etc/asterisk/pjsip.conf
after fix global issue
2016 Oct 13
2
Asterisk 13.11.2 unable to register on Centos 7 64bit
Hello, fresh install of Asterisk 13.11.2, client unable to register. For
now I have IPtables disabled, also selinux is disabled
[1006]
type=friend
username=1006
secret=mysecret
context=sip-phone
call-limit=1
callerid="iuser" <1006>
disallow=all
host=dynamic
allow=all
any ideas?
Thanks,
Motty
-------------- next part --------------
An HTML attachment was