Re: [asterisk-users] PJSIP Losing knowledge of external_media_address

2023-08-18 Thread George Joseph
On Fri, Aug 18, 2023 at 10:09 AM Mark Murawski wrote: > I've seen this happen three times in the wild now. I've been trying to > isolate the source of the issue, but so far it seems like there's not > enough debug output to know why this occurs. > > Long story short: > - Start Asterisk > - PJSIP

[asterisk-users] Asterisk Infrastructure Move to GitHub

2023-04-18 Thread George Joseph
cerning release tarballs, changelogs, etc are at https://wiki.asterisk.org/wiki/display/AST/Release+Management NOTE: If you're an Asterisk contributor, stay tuned. There will be more info about the code management/review process in the next day or so. -- *George Joseph* *Asteris

Re: [asterisk-users] I think there may be a bug in 18.14.0 ${GEOLOC_PROFILE(profile_precedence)}, seems to always return prefer_incoming

2022-08-25 Thread George Joseph
On Wed, Aug 24, 2022 at 7:51 AM George Joseph wrote: > Yeah, that's weird. I opened an issue for this... > https://issues.asterisk.org/jira/browse/ASTERISK-30190 > > OK, It's actually not weird :) Let's say the configured profile is set to discard_config or prefer_inc

Re: [asterisk-users] [External] [External] Geo location 18.14.0-rc1 question

2022-08-17 Thread George Joseph
On Tue, Aug 16, 2022 at 8:58 AM Dan Cropp wrote: > Thank you George. > > > > As you pointed out, my mistake of the double equal sign caused the problem. > > > > Using the passthrough profile and in the AMI Originate setting the > Variable: GEOLOC_PROFILE(name) i

Re: [asterisk-users] [External] Geo location 18.14.0-rc1 question

2022-08-16 Thread George Joseph
On Mon, Aug 15, 2022 at 3:07 PM Dan Cropp wrote: > George, > > > > Is it possible to set the GEOLOC_PROFILE fields similar to the way > PJSIP_HEADER(add, …) works? > I can try but unlike the HEADER functions, the profile has multiple levels of name/value pairs so it might t

Re: [asterisk-users] [External] Geo location 18.14.0-rc1 question

2022-08-16 Thread George Joseph
On Mon, Aug 15, 2022 at 1:59 PM Dan Cropp wrote: > Thank you George. > > > > Good idea on the passthrough profile. > > > > Is there a way to set the GEOLOC_PROFILE values from the AMI Originate > command? > > > > I tried the following, but it doesn

Re: [asterisk-users] Geo location 18.14.0-rc1 question

2022-08-15 Thread George Joseph
Oh, for now, you can also use something like this to conditionally set an element: ${IF(${EXISTS(${MyA3})}?A3=${MyA3})} On Mon, Aug 15, 2022 at 9:57 AM George Joseph wrote: > The email was getting too long for the mailing list so I've truncated it. > Anyway... > > Dan, Hav

[asterisk-users] Geo location 18.14.0-rc1 question

2022-08-15 Thread George Joseph
llee^s^1)) Not sure if this helps. I am working on the other suggestions though. On Mon, Aug 15, 2022 at 3:46 AM George Joseph wrote: > > > On Sat, Aug 13, 2022 at 3:55 PM Dan Cropp wrote: > >> Thank you George. >> >> >> >> rc2 did fix the issue. >&

Re: [asterisk-users] [External] [External] [External] [External] [External] Geo location 18.14.0-rc1 question

2022-08-15 Thread George Joseph
On Sat, Aug 13, 2022 at 3:55 PM Dan Cropp wrote: > Thank you George. > > > > rc2 did fix the issue. > Whew. > > > I am now able to program the variables in the location_info and pass > values via the AMI Originate variables. > > > > Is there a wa

Re: [asterisk-users] [External] [External] [External] [External] Geo location 18.14.0-rc1 question

2022-08-12 Thread George Joseph
On Thu, Aug 11, 2022 at 8:43 AM Dan Cropp wrote: > Thank you George. > > > > I am still running on asterisk 18.14.0-rc1 and have not retrieved the > patches yet. > > Did this version have a bug with the variables? > It's quite possible. RC2 was just released so

Re: [asterisk-users] [External] [External] [External] Geo location 18.14.0-rc1 question

2022-08-10 Thread George Joseph
On Wed, Aug 10, 2022 at 11:25 AM Dan Cropp wrote: > Thank you George. > > > > Looking forward to working with the changes. I will retrieve them when > the next release candidate comes out. > > > > > > A quick question on using variables to pass custom G

Re: [asterisk-users] [External] [External] Geo location 18.14.0-rc1 question

2022-08-10 Thread George Joseph
: https://gerrit.asterisk.org/c/asterisk/+/18897 I anticipate these will make it into the next set of release candidates which are due to be cut tomorrow. Give them a try. On Wed, Aug 3, 2022 at 1:51 PM George Joseph wrote: > Looks like it'll be tomorrow before I can get the patch up. I

Re: [asterisk-users] [External] [External] Geo location 18.14.0-rc1 question

2022-08-03 Thread George Joseph
Looks like it'll be tomorrow before I can get the patch up. I ran into some strange issues. On Tue, Aug 2, 2022 at 1:43 PM Dan Cropp wrote: > Thank you George > > > > *From:* asterisk-users *On > Behalf Of *George Joseph > *Sent:* Tuesday, August 2, 2022 2:40 PM >

Re: [asterisk-users] [External] Geo location 18.14.0-rc1 question

2022-08-02 Thread George Joseph
On Tue, Aug 2, 2022 at 1:35 PM George Joseph wrote: > > > On Tue, Aug 2, 2022 at 1:13 PM Dan Cropp wrote: > >> Is the allow_routing setting on the geolocation Wiki Profile also not >> fully implemented? >> > > Well, 99% of the code is there. The 1% is parsin

Re: [asterisk-users] [External] Geo location 18.14.0-rc1 question

2022-08-02 Thread George Joseph
object. > > > > Dan > > > > *From:* Dan Cropp > *Sent:* Tuesday, August 2, 2022 10:04 AM > *To:* Asterisk Users Mailing List - Non-Commercial Discussion < > asterisk-users@lists.digium.com> > *Subject:* RE: [External] [asterisk-users] Geo location 18.14.0-rc1 >

Re: [asterisk-users] Geo location 18.14.0-rc1 question

2022-08-02 Thread George Joseph
On Tue, Aug 2, 2022 at 8:46 AM Dan Cropp wrote: > I believe I have everything configured correctly, but Asterisk is > complaining about my configuration > > > > It is complaining about confidence settings. > > > > From the Asterisk Geolocation Implementation Wiki, I believe I have this > set corr

Re: [asterisk-users] Question about the Geo Location support being added

2022-07-27 Thread George Joseph
On Wed, Jul 27, 2022 at 11:02 AM Dan Cropp wrote: > Looking at the Asterisk wiki > > > https://wiki.asterisk.org/wiki/display/AST/Asterisk+Geolocation+Implementation > Just FYI, I'm in the process of clarifying and adding more info. Should be done Friday. > > > I see the dial plan support the

Re: [asterisk-users] Question on ExternalMedia and the codec

2021-10-13 Thread George Joseph
On Tue, Oct 12, 2021 at 2:54 PM Dan Cropp wrote: > We tell asterisk to use the slin format for ExternalMedia. However, the > unicast channel is selecting ulaw formatand the RTP data is indicating it’s > ulaw format. > > > > Anyone know why ulaw format would be on chosen? > What do your ARI requ

Re: [asterisk-users] Large system seeing single CPU core spiking

2021-09-14 Thread George Joseph
On Tue, Sep 14, 2021 at 9:19 AM Dan Cropp wrote: > Thank you George. > > > > It is using local file based configuration files. > Well, that's good at least. It eliminates the database layer which can be troublesome in virtualized environments, especially if a SAN a

Re: [asterisk-users] Large system seeing single CPU core spiking

2021-09-14 Thread George Joseph
On Tue, Sep 14, 2021 at 8:07 AM Dan Cropp wrote: > I am working with a very large customer running Asterisk with PJSIP. > Systems total channels have been over 2500 (which includes hundreds of > local channels and ConfBridges) when the issues occur. > > It’s running on a Hyper-V VM with 12 CPU co

Re: [asterisk-users] Between a dumb client and a capable server...

