I would like to add area code to local numbers, it worked like a charm on Asterisk 1.8 but does not work on Asterisk 13.11.Extensions.conf; worked before on Asterisk 1.8; Adding Area code to local numbersexten => _9XXXXXXX,n,Set(CALLERID(all)=$Calle..
Author : motty.cruz
fresh install of Asterisk 13.11.2, client unable to register.For now I have IPtables disabled, also selinux is disabled [1006]type=friendusername06secret=mysecretcontext=sip-phonecall-limit=1callerid=iuser disallow=allhost=dynamicallow=all any ideas?Than..
I have two Polycom phone configured with Asterisk server, both use transport=tls My provision server is FTPS, I have phone5006.cfg & phone5007.cfgIf I enable transport tls on both phones I get the following error:[2016-14:03:52] WARNING[26566]: chan_sip.c:14..
I finally secure SIP session between Asterisk server and a remote client. My questions is the following; do I need to open port 5061 UDP on my firewall or just port 5061 TCP for SIP sessions.? I am not interested in securing RTP only SIP sessions.Tha..
I am trying to secure SIP session with TLS on Asterisk Server 1.8. Ikeep getter an error, == Problem setting up ssl connection: error:14094418:SSLroutines:SSL3_READ_BYTES:tlsv1 alert unknown ca[2016-05-04 09:31:17] WARNING[30032]: tcptls.c:254 handle_tcptls_connection:F..
Am trying to get a script to call multiple destinations, for instance Ihave the following file:Channel: dahdi/g1/6078880CallerID: Room Tempeture MaxRetries: 2RetryTime: 60WaitTime: 20This works great for me, however I am trying to add a secondary numb..
I continued to see this errors in the logs:[2015-12-02 10:05:57] NOTICE[19949]: chan_sip.c:23277 handle_request_invite: Failed to authenticate device 100;tagcdeaf7how do I guard against this kinds of attacks? Also, to get the IP address from where t..
I am trying to forward number, in the past I was able to use this:;;;201-704-4482exten => 4695,1,Dial(dahdi/8/w73#w7044482)exten => 4695,2,Congestion exten => 4695,102,Congestionis that correct way to forward? the phone is with AT&T company. On A..
I am searching for a solution to encrypt authentication from Asterisk server to clients. Searching srtp seem to encrypt traffic, I just want client authentication with encryption. Can someone point to the right direction? has anybody used ZRTP? experie..
I would like to encrypt password between Asterisk servers and clients. is there an easy way to do so? I am running Asterisk 1.8.22.0 built on CentOS 6.3Tha..