Sending outbound calls with no caller-ID....somtimes
mattdarnell

Mon, 08/18/2008 - 18:36 | Sending outbound calls with no caller-ID....somtimes

Does anyone know of a way to send some calls to the PSTN without caller-ID?
i.e. 9+number will send caller-ID, but 8+number will not send caller-ID.
Thanks.
Matt

eeman

Tue, 08/19/2008 - 02:03 | no callerid or callerid

no callerid or callerid blocking? there IS a difference. Is this a PRI? SIP trunk?

Erik Smith
CTO
BluegrassNet Voice
dCAP

mattdarnell

Tue, 08/19/2008 - 02:23 | This is a SIP

This is a SIP trunk....didn't know there was a difference.

-Matt

eeman

Tue, 08/19/2008 - 16:23 | yes, you legally aren't

yes, you legally aren't allowed to place calls without an ANI, or an invald ANI, or an ANI that doesnt belong to you.

try a custom script that does this

exten => s,1,SipAddHeader(P-Asserted-Identity: )
exten => s,n,SET(CALLERID(name)=hidden)
exten => s,n,SetCallerPres(prohib_passed_screen)

Erik Smith
CTO
BluegrassNet Voice
dCAP

eeman

Tue, 08/19/2008 - 16:24 | line 1 needs to say exten =>

line 1 needs to say

exten => s,1,SipAddHeader(P-Asserted-Identity: <sip:${CALLERID(number)}>)

Erik Smith
CTO
BluegrassNet Voice
dCAP

mattdarnell

Tue, 08/19/2008 - 23:45 | I will give that a go! -Matt

I will give that a go!

-Matt