2021-08-20 Thread George Joseph
On Fri, Aug 20, 2021 at 2:33 PM Eric Wieling wrote: > > > On 8/20/21 4:24 PM, Antony Stone wrote: > > On Friday 20 August 2021 at 19:06:09, George Joseph wrote: > > > >> On Fri, Aug 20, 2021 at 8:33 AM Antony Stone wrote: > >>> > >>> So,

Re: [asterisk-users] Between a dumb client and a capable server...

2021-08-20 Thread George Joseph
On Fri, Aug 20, 2021 at 2:25 PM Antony Stone < antony.st...@asterisk.open.source.it> wrote: > On Friday 20 August 2021 at 19:06:09, George Joseph wrote: > > > On Fri, Aug 20, 2021 at 8:33 AM Antony Stone wrote: > > > > > > So, if I have Asterisk registered as

Re: [asterisk-users] Between a dumb client and a capable server...

2021-08-20 Thread George Joseph
On Fri, Aug 20, 2021 at 8:33 AM Antony Stone < antony.st...@asterisk.open.source.it> wrote: > On Friday 20 August 2021 at 16:14:44, George Joseph wrote: > > > On Wed, Aug 18, 2021 at 3:33 AM Antony Stone wrote: > > > Hi. > > > > > > Just to summarise

Re: [asterisk-users] Between a dumb client and a capable server...

2021-08-20 Thread George Joseph
On Wed, Aug 18, 2021 at 3:33 AM Antony Stone < antony.st...@asterisk.open.source.it> wrote: > Hi. > > I wonder if anyone has some helpful advice or suggestions for me? > > snip I had thought that Kamailio might be what I was looking for, but I've asked > on > their mailing list and people are tel

Re: [asterisk-users] AST-2021-008: Remote crash when using IAX2 channel driver

2021-07-23 Thread George Joseph
On Fri, Jul 23, 2021 at 6:12 AM Doug Lytle wrote: > >>> Asterisk Project Security Advisory - AST-2021-008 > > Downloading asterisk-16-current.tar.gz is still showing Asterisk 16.19.0 > Links should be fixed now. > > Doug > > -- > ___

Re: [asterisk-users] Patch to remove numbers from the logs

2021-07-09 Thread George Joseph
On Thu, Jul 8, 2021 at 3:58 PM Dovid Bender wrote: > Hi, > > We have a project where people will be making payments over the phone. I > would like block Asterisk from logging any time the system is processing a > card. So be it SayDigits(123456789), when the user enters DTMF or when I > pass a ca

Re: [asterisk-users] Multiple IP addresses and using same IP for outbound calls as inbound

2020-10-23 Thread George Joseph
On Thu, Oct 22, 2020 at 4:13 PM David Cunningham wrote: > Hi George, > > Thank you for the response. I'm a little unclear on what you mean by a > transport. We're using chan_sip, not pjsip. > > Do you mean a device in sip.conf, using bindaddr to set the address to &

Re: [asterisk-users] Multiple IP addresses and using same IP for outbound calls as inbound

2020-10-22 Thread George Joseph
t; https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: >

Re: [asterisk-users] Codec question

2020-06-17 Thread George Joseph
gt; > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: >http://lis

Re: [asterisk-users] x-ast-orig-host - How is this IP taken ?

2020-06-11 Thread George Joseph
www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update option

[asterisk-users] Advanced Codec Negotiation: Need info and uses cases

2020-06-05 Thread George Joseph
sed. I know this is a lot to take in but I'd implore you to read thoroughly, respond with real life scenarios and ask questions if something isn't clear. We are NOT going to shove this into 18 without everyone understanding the

Re: [asterisk-users] Asterisk and CentOS 8

2020-05-11 Thread George Joseph
On Sun, May 3, 2020 at 6:07 PM Patrick Wakano wrote: > Hello George, > Hope this finds you well! > I wonder if there has been any progress on this matter? > Sorry, I missed this last week. We have an internal issue open to revisit CentOS 8 and it's at the top of our backlo

Re: [asterisk-users] PJSIP Lockup

2020-04-06 Thread George Joseph
_ >> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >> >> Check out the new Asterisk community forum at: >> https://community.asterisk.org/ >> >> New to Asterisk? Start here

