> The problem is that the ISDN call to our switch has the screening indicator > set to "untrusted", to the switch sticks 0xb on the front of the CLI. BT > then drop the CLI altogether. > > So I need to find a way of fiddling with the * presentation.
Ahhh..... so you have an interconnect switch then I take it! You need to set the q931.c value - PRES_ALLOWED_NETWORK_NUMBER which has a value of '3'. I think, although I've never tried this, you can actually call the application CallingPres with the value of 3 before making an outbound call. CallingPres(3) I think should do it - someone else might be able to advise better. Linus _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
