similar to: Saving "admins" from themselves

Displaying 20 results from an estimated 7000 matches similar to: "Saving "admins" from themselves"

2017 Mar 16
2
PJSIP client - Incoming doesn't work after IP change
Hi All, I have a Asterisk 13 with PJSIP running on cloud, and snom phones at client site, but when my clients home internet public ip changes incoming does not work. the PJSIP Contact seems to be not updated. is there a solution for this. I have allowed multiple registrations to the extension. Best Regards, Madushan -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Dec 27
2
SIP via TCP - new TCP session per call or use same session for multiple calls?
Dovid Bender <dovid at telecurve.com> writes: > So long as the tcp socket is open your SBC should send the call back over > the same socket. Now it can be that your SBC is seeing the socket as > timing out. If you are using Kamailio you can have it send tcp keep alives > every so often so that the socket stays up. SBC? I am curious if the "reuse registration TCP
2020 Jul 08
8
Redis in place of astdb
Hi, Does anyone know of any projects that would allow you to use Redis in place of AstDB? By in place of I don't mean for what Asterisk needs but to store values. For instance for CNAM currently we need to use an AGI to connect to redis to pull CNAM. So in place of: Set(CALLERID(name)=${DB(CNAM/${CALLERID(num)})} it would be done with redis for example:
2020 Oct 30
3
Multiple IP addresses and using same IP for outbound calls as inbound
Why not use OpenSips/Kamailoo in between? Where you want 1.1.1.1 you pass it along as is. Where you want 2.2.2.2 change the sdp in opensips/kamailio On Thu, Oct 29, 2020 at 20:44 David Cunningham <dcunningham at voisonics.com> wrote: > Hello, > > Does anyone know a way with chan_sip to tell Asterisk to use a specific IP > address for its end of the communication for a specific
2016 Mar 31
2
Lost outgoing SIP packets
Hi Roel Just guessing: do you have conntrack enabled? If not, "modprobe nf_conntrack_netlink" (you can remove it and its dependencies later) What are the outputs of sysctl net.netfilter.nf_conntrack_count and sysctl net.netfilter.nf_conntrack_max when the problem shows up? cheers Ethy On Thu, 31 Mar 2016 12:17:12 +0000 "Dovid Bender" <dovid at telecurve.com>
2020 Jul 03
2
Exceptionally long queue length queuing
On Mon, Jun 29, 2020 at 6:46 AM Joshua C. Colp <jcolp at sangoma.com> wrote: > On Sun, Jun 28, 2020 at 2:26 PM Dovid Bender <dovid at telecurve.com> wrote: > >> Hi, >> >> We have a box up and we are starting to see a lot of "Exceptionally long >> queue length queuing" in the logs. From all the research so far it seems >> like this leads to
2020 Feb 13
2
Help with FUNC_MATH
John, That is correct. I am trying to figure out why Asterisk is executing the set part of the execif, if it's coming back as false. On Thu, Feb 13, 2020 at 2:10 PM John Kiniston <johnkiniston at gmail.com> wrote: > My Apologies Dovid, I think I misunderstood your request. > > You don't have the time you need to convert in the format of date string, > Instead you
2016 Oct 14
2
Asterisk use with verizon hotspot
Changing your port should fix all your worries. On Fri, Oct 14, 2016 at 11:00 AM, Greg Woods <greg at gregandeva.net> wrote: > > > On Fri, Oct 14, 2016 at 7:55 AM, Jerry Geis <geisj at pagestation.com> wrote: > >> Apparently Verizon is blocking or changing packets on port 5060 so my >> softphone from my hotspot will not work. >> > > Sounds like you
2020 Apr 13
1
Multiple real times for same object
On Mon, Apr 13, 2020 at 10:45 AM Joshua C. Colp <jcolp at sangoma.com> wrote: > On Mon, Apr 13, 2020 at 11:38 AM Dovid Bender <dovid at telecurve.com> wrote: > >> Josh, >> >> What should Asterisk do if one of the real time methods fail? I have in >> extconfig.conf >> musiconhold => curl,http://localhost/moh.php,1 >> musiconhold =>
2020 Oct 27
2
Expert to work on load issue
Jon, We are only using FastAgi. On the second system (running Asterisk 16) there are no agi's running (just some bash scripts on call hangup). I did add some hackey code (netstat -nua | grep -v 'udp 0 0' | grep -v udp6 | grep -v ' 0 0.0.0.0' | grep udp) to my bash script to check out the packet queue (with the help of
2016 Oct 13
2
Openfile Issue
[root at abc asterisk]# lsof -u 50771 | wc -l 0 BTW, I'm using CentOS 6.5 > > Date: Thu, 13 Oct 2016 10:20:19 -0400 >> From: Dovid Bender <dovid at telecurve.com> >> To: Asterisk Users Mailing List - Non-Commercial Discussion >> <asterisk-users at lists.digium.com> >> Subject: Re: [asterisk-users] Openfile Issue >> Message-ID:
2019 Aug 01
4
Lightweight ODBC DB
Glenn, I can't use MySQL as each node currently has MySQL however there is a lot of data that is stored locally on each box. I may have to take this route if I can't find something else but that would mean syncing all sorts of data that does not need to be synced. On Tue, Jul 30, 2019 at 10:03 PM Glenn Geller (VDOPh) <ggeller at vdo-ph.com> wrote: > Hi Dovid, > >
2018 Jun 27
2
Asterisk crashing on AAAA lookup
On Tue, Jun 26, 2018 at 7:59 PM, Richard Mudgett <rmudgett at digium.com> wrote: > > > On Tue, Jun 26, 2018 at 6:15 PM, Dovid Bender <dovid at telecurve.com> wrote: > >> I have Asterisk running on a Ubuntu 18.0.4 on Digital Ocean. Every so >> often asterisk crashes and then restarts. I am not seeing any core dumps on >> the box. The only I thing I see
2017 Sep 06
2
Asterisk 13.X with multiple IP addresses: Can I force a given chan_sip peer to a given IP address ?
Hello, I'm quite sure this question has already be asked previously but before diving into it with a lab setup, I would like to re-ask here the thereafter question. I've got a bunch of very old Asterisk boxes (lastest Asterisk version is 1.6.1.X), all belonging to the same network, I would like to centralize on a single Asterisk instance on a brand new box. This instance will be powered
2020 Apr 13
2
Multiple real times for same object
Josh, What should Asterisk do if one of the real time methods fail? I have in extconfig.conf musiconhold => curl,http://localhost/moh.php,1 musiconhold => mysql,db-east,asterisk_moh,2 If the first server sends back a 404 it does not go to the second connection. Shouldn't a 404 be considered a failure and it should then move over to the next rt engine? On Thu, Jan 2, 2020 at 7:06 AM
2019 Jul 31
3
Lightweight ODBC DB
Hi, I am running several Asterisk boxes with realtime around the world. Does anyone have a recommendation for a "light" db that would work with Asterisk that would also allow replication between all sites (so if I add an entry to one box it will work with the rest)? TIA. Dovid -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Feb 13
2
Help with FUNC_MATH
John, >From looking at the wiki won't STRFIME just give me what I need based on the unix time that I put in? What I am actually looking to do is convert over from 12 hour format to 24 (unless strftime does just that and I don't kow what am I am doing?). On Thu, Feb 13, 2020 at 12:03 PM John Kiniston <johnkiniston at gmail.com> wrote: > Try using the STRFIME function
2006 Apr 12
3
acts_as_authenticated trouble
First off, I''d like to address that I''m n00bs. I''ve read the README and blogs associated with this plugin, and there really isn''t too much documentation. I have the newest version of rails,ruby, and acts_as_authenticated installed. #The setup I set up the acts_as_authenticated in the following manner. *created a table called "accounts" in the
2016 Mar 31
4
Lost outgoing SIP packets
Dovid Bender writes: > The tcpdump that you are running is on the Asterisk box or via port > mirroring? It's on the asterisk box itself. I've already replaced the network card - no change. Thanks, Roel > Regards, > > Dovid > > -----Original Message----- > From: Roel van Meer <roel at 1afa.com> > Sender: asterisk-users-bounces at
2017 Apr 27
3
SIP and Voice on different nets
?I have connection with two networks (by VoIP provider setup) 1 - 10.10.10.0/24 = SIP 2 - 10.10.11.0/24 = Voice How to tell Asterisk send / receive voice traffic not on SIP network. When I look into dumps, I see Asterisk trying to use SIP net for voice Unfortunately, I _need_ to use two networks instead of one? -------------- next part -------------- An HTML attachment was scrubbed... URL: