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
