Re: [asterisk-users] Asterisk not matching longest prefix with include

2018-06-26 Thread Dovid Bender
On Tue, Jun 26, 2018 at 7:40 PM, Joshua Colp wrote: > On Tue, Jun 26, 2018, at 8:31 PM, Dovid Bender wrote: > > On Tue, Jun 26, 2018 at 7:28 PM, Doug Lytle wrote: > > > > > On 06/26/2018 07:20 PM, Dovid Bender wrote: > > > > > > Doug, > > > > > > I tried that as well. Even with my dialplan

Re: [asterisk-users] Asterisk not matching longest prefix with include

2018-06-26 Thread Joshua Colp
On Tue, Jun 26, 2018, at 8:31 PM, Dovid Bender wrote: > On Tue, Jun 26, 2018 at 7:28 PM, Doug Lytle wrote: > > > On 06/26/2018 07:20 PM, Dovid Bender wrote: > > > > Doug, > > > > I tried that as well. Even with my dialplan looking like this: > > > > > > > > Ordering by includes works for me

Re: [asterisk-users] Asterisk not matching longest prefix with include

2018-06-26 Thread Dovid Bender
On Tue, Jun 26, 2018 at 7:28 PM, Doug Lytle wrote: > On 06/26/2018 07:20 PM, Dovid Bender wrote: > > Doug, > > I tried that as well. Even with my dialplan looking like this: > > > > Ordering by includes works for me under Asterisk 11 and 13 > > What does the output of the below show? > >

Re: [asterisk-users] Asterisk not matching longest prefix with include

2018-06-26 Thread Doug Lytle
On 06/26/2018 07:20 PM, Dovid Bender wrote: Doug, I tried that as well. Even with my dialplan looking like this: Ordering by includes works for me under Asterisk 11 and 13 What does the output of the below show? dialplan show from-external Doug --

Re: [asterisk-users] Asterisk not matching longest prefix with include

2018-06-26 Thread Dovid Bender
On Tue, Jun 26, 2018 at 7:06 PM, Doug Lytle wrote: > On 06/26/2018 06:57 PM, Dovid Bender wrote: > >> Hi, >> >> My dialplan looks like this: >> [from-external] >> >> Exten => _X.,1,Noop(CALL IS COMING INTO FROM EXTERNAL CONTEXT) >> Exten => _X.,n,Noop(IP: ${CHANNEL(recvip)}) >> Exten =>

Re: [asterisk-users] Asterisk not matching longest prefix with include

2018-06-26 Thread Doug Lytle
On 06/26/2018 06:57 PM, Dovid Bender wrote: Hi, My dialplan looks like this: [from-external] Exten => _X.,1,Noop(CALL IS COMING INTO FROM EXTERNAL CONTEXT) Exten => _X.,n,Noop(IP: ${CHANNEL(recvip)}) Exten => _X.,n,Noop(CALLED NUMBER: ${EXTEN}) Exten => _X.,n,Ringing Exten =>

[asterisk-users] Asterisk not matching longest prefix with include

2018-06-26 Thread Dovid Bender
Hi, My dialplan looks like this: [from-external] Exten => _X.,1,Noop(CALL IS COMING INTO FROM EXTERNAL CONTEXT) Exten => _X.,n,Noop(IP: ${CHANNEL(recvip)}) Exten => _X.,n,Noop(CALLED NUMBER: ${EXTEN}) Exten => _X.,n,Ringing Exten => _X.,n,WaitExten(15) Exten => _X.,n,Congestion() Exten =>