Hi C F, I forgot to say it does not work with all telcos....some telcos want *67#XXXXX 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, Giorgio Incantalupo > <[email protected]> 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 >>> <[email protected]> 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 >> >> > > _______________________________________________ > -- 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
