* You are viewing the archive for August 31st, 2010

Logging the CID from the Privacy Manager

Hi folks,

My v1.6 Asterisk system logs all Call Detail Records to a PostgreSQL
database, including those handled by the Privacy Manager.
Unfortunately, even though I can use the CLI to see the information
being submitted by anonymous callers to satisfy the demands of the the
Privacy Manager, that information is not recorded in the database.
Instead, all that is written to it:

clid: “Privacy Manager”
src: anonymous

Can the number submitted to the Privacy Manager somehow be recorded in
the database, instead of “anonymous”?

Thanks,

Jaap

PS — Currently, the configuration I’m using in the dialplan for the
Privacy Manager looks like this:

exten => jw,1,Verbose( — CID is <${CALLERID(num)}>)
exten => jw,n,GotoIf($[${CALLERID(num)}=anonymous]?true:false)
exten => jw,n(true),Set(CALLERID(num)=)
exten => jw,n(false),NoOp()
exten => jw,n,Verbose( — CID is <${CALLERID(num)}>)
exten => jw,n,PrivacyManager(3,10)
exten => jw,n,GotoIf($[${PRIVACYMGRSTATUS}=FAILED]?bad)
exten => jw,n,Verbose( — CID is <${CALLERID(num)}>)
exten => jw,n,Dial(SIP/1000,60,w)
exten => jw,n(bad),Playback(im-sorry)
exten => jw,n,Playback(vm-goodbye)
exten => jw,n,Hangup()

STUN

Hello, i want to instal STUN Server in my Asterisk-PC. is it possible ? if
yes, how kann i do it ? where can i find STUN Program?
Thanks for your help.

No audio on call forward after upgrade fromAsterisk 1.4 to 1.6

You’re probably not going to buy this, but if custom/ceh-meetingmsg is less
than 7 seconds long, it could be playing before the connection is
established.

Pickup parcked call from Aastra9480i ctcordless

> Is the phone defined as a SIP extension/peer? If so, try “sip set debug
> peer xxx” and try the call/pickup again.

Yes, and doing so, the phone could no longer dial out, bizare.

>> Yes, after I can pick it up from my phone (9133i), and it works. I had
>> verbosity at 6 at the moment of testing. When he enters 701, only his
>> phones
>> displays “Failed”, nothing in asterisk. I can pickup after that on mine.
>
> Is there a dial plan on the phone that you need to alter?

Yes : “x+#|xx+*”, same as mine.

After the problem with dial-out stated on top, we rebooted the phone another
time, and now everithing works… That was strange…

Pickup parcked call from Aastra 9480i ctcordless

> Yes, after I can pick it up from my phone (9133i), and it works. I had
> verbosity at 6 at the moment of testing. When he enters 701, only his phones
> displays “Failed”, nothing in asterisk. I can pickup after that on mine.

Is there a dial plan on the phone that you need to alter?