Re: [asterisk-users] [asterisk-dev] Need feedback on the use of AMI events generated by MESSAGE requests

2020-02-07 Thread George Joseph
On Thu, Feb 6, 2020 at 12:34 PM sdut...@wazo.io wrote: > On 1/29/20 2:31 PM, George Joseph wrote: > > For those of you who actually process SIP MESSAGE requests... Do you > > use any of the AMI events generated by the "Message/ast_msg_queue" > > channel? We wa

Re: [asterisk-users] Need feedback on the use of AMI events generated by MESSAGE requests

2020-01-30 Thread George Joseph
On Thu, Jan 30, 2020 at 12:18 AM Jean Aunis wrote: > Hello, > > I use UserEvents generated by the Message/ast_message_queue channel with > the UserEvent application. > > Regards > > Jean > Thanks Jean. We're looking at alternatives. > Le 29/01/2020 à 20:

[asterisk-users] Need feedback on the use of AMI events generated by MESSAGE requests

2020-01-29 Thread George Joseph
need to know if anyone's using them first. Thanks! -- George Joseph Asterisk Software Developer direct/fax +1 256 428 6012 Check us out at www.sangoma.com and www.asterisk.org [image: image.png] -- _ -- Bandwidth and Colocat

Re: [asterisk-users] What is PJSIP equivalent of users.conf hassip setting ?

2019-12-31 Thread George Joseph
ns visit: >http://lists.digium.com/mailman/listinfo/asterisk-users -- George Joseph Asterisk Software Developer direct/fax +1 256 428 6012 Check us out at www.sangoma.com and www.asterisk.org [image: image.png] -- _ -- Bandwidth an

Re: [asterisk-users] pjsip: How is asterisk choosing the IP address to put in the Contact header?

2019-12-02 Thread George Joseph
sterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/li

[asterisk-users] [asterisk-app-dev] Proposed change to External Media API

2019-10-18 Thread George Joseph
uot; above. It's working and will be published next week. Comments? Questions? -- *George Joseph* Digium - A Sangoma Company | Software Developer | Software Engineering 445 Jan Davis Drive NW - Huntsville, AL 35806 - US direct/fax: +1 256 428 6012 Check us out at: https://digium.com · https://sang

[asterisk-users] Asterisk and CentOS 8

2019-10-17 Thread George Joseph
27;ll update you when we think it's safe. -- *George Joseph* Digium - A Sangoma Company | Software Developer | Software Engineering 445 Jan Davis Drive NW - Huntsville, AL 35806 - US direct/fax: +1 256 428 6012 Check us out at: https://digium.com · https://s

Re: [asterisk-users] problem with new install with asterisk 15.7.4

2019-10-07 Thread George Joseph
Oh, I forgot to mention that Asterisk 15 went End-Of-Life last Thursday. :) You should use Asterisk 16. On Mon, Oct 7, 2019 at 5:58 AM George Joseph wrote: > > > On Fri, Oct 4, 2019 at 1:19 PM John Covici wrote: > >> Hi. I am trying to install asterisk 15.7.4 from gi

Re: [asterisk-users] PJSIP wizard reload not reloading ?

2019-07-31 Thread George Joseph
; > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users -- *George Joseph* Digium - A Sangoma Company | Software Developer | Software Engineering 445 Jan

Re: [asterisk-users] pjsip endoint woes

2019-04-09 Thread George Joseph
On Tue, Apr 9, 2019 at 9:28 AM sean darcy wrote: > On 4/8/19 6:18 AM, Joshua C. Colp wrote: > > On Sat, Apr 6, 2019, at 10:04 AM, sean 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

Re: [asterisk-users] Asterisk Dahdi Issue

2019-02-11 Thread George Joseph
; To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users -- *George Joseph* Digium - A Sangoma Company | Software Developer | Software Engineering 445 Jan Davis Drive NW - Huntsville, AL 35806 - US dire

Re: [asterisk-users] INVITE from DID: No matching endpoint found but completes the call anyway

2019-01-28 Thread George Joseph
e "ip" as the "identify_by", > > Cheers, > b. > > -- > _____ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > htt

Re: [asterisk-users] [asterisk-app-dev] Who uses the ari/sounds resource?

