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 > -

[asterisk-users] Asterisk Infrastructure Move to GitHub

2023-04-18 Thread George Joseph
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* *Asterisk Software Developer

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_incoming and th

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

2022-08-17 Thread George Joseph
d the Originate packet to Asterisk via AMI. > > > Good news! > Thank you for all your work on this!!! > Thanks for testing and your suggestions!!! > > > Dan > > > > *From:* asterisk-users *On > Behalf Of *George Joseph > *Sent:* Tuesday, August 16,

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 take a bit of work and

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’t like the GEOLOC_PROFILE values in > the

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, Have you

[asterisk-users] Geo location 18.14.0-rc1 question

2022-08-15 Thread George Joseph
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. >> > > Whe

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

2022-08-15 Thread George Joseph
quot;suppress_empty_elements". Let me investigate. > > > Right now, if I have HNO=${MYGEO_FLR} but the variable MYGEO_FLR is not > set, it still passes the FLR in the sip as > > > > I believe it’s perfectly fine to send the > > My fear is some system may interpre

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

2022-08-12 Thread George Joseph
Active: (null topology) > > [08/10 15:04:12.473] DEBUG[1614] res_pjsip_session.c: > > > > The SIP INVITE is as follows (all the civic address settings are blank, > despite the AMI VarSet events showing the variables were set on the channel) > > > > [08/10 15:04:12.472]

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

2022-08-10 Thread George Joseph
cation_reference = myloc This way you don't need to use location_info_refinement at all. IIRC this saves having to parse location_info_refinement and bounce it against the original location_info which could be empty. > > > Dan > > > > > > *From:* asterisk-users *On >

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 > *To:

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
t; > > > 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 > question

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

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

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

2021-09-14 Thread George Joseph
> > 2295 root -11 0 13.741g 493680 28828 S 4.8 1.5 12:25.50 > asterisk > > 2297 root -11 0 13.741g 493680 28828 S 4.8 1.5 1:10.59 > asterisk > There's definitely one thread that's pegging a CPU. If that thread is one of the few "singleton" t

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

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

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

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

2020-10-23 Thread George Joseph
or that device? We've only used bindaddr in the [general] section > before, but if it will work in a device that could be the answer. > Sorry. I just assume chan_pjsip these days. Not sure how you'd do it for chan_sip. > > > On Fri, 23 Oct 2020 at 00:13, George Joseph wrote: >

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

2020-10-22 Thread George Joseph
.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.digiu

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://lists.di

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

2020-06-11 Thread George Joseph
> 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://lists.

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

2020-06-05 Thread George Joseph
s too complex, we'll NEVER put it in because it'll work no better and be no better understood than the current process. THANKS! -- George Joseph Asterisk Software Developer direct/fax +1 256 428 6012 Check us out at www.sangoma.com and www.

Re: [asterisk-users] Asterisk and CentOS 8

2020-05-11 Thread George Joseph
gt; "official" repo. You need to download the Fedora Core 29 packages to in >> order to successfully compile Asterisk. That being said, I would not >> recommend trying to put this in production any time soon. >> On 10/17/2019 11:19 AM, George Joseph wrote: >> >&

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: >> https://wiki.asterisk.org/wiki/display/

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?

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

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

2020-01-29 Thread George Joseph
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 Colocation Provid

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

2019-12-31 Thread George Joseph
>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 and Colocati

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

2019-12-02 Thread George Joseph
ty 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

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

2019-10-18 Thread George Joseph
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://sangoma.com ___ asterisk-app-dev ma

[asterisk-users] Asterisk and CentOS 8

2019-10-17 Thread George Joseph
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://sangoma.com

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
erisk-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 Davis Driv

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
E 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 direct/fax: +1 256

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

2019-01-28 Thread George Joseph
ify_by", > > Cheers, > b. > > -- > _ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > &

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
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 Comp

[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
rs 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 Davi

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 here: > https://wiki.asteri

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
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 Develope

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,

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

2018-02-27 Thread George Joseph
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/mai

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 <oza.4...@gmail.com> wrote: > Thank you very much George for replying. > > 2018-02-09 14:39 GMT+01:00 George Joseph <gjos...@digium.com>: > >> >> >> On Fri, Feb 9, 2018 at 6:27 AM, Olivier <oza.4...@gmail.com&g

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

2018-02-09 Thread George Joseph
re: > 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 >

Re: [asterisk-users] pjsip trunking configuration issue

2018-02-08 Thread George Joseph
ilio) > -- > _____ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https

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

2018-01-24 Thread George Joseph
doesnt need realtime connectivity > with mariadb (can survive short internet interruptions) > > Marek > > > > > -- > _ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check

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

2018-01-09 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, Inc. | So

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
for that... https://issues.asterisk.org/jira/browse/ASTERISK-27548 > > > *From:* asterisk-users-boun...@lists.digium.com [mailto:asterisk-users- > boun...@lists.digium.com] *On Behalf Of *George Joseph > *Sent:* Tuesday, December 19, 2017 7:57 AM > > *To:* Asterisk Users Mailing L

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

2017-12-21 Thread George Joseph
k 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/lis

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
e-ordered. [1] https://issues.asterisk.org/jira/browse/ASTERISK-27491 > > > > *From:* asterisk-users-boun...@lists.digium.com [mailto:asterisk-users- > boun...@lists.digium.com] *On Behalf Of *George Joseph > *Sent:* Thursday, December 14, 2017 10:59 AM > *To:*

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
oint name 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. > >

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.a

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 <oza.4...@gmail.com> wrote: > > > 2017-12-06 15:52 GMT+01:00 George Joseph <gjos...@digium.com>: > >> >> >> On Tue, Dec 5, 2017 at 9:20 AM, Olivier <oza.4...@gmail.com> wrote: >> >>> Hello, >

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

2017-12-06 Thread George Joseph
tps://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-users > -- Georg

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

2017-11-27 Thread George Joseph
: 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-users > -- G

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

2017-10-31 Thread George Joseph
gt; 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] How tu run runtests.py on Debian Stretch ?

2017-10-31 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-user

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

2017-08-02 Thread George Joseph
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 -- G

[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 Provided by

[asterisk-users] PJProject 2.6

2017-03-01 Thread George Joseph
ilding+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
umper can also find and process existing coredumps and it can create a tarball containing the backtraces and lock tables. > > 2017-02-14 22:52 GMT+01:00 George Joseph <gjos...@digium.com>: > >> >> >> On Tue, Feb 14, 2017 at 2:51 PM, George Joseph <gjos...@digium.co

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 <gjos...@digium.com> wrote: > > > On Tue, Feb 14, 2017 at 10:21 AM, Olivier <oza.4...@gmail.com> wrote: > >> Hello, >> >> I've got a 13.13.1 system using PJSIP stack on debian Jessie. >> It runs from 50

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.asterisk.

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

2017-02-02 Thread George Joseph
gium.com > > You can reach the person managing 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's Topics: > >

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 -- &g

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-users mail

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

2016-12-07 Thread George Joseph
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+Installing+pjproject -- George Joseph Digium, Inc. | Software Developer 445 Jan Davi

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

2016-10-26 Thread George Joseph
ide full > > > 2016-10-25 18:42 GMT+06:00 George Joseph <gjos...@digium.com>: > >> >> >> On Mon, Oct 24, 2016 at 6:54 PM, Igor Goncharovsky < >> igor.goncharov...@gmail.com> wrote: >> >>> Hello, >>> >>> I

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

2016-10-25 Thread George Joseph
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 14.0.2 opens a high numbered UDP port

2016-10-13 Thread George Joseph
ing+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

Re: [asterisk-users] Asterisk 13 externip

2016-09-16 Thread George Joseph
On Fri, Sep 16, 2016 at 7:29 AM, <mgliyanage...@gmail.com> 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 Jos

Re: [asterisk-users] Asterisk 13 externip

2016-09-16 Thread George Joseph
server. client sends an Register with expires 0. > Ok, did setting from_domain work? > > Best Regards, > Madushan > > On Thu, Sep 15, 2016 at 8:13 PM, George Joseph <gjos...@digium.com> wrote: > >> >> >> On Thu, Sep 15, 2016 at 8:38 AM, Madushan Geetha

Re: [asterisk-users] Asterisk 13 externip

2016-09-15 Thread George Joseph
tion 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-conference > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+

Re: [asterisk-users] Asterisk 13 externip

2016-09-15 Thread George Joseph
f device/softphone is the client? Is 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 <gjos...@digium.com> wrote: > >> &g

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 <cur...@telecomabmex.com> wrote: > On 9/12/16 4:21 PM, George Joseph wrote: > > > > On Mon, Sep 12, 2016 at 3:01 PM, Carlos Chavez <cur...@telecomabmex.com> > wrote: > >> On 9/12/16 3:39 PM, George Joseph wrote

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 <cur...@telecomabmex.com> wrote: > On 9/12/16 3:39 PM, George Joseph wrote: > > > > On Mon, Sep 12, 2016 at 2:31 PM, George Joseph <gjos...@digium.com> 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 2:31 PM, George Joseph <gjos...@digium.com> wrote: > > > On Mon, Sep 12, 2016 at 2:14 PM, Carlos Chavez <cur...@telecomabmex.com> > wrote: > >> Has anyone successfully used Mysql realtime PJSIP with Asterisk >> 13.11? I have

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

2016-09-12 Thread George Joseph
lay/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:

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

2016-09-08 Thread George Joseph
> 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 UNSUBSC

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 <oza.4...@gmail.com> wrote: > > > 2016-09-06 17:48 GMT+02:00 Tzafrir Cohen <tzafrir.co...@xorcom.com>: > >> On Tue, Sep 06, 2016 at 06:37:52AM -0600, George Joseph wrote: >> > On Tue, Sep 6, 2016 at 1:55

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 <oza.4...@gmail.com> wrote: > > > 2016-09-06 14:37 GMT+02:00 George Joseph <gjos...@digium.com>: > >> >> >> On Tue, Sep 6, 2016 at 1:55 AM, Olivier <oza.4...@gmail.com> wrote: >> >>>

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 <serov@gmail.com> wrote: > 06.09.2016 17:08, George Joseph пишет: > > > > On Tue, Sep 6, 2016 at 7:58 AM, Dmitriy Serov <serov@gmail.com> wrote: > >> 06.09.2016 16:42, George Joseph пишет: >> >&g

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 <serov@gmail.com> wrote: > 06.09.2016 16:42, George Joseph пишет: > > > > On Tue, Sep 6, 2016 at 7:32 AM, Dmitriy Serov <serov@gmail.com> wrote: > >> Hello. >> >> Several months server working

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

2016-09-06 Thread George Joseph
eptember 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 options visit:

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' option so make s

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

2016-09-02 Thread George Joseph
i.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

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

2016-08-30 Thread George Joseph
-- > > 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 U

  1   2   3   >