Asterisk 16.2.1 Inbound Route

Home » Asterisk Users » Asterisk 16.2.1 Inbound Route
Asterisk Users 4 Comments

Hello

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

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

Thanks.

4 thoughts on - Asterisk 16.2.1 Inbound Route

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

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

    Doug

  • Hello

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

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


    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.

  • Hello

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

    Very thanks.