2019-01-22 Thread George Joseph
On Mon, Jan 21, 2019 at 2:45 PM sdut...@wazo.io wrote: > On 2019-01-21 10:42 a.m., George Joseph wrote: > > and what do you use it for? > > I assume that you're talking about the /sounds resource available in ARI > [1]. > > At Wazo [2], we use the /sounds resource

Re: [asterisk-users] [asterisk-app-dev] [asterisk-dev] Who uses the ari/sounds resource?

2019-01-22 Thread George Joseph
about the "sounds" resource itself. https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+Sounds+REST+API > On Mon, Jan 21, 2019 at 9:42 AM George Joseph wrote: > >> and what do you use it for? >> >> >> -- >> *George Joseph* >> Digium - A Sangoma

[asterisk-users] [asterisk-app-dev] Who uses the ari/sounds resource?

2019-01-21 Thread George Joseph
and what do you use it for? -- *George Joseph* Digium - A Sangoma Company | Software Developer | Software Engineering 445 Jan Davis Drive NW - Huntsville, AL 35806 - US direct/fax: +1 256 428 6012 Check us out at: https://digium.com · https://sangoma.com

Re: [asterisk-users] Asterisk 15.6.1. Symbol pjsip_tls_transport_start2 not found

2018-09-26 Thread George Joseph
t; > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users -- *George Joseph* Digium - A Sangoma Company | Software Developer | Software Engi

Re: [asterisk-users] Asterisk crashing on AAAA lookup

2018-06-27 Thread George Joseph
_ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start h

Re: [asterisk-users] Questions about SIP From, P-Asserted-Id fields and Diversion headers ?

2018-06-06 Thread George Joseph
On Wed, Jun 6, 2018 at 1:51 AM Olivier wrote: > > > 2018-06-05 20:29 GMT+02:00 George Joseph : > >> >> >> On Tue, Jun 5, 2018 at 10:59 AM Olivier wrote: >> >>> >>> >>> 2018-06-05 15:27 GMT+02:00 George Joseph : >>> Tha

Re: [asterisk-users] Questions about SIP From, P-Asserted-Id fields and Diversion headers ?

2018-06-05 Thread George Joseph
On Tue, Jun 5, 2018 at 10:59 AM Olivier wrote: > > > 2018-06-05 15:27 GMT+02:00 George Joseph : > Thank you very much, George for replying. > >> >> >> On Tue, Jun 5, 2018 at 3:35 AM Olivier wrote: >> >>> Hi, >>> >>> After a

Re: [asterisk-users] Questions about SIP From, P-Asserted-Id fields and Diversion headers ?

2018-06-05 Thread George Joseph
gt; New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users -- George Joseph Digium, Inc. | Softwar

Re: [asterisk-users] Possibility to access PJSIP variables from dialplan

2018-04-18 Thread George Joseph
New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > -- George Joseph Digium, Inc. | Software

Re: [asterisk-users] Asterisk 15.3.0-rc1 regression

2018-02-27 Thread George Joseph
community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/l

Re: [asterisk-users] [OT] How to use audio files with SIPp

2018-02-09 Thread George Joseph
On Fri, Feb 9, 2018 at 8:04 AM, Olivier wrote: > Thank you very much George for replying. > > 2018-02-09 14:39 GMT+01:00 George Joseph : > >> >> >> On Fri, Feb 9, 2018 at 6:27 AM, Olivier wrote: >> >>> Hello, >>> >>> SIPp&#

Re: [asterisk-users] [OT] How to use audio files with SIPp

2018-02-09 Thread George Joseph
here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users > -- George Joseph Digium, Inc. | Software Developer 445 Jan Davis Driv

Re: [asterisk-users] pjsip trunking configuration issue

2018-02-08 Thread George Joseph
o) > -- > _____ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https

Re: [asterisk-users] res_pjsip_transport_management.c: Shutting down transport

2018-01-24 Thread George Joseph
ges so the timer expired and the transports were shut down. > > my idea was that Asterisk with cache doesnt need realtime connectivity > with mariadb (can survive short internet interruptions) > > Marek > > > > > -- > _

Re: [asterisk-users] PJSIP: identify endpoint by authentication username?

2018-01-09 Thread George Joseph
terisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users -- George Joseph Digium, Inc. | Software Developer 445 Ja

