[asterisk-users] asterisk 16.2.1 inbound route

Doug Lytle support at drdos.info
Tue Mar 5 03:50:40 CST 2019


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




More information about the asterisk-users mailing list