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 => 13XXXXXXX,1,dial(${OPERATOR},20)
>
You are trying to match a pattern, so this needs to be
exten => _13XXXXXXX,1,dial(${OPERATOR},20)
Doug