Re: [asterisk-users] Is it possible to have two endpoints to the same IP address where one uses IP based authentication and the other requires asterisk to register to that system?

2018-01-04 Thread George Joseph
On Thu, Jan 4, 2018 at 11:07 AM, Dan Cropp wrote: > Thank you George. > > > > I will pass along the rfc information to those responsible for the other > switch. > > > > I missed the match_header addition to Asterisk. > > Unfortunately, the only header fi

Re: [asterisk-users] Asterisk 13.18.4 - New Error PJLIB_UTIL_EDNS_REFUSED

2017-12-21 Thread George Joseph
ommunity forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-user

Re: [asterisk-users] Is it possible to have two endpoints to the same IP address where one uses IP based authentication and the other requires asterisk to register to that system?

2017-12-19 Thread George Joseph
On Mon, Dec 18, 2017 at 9:04 AM, Dan Cropp wrote: > Thanks George > > > > I originally didn’t have the 1002@ for the identify. Changed that when > things were not working. I changed it back. > > > > Unfortunately, the system I am connecting with doesn’t seem

Re: [asterisk-users] Is it possible to have two endpoints to the same IP address where one uses IP based authentication and the other requires asterisk to register to that system?

2017-12-14 Thread George Joseph
in the outgoing Contact header. If the provider properly echos back Contact parameters when sending responses or new requests, asterisk will use the line parameter to match an endpoint. I'll have to double check but I believe we do that BEFORE checking any identify object for a match. &g

Re: [asterisk-users] Explain how to maintain a compiled from source Asterisk instance ?

2017-12-08 Thread George Joseph
> asterisk-users mailing list > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users > -- George Joseph Digium, Inc. | Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.aste

Re: [asterisk-users] How can I check backtrace files ?

2017-12-07 Thread George Joseph
On Wed, Dec 6, 2017 at 11:13 AM, Olivier wrote: > > > 2017-12-06 15:52 GMT+01:00 George Joseph : > >> >> >> On Tue, Dec 5, 2017 at 9:20 AM, Olivier wrote: >> >>> Hello, >>> >>> I carefully read [1] which details how backtrace files

Re: [asterisk-users] How can I check backtrace files ?

2017-12-06 Thread George Joseph
ommunity forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listin

Re: [asterisk-users] taskprocessor.c: The 'sorcery/contact-00000015' task processor queue reached 1500 scheduled tasks.

2017-11-27 Thread George Joseph
org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users > -- George Joseph Digium,

Re: [asterisk-users] Many tests from TestSuite fail with "Asterisk 127.0.0.1 received error: FRACK!"

2017-10-31 Thread George Joseph
On Tue, Oct 31, 2017 at 7:02 AM, Olivier wrote: > Hello, > > Thanks to Tzafrir and George help, I could run Asterisk TestSuite for the > first time on a fresh Debian Stretch setup. > TestSuite is installed with "apt-get install asterisk-testsuite" and > Asterisk itse

Re: [asterisk-users] How tu run runtests.py on Debian Stretch ?

2017-10-31 Thread George Joseph
idth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing

Re: [asterisk-users] Asterisk 13 on old VMware ESXI 4

2017-08-02 Thread George Joseph
//wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users -- George Joseph Digium, Inc. | Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check

[asterisk-users] Asterisk community servers are currently unavailable

2017-04-04 Thread George Joseph
We're investigating -- George Joseph Digium, Inc. | Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _ -- Bandwidth and Colocation Provide

[asterisk-users] PJProject 2.6

2017-03-01 Thread George Joseph
ng+and+Installing+pjproject> on the Asterisk Wiki <https://wiki.asterisk.org/wiki/display/AST/Home>. -- George Joseph Digium, Inc. | Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com &am

Re: [asterisk-users] Advices when Asterisk segfaults and nothing useful in logs

2017-02-17 Thread George Joseph
On Fri, Feb 17, 2017 at 5:17 AM, Olivier wrote: > Hi George, > > How does ast_coredumper compare to ast_grab_core ) ? > Is it worth learning to use both or shall favor one ? > > PS: As I don't know either program, yet, my question may seem silly. > Please, forgive me fo

Re: [asterisk-users] Advices when Asterisk segfaults and nothing useful in logs

