Archives : October-2015
I use TLS and SRTP on all my extensions.I use openssl and distribute my root certificate to my endpoints. Most of the time my calls work just fine.Sometimes I receive a repeating error in my log files however, and I don’t know why this is happeni..
Our custom application sets some SIP headers that we want passed to the called party via asterisk in a simple proxy setup.It works fine for voice calls, but we also use SIP to send outofcall messages.I notice I cant use SIP_HEADER() to get those cus..
HelloI find very little feedback on the following warning/error when trying to connect to Google calendar :[Oct 26 12:11:14] WARNING[24926]: res_calendar_caldav.c:118 auth_credentials: Invalid username or password for CalDAV calendar cal1[Oct 26 12:11:..
I using PJSIP as sip driver, I wound like to get source IP on inbound calls from my peers,tried use Function_CHANNEL like${CHANNEL(pjsip,type,remote_addr)}but it returns only empty string, what I do..