Displaying 2 results from an estimated 2 matches for "0nxxxxxx".
Did you mean:
_nxxxxxx
2018 Apr 10
2
withheld caller id
Hi. I am running asterisk 11 and i have usb 3g dongles to make my gsm calls
with the following config in extensions.conf
exten => _9X.,1,Dial(Dongle/dongle800/${EXTEN:1},120,KT)
exten => _9X.,n,Hangup(${HANGUPCAUSE})
By dialing 9 it opens the dongle to make a call.
I would like to restrict my caller id. so when i place a call from this
dongle, it will send on the other end *blocked number*
2018 Apr 10
2
withheld caller id
...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...