2017-02-14 Thread George Joseph
On Tue, Feb 14, 2017 at 2:51 PM, George Joseph wrote: > > > On Tue, Feb 14, 2017 at 10:21 AM, Olivier wrote: > >> Hello, >> >> I've got a 13.13.1 system using PJSIP stack on debian Jessie. >> It runs from 50 to 100 simultaneous calls (so 100 to 200 PJSI

Re: [asterisk-users] Advices when Asterisk segfaults and nothing useful in logs

2017-02-14 Thread George Joseph
> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.aster

Re: [asterisk-users] asterisk callerid issue PJSIP Realtime

2017-02-02 Thread George Joseph
naging the list at > asterisk-users-ow...@lists.digium.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of asterisk-users digest..." > > > Today

Re: [asterisk-users] asterisk callerid issue PJSIP Realtime

2017-02-01 Thread George Joseph
callerid_tag: > > Zakir > > > > -- > _____ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum

Re: [asterisk-users] Can't comile bundled PJSIP on CentOS 7

2017-01-10 Thread George Joseph
> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-

[asterisk-users] Recommended change to pjproject config_site.h

2016-12-07 Thread George Joseph
hed has certain * characters in it. (ASCII '@', '[', '\\', ']', '^', and '_') */ #undef PJ_HASH_USE_OWN_TOLOWER [1] https://issues.asterisk.org/jira/browse/ASTERISK-26490 [2] https://wiki.asterisk.org/wiki/display/AST/Building+and+I

Re: [asterisk-users] Opus codec in codecs.conf

2016-10-26 Thread George Joseph
On Tue, Oct 25, 2016 at 11:39 PM, Igor Goncharovsky < igor.goncharov...@gmail.com> wrote: > Hello, > > George, thank you for pointing this, but there is other question. It is > not clear for some parameters names, what is possible values? > > For example this p

Re: [asterisk-users] Opus codec in codecs.conf

2016-10-25 Thread George Joseph
/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users > -- George Joseph Digium, Inc. | Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.

Re: [asterisk-users] Asterisk 14.0.2 opens a high numbered UDP port

2016-10-13 Thread George Joseph
asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > -- George Joseph Digium, Inc. | Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org

Re: [asterisk-users] Asterisk 13 externip

2016-09-16 Thread George Joseph
On Fri, Sep 16, 2016 at 7:29 AM, wrote: > Hi > > Can i put fromdomain in endpoint configuration? > Yes, from_domain goes in the endpoint or a template for an endpoint . > > Sent from my iPhone > > On Sep 16, 2016, at 18:51, George Joseph wrote: > > >

Re: [asterisk-users] Asterisk 13 externip

2016-09-16 Thread George Joseph
pires 0. > Ok, did setting from_domain work? > > Best Regards, > Madushan > > On Thu, Sep 15, 2016 at 8:13 PM, George Joseph wrote: > >> >> >> On Thu, Sep 15, 2016 at 8:38 AM, Madushan Geethanga < >> mgliyanage...@gmail.com> wrote: >> &

Re: [asterisk-users] Asterisk 13 externip

2016-09-15 Thread George Joseph
y http://www.api-digital.com -- > > Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016 > http://www.asterisk.org/community/astricon-user-conference > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started >

Re: [asterisk-users] Asterisk 13 externip

2016-09-15 Thread George Joseph
the client trying to respond back to the address in the From header instead of the Contact header? > > Best Regards, > Madushan > > On Thu, Sep 15, 2016 at 7:41 PM, George Joseph wrote: > >> >> >> On Thu, Sep 15, 2016 at 7:17 AM, Faheem Muhammad >>

Re: [asterisk-users] Mysql PJSIP realtime > 13.10?

2016-09-12 Thread George Joseph
On Mon, Sep 12, 2016 at 3:51 PM, Carlos Chavez wrote: > On 9/12/16 4:21 PM, George Joseph wrote: > > > > On Mon, Sep 12, 2016 at 3:01 PM, Carlos Chavez > wrote: > >> On 9/12/16 3:39 PM, George Joseph wrote: >> >> >> >> On Mon, Sep 12, 2016 at

Re: [asterisk-users] Mysql PJSIP realtime > 13.10?

2016-09-12 Thread George Joseph
On Mon, Sep 12, 2016 at 3:01 PM, Carlos Chavez wrote: > On 9/12/16 3:39 PM, George Joseph wrote: > > > > On Mon, Sep 12, 2016 at 2:31 PM, George Joseph wrote: > >> >> >> On Mon, Sep 12, 2016 at 2:14 PM, Carlos Chavez >> wrote: >> >>>

Re: [asterisk-users] Mysql PJSIP realtime > 13.10?

2016-09-12 Thread George Joseph
On Mon, Sep 12, 2016 at 2:31 PM, George Joseph wrote: > > > On Mon, Sep 12, 2016 at 2:14 PM, Carlos Chavez > wrote: > >> Has anyone successfully used Mysql realtime PJSIP with Asterisk >> 13.11? I have tried 13.11, 13.11.1 and 13.11.2 but I always get the >&g

Re: [asterisk-users] Mysql PJSIP realtime > 13.10?

2016-09-12 Thread George Joseph
; > > -- > _ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016 > http://www.asterisk.org/community/astricon-user-conf

Re: [asterisk-users] PJSIP Weirdness, or just my weirdness?

2016-09-08 Thread George Joseph
munity at the 13th AstriCon, September 27-29, 2016 > http://www.asterisk.org/community/astricon-user-conference > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update optio

Re: [asterisk-users] [SOLVED] Re: Feature Request: what about "core stop panic" ?

2016-09-07 Thread George Joseph
On Wed, Sep 7, 2016 at 11:15 AM, Olivier wrote: > > > 2016-09-06 17:48 GMT+02:00 Tzafrir Cohen : > >> On Tue, Sep 06, 2016 at 06:37:52AM -0600, George Joseph wrote: >> > On Tue, Sep 6, 2016 at 1:55 AM, Olivier wrote: >> >> > > Where should core fil

Re: [asterisk-users] [SOLVED] Re: Feature Request: what about "core stop panic" ?

2016-09-07 Thread George Joseph
On Wed, Sep 7, 2016 at 11:03 AM, Olivier wrote: > > > 2016-09-06 14:37 GMT+02:00 George Joseph : > >> >> >> On Tue, Sep 6, 2016 at 1:55 AM, Olivier wrote: >> >>> Hello, >>> >>> After testing "pkill -SEGV -f /usr/sbin

Re: [asterisk-users] Upgrading asterisk 13.7 to 13.11. Segfaults

2016-09-07 Thread George Joseph
On Tue, Sep 6, 2016 at 8:40 AM, Dmitriy Serov wrote: > 06.09.2016 17:08, George Joseph пишет: > > > > On Tue, Sep 6, 2016 at 7:58 AM, Dmitriy Serov wrote: > >> 06.09.2016 16:42, George Joseph пишет: >> >> >> >> On Tue, Sep 6, 2016 a

Re: [asterisk-users] Upgrading asterisk 13.7 to 13.11. Segfaults

2016-09-06 Thread George Joseph
On Tue, Sep 6, 2016 at 7:58 AM, Dmitriy Serov wrote: > 06.09.2016 16:42, George Joseph пишет: > > > > On Tue, Sep 6, 2016 at 7:32 AM, Dmitriy Serov wrote: > >> Hello. >> >> Several months server working on asterisk 13.7 and pjproject 2.5 >> (installed

Re: [asterisk-users] Upgrading asterisk 13.7 to 13.11. Segfaults

2016-09-06 Thread George Joseph
> http://www.asterisk.org/community/astricon-user-conference > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options vi

Re: [asterisk-users] [SOLVED] Re: Feature Request: what about "core stop panic" ?

2016-09-06 Thread George Joseph
Is there a setting I can use to specify the directory used (so that we can > make sure appropriate ownership is set) ? > "$ sysctl kernel.core_pattern" will show you where core files are written. For Asterisk to produce the core file, it has to be started with the '-g'

Re: [asterisk-users] Feature Request: what about "core stop panic" ?

2016-09-02 Thread George Joseph
rg/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users > -- George Joseph Digium, Inc. | Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check u

Re: [asterisk-users] PJSIP hints unreliable...

2016-08-30 Thread George Joseph
t; Join the Asterisk Community at the 13th AstriCon, September 27-29, 2016 > http://www.asterisk.org/community/astricon-user-conference > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBS

  1   2   3   4   5   6   7   8   >