[asterisk-users] anonymous calls code
Giorgio Incantalupo
gincantalupo at fgasoftware.com
Tue Dec 22 03:22:28 CST 2009
Hi C F,
I tried but does not work. It seems that my telco (telecom) does not
accept any number with a leading '*'.
Asterisk CLI returns busy:
empty_chan_in_stack: cannot empty channel 255
as if the channel were busy...but it works if I connect a normal phone
(and it worked with the old analog PBX).
I'm a bit puzzled...
Giorgio
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
>
>
More information about the asterisk-users
mailing list