thanks a lot for the reply.
i thought of that and i did try to send
*exten => _9X.,1,Dial(Dongle/dongle800/#31#${EXTEN:1},120,KT)exten =>
_9X.,n,Hangup(${HANGUPCAUSE})*
but the provider replies back that it is a wrong number. Then i inserted
the sim to an ordinary mobile phone and dialed #31# and the number, then
the call progressed fine and it restricted the number.
What am i doing wrong in asterisk?
On Tue, Apr 10, 2018 at 11:43 AM, <ka at mayten.sch.bme.hu> wrote:
> On 2018-04-10 08:46, Atux Atux wrote:
>
>> 9+#31#+destination_number. Unfortunately, zoiper did stop on 9#31# and
>> it dialled one of my recent numbers. The same result happened with
>>
>
> haven't used zoiper at all, so can't comment on its features of
parsing
> numbers. I'd recommend 'hiding' this function or making it
transparent to
> the end user by using something like this:
>
> exten => _06[237]0NXXXXXX!,100,Dial(SIP/${OUTGOING_PROVIDER}/*31#0036
> ${EXTEN:2},55)
>
> where ${OUTGOING_PROVIDER} is set by a macro previously, and *31# i
> believe is the caller ID set visible. I have used it with #31# as well but
> the customer requirements have changed and they now want the number to be
> visible at all times.
>
> Because the #31# or *31# is transparent to the end user and won't have
do
> dial it at all, it doesn't matter if zoiper intercepts digits and
parses
> them on its own.
>
> If you want the end user to be able to control when the number is
> shown/hidden, i'd recommend using either a pefix (90 for hiding, 91 for
> showing), or use an SQL backend from where an extensions.conf macro can
> fetch the current settings (maybe even profile people).
>
> --
> Regards
> Adam
>
>
> --
> _____________________________________________________________________
> -- 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.digium.com/pipermail/asterisk-users/attachments/20180410/faa24a6e/attachment.html>