Re: [asterisk-users] anonymous calls code

2009-12-28 Thread Giorgio Incantalupo
Hi C F, I forgot to say it does not work with all telcossome telcos want *67#X in the DIAL string and some others want the "key pad element" method. Giorgio Incantalupo C F wrote: > Huge thanks for mentioning what type of channel you are using. > > On Tue, Dec 22, 2009 at 5:11 AM, Gior

Re: [asterisk-users] anonymous calls code

2009-12-22 Thread C F
Huge thanks for mentioning what type of channel you are using. On Tue, Dec 22, 2009 at 5:11 AM, Giorgio Incantalupo 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

Re: [asterisk-users] anonymous calls code

2009-12-22 Thread Giorgio Incantalupo
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 (w

Re: [asterisk-users] anonymous calls code

2009-12-22 Thread Giorgio Incantalupo
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 PB

Re: [asterisk-users] anonymous calls code

2009-12-21 Thread C F
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]XX,1,Dial(Zap/g1/${EXTEN}) In the case of PRI you would use: exten => _*67[2-9]XX,1,SetCallerPres(prohib) exten => _*67[

[asterisk-users] anonymous calls code

2009-12-21 Thread Giorgio Incantalupo
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