[asterisk-users] anonymous calls code

C F shmaltz at gmail.com
Tue Dec 22 14:05:36 CST 2009


Huge thanks for mentioning what type of channel you are using.

On Tue, Dec 22, 2009 at 5:11 AM, Giorgio Incantalupo
<gincantalupo at fgasoftware.com> wrote:
> Hi C F,
>
> I solved the problem!! It was under my nose...
> If you are interested the solution is here:
> http://www.misdn.org/index.php/FAQ_chan_mISDN
> The right section is: "key pad elements"
>
> Giorgio Incantalupo
>
> C F wrote:
>> You would have to create a dialplan for it.
>> If your provider expects *67 (which is the case here with I/CLEC POTS)
>> then you would create something like:
>> exten => _*67[2-9]XXXXXX,1,Dial(Zap/g1/${EXTEN})
>> In the case of PRI you would use:
>> exten => _*67[2-9]XXXXXX,1,SetCallerPres(prohib)
>> exten => _*67[2-9]XXXXXX,2,Dial(Zap/g1/${EXTEN:3})
>>
>>
>>
>>
>> On Mon, Dec 21, 2009 at 6:19 AM, Giorgio Incantalupo
>> <gincantalupo at fgasoftware.com> wrote:
>>
>>> Hi all,
>>>
>>> does anybody know how to make on-demand anonymous calls? I've tried code
>>> *67# before the number to call but it is working with some providers only.
>>>
>>> Any hints?
>>>
>>> Thank you.
>>>
>>>
>>>
>>> _______________________________________________
>>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>>
>>> asterisk-users mailing list
>>> To UNSUBSCRIBE or update options visit:
>>>   http://lists.digium.com/mailman/listinfo/asterisk-users
>>>
>>>
>>
>> _______________________________________________
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> asterisk-users mailing list
>> To UNSUBSCRIBE or update options visit:
>>    http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>>
>
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>



More information about the asterisk-users mailing list