Re: [asterisk-users] asterisk 16.2.1 inbound route

2019-03-05 Thread Gokan Atmaca
> 1. What is the content of ${OPERATOR}?
>
> 2. What do you have for this connection in sip.conf?
>
> 3. What number/s have you been assigned by your upstream SIP provider?
>
> Antony.

Hello

The problem appeared in siptrunk. The problem is "insecure=very". This
"insecure=invite" improved.

Very thanks.

On Tue, Mar 5, 2019 at 7:29 PM Antony Stone
 wrote:
>
> On Tuesday 05 March 2019 at 17:22:16, Gokan Atmaca wrote:
>
> > > exten => _13XXX,1,dial(${OPERATOR},20)
>
> 1. What is the content of ${OPERATOR}?
>
> 2. What do you have for this connection in sip.conf?
>
> 3. What number/s have you been assigned by your upstream SIP provider?
>
> Antony.
>
> > On Tue, Mar 5, 2019 at 12:51 PM Doug Lytle  wrote:
> > > On 3/5/19 2:46 AM, Gokan Atmaca wrote:
> > > > Asterisk can send calls, but I don't get a call. What could be the
> > > > problem?
> > > >
> > > > [from-siptrunk]
> > > > exten => 13XXX,1,dial(${OPERATOR},20)
> > >
> > > exten => _13XXX,1,dial(${OPERATOR},20)
> > >
> > > Doug
>
> --
> In science, one tries to tell people
> in such a way as to be understood by everyone
> something that no-one ever knew before.
>
> In poetry, it is the exact opposite.
>
>  - Paul Dirac
>
>Please reply to the list;
>  please *don't* CC me.
>
> --
> _
> -- 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 mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
_
-- 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 mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] asterisk 16.2.1 inbound route

2019-03-05 Thread Antony Stone
On Tuesday 05 March 2019 at 17:22:16, Gokan Atmaca wrote:

> > exten => _13XXX,1,dial(${OPERATOR},20)

1. What is the content of ${OPERATOR}?

2. What do you have for this connection in sip.conf?

3. What number/s have you been assigned by your upstream SIP provider?

Antony.

> On Tue, Mar 5, 2019 at 12:51 PM Doug Lytle  wrote:
> > On 3/5/19 2:46 AM, Gokan Atmaca wrote:
> > > Asterisk can send calls, but I don't get a call. What could be the
> > > problem?
> > > 
> > > [from-siptrunk]
> > > exten => 13XXX,1,dial(${OPERATOR},20)
> > 
> > exten => _13XXX,1,dial(${OPERATOR},20)
> > 
> > Doug

-- 
In science, one tries to tell people
in such a way as to be understood by everyone
something that no-one ever knew before.

In poetry, it is the exact opposite.

 - Paul Dirac

   Please reply to the list;
 please *don't* CC me.

-- 
_
-- 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 mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] asterisk 16.2.1 inbound route

2019-03-05 Thread Gokan Atmaca
> exten => _13XXX,1,dial(${OPERATOR},20)

Hello

"SIP/2.0 401 Unauthorized"  Unfortunately the negative. An asterisk
indicates a 404 error.



On Tue, Mar 5, 2019 at 12:51 PM Doug Lytle  wrote:
>
> On 3/5/19 2:46 AM, Gokan Atmaca wrote:
> > Asterisk can send calls, but I don't get a call. What could be the problem?
> >
> > [from-siptrunk]
> > exten => 13XXX,1,dial(${OPERATOR},20)
> >
>
> exten => _13XXX,1,dial(${OPERATOR},20)
>
> Doug
>
> Doug
>
>
> --
> _
> -- 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 mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
_
-- 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 mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] asterisk 16.2.1 inbound route

2019-03-05 Thread Doug Lytle

On 3/5/19 2:46 AM, Gokan Atmaca wrote:

Asterisk can send calls, but I don't get a call. What could be the problem?

[from-siptrunk]
exten => 13XXX,1,dial(${OPERATOR},20)



You are trying to match a pattern, so this needs to be

exten => _13XXX,1,dial(${OPERATOR},20)

Doug


--
_
-- 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 mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] asterisk 16.2.1 inbound route

2019-03-04 Thread Gokan Atmaca
Hello

Asterisk can send calls, but I don't get a call. What could be the problem?

[from-siptrunk]
exten => 13XXX,1,dial(${OPERATOR},20)

Thanks.

-- 
_
-- 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 mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users