Re: [asterisk-users] some domains resolving issues

2020-10-03 Thread sergio
We could extend that to runtime as well. Would be nice! -- sergio. -- _ -- 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] some domains resolving issues

2020-10-01 Thread Joshua C. Colp
On Wed, Sep 30, 2020 at 10:02 PM sergio wrote: > > It was due to a lack of tcp or udp sections with transport declaration > in pjsip.conf. > > But it's still unclear, > > 1. How should I find this? Is a log so poor and needs to be reported, or > am I missing something? > At startup we actually

Re: [asterisk-users] some domains resolving issues

2020-09-30 Thread sergio
It was due to a lack of tcp or udp sections with transport declaration in pjsip.conf. But it's still unclear, 1. How should I find this? Is a log so poor and needs to be reported, or am I missing something? 2. Why I need to set bind? I use this transport only for outgoing connections.

Re: [asterisk-users] some domains resolving issues

2020-09-30 Thread STEVE BLETHEN
Joshua is lieing ASSHOLE Sent from my iPhone > On Sep 30, 2020, at 7:08 AM, Joshua C. Colp wrote: > >  >> On Wed, Sep 30, 2020 at 9:06 AM sergio wrote: > >> On 30/09/2020 14:59, Joshua C. Colp wrote: >> >> > latest version of 16 on Ubuntu >> >> 16.12.0~dfsg-1 ? > > I don't use packages.

Re: [asterisk-users] some domains resolving issues

2020-09-30 Thread Joshua C. Colp
On Wed, Sep 30, 2020 at 9:06 AM sergio wrote: > On 30/09/2020 14:59, Joshua C. Colp wrote: > > > latest version of 16 on Ubuntu > > 16.12.0~dfsg-1 ? > I don't use packages. I built a fresh copy of 16.13.0 as it is latest and used that. -- Joshua C. Colp Asterisk Technical Lead Sangoma

Re: [asterisk-users] some domains resolving issues

2020-09-30 Thread sergio
On 30/09/2020 14:59, Joshua C. Colp wrote: latest version of 16 on Ubuntu 16.12.0~dfsg-1 ? -- sergio. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum

Re: [asterisk-users] some domains resolving issues

2020-09-30 Thread Joshua C. Colp
On Wed, Sep 30, 2020 at 8:47 AM sergio wrote: > Hello. > > I have two records in dialplan: > > exten => testA,1,Dial(PJSIP/outgoing/sip:thetestc...@sip.linphone.org) > exten => testB,1,Dial(PJSIP/outgoing/sip:thetestc...@iptel.org) > > Calling testA works fine while testB fails with

[asterisk-users] some domains resolving issues

2020-09-30 Thread sergio
Hello. I have two records in dialplan: exten => testA,1,Dial(PJSIP/outgoing/sip:thetestc...@sip.linphone.org) exten => testB,1,Dial(PJSIP/outgoing/sip:thetestc...@iptel.org) Calling testA works fine while testB fails with "CONGESTION". Adding debug for console shows that pjsip_resolver.c does