Blog
asterisk,cisco,cisco 79xx,Grandstream HT503,sccp,setup,sip,SPA 3000,voip
asterisk,cisco,cisco 79xx,Grandstream HT503,sccp,setup,sip,SPA 3000,voip
15806
paged,page-template,page-template-blog-large-image,page-template-blog-large-image-php,page,page-id-15806,paged-2,page-paged-2,theme-bridge,bridge-core-2.1,woocommerce-no-js,ajax_fade,page_not_loaded,,columns-4,qode-theme-ver-19.7,qode-theme-bridge,qode_header_in_grid,wpb-js-composer js-comp-ver-6.1,vc_responsive
Posted at 09:02h
in
Configurations
Which Cisco 79??. It could be a later model, which you could flash it so as to use SIP.
Anyway, try the below:
1. Download and install sccp, Chan_SCCP.
cd /usr/src
wget https://www.atken.eu/voip/v3.1.zip
unzip v3.1.zip
cd to the directory created
./configure
make
make install
2.If there is no TFTP server on your pbx, please do install (it exists on...
Posted at 09:01h
in
Configurations
The NAT configuration can be found in /etc/asterisk/sip_general_custom.conf (on elastix, at least) and not in sip.conf as stated in other forums. Do not edit sip.conf.
The example below assumes that your Asterisk PBX has an IP address of 192.168.1.X:
externip=XXX.XXX.XXX.XXX (This is your static public IP. Instead of...
Posted at 09:00h
in
Configurations
For Greece, OTE, the signalling is ptmp.
Hence, the configs below apply for ISDN BRI B400P and TDM400P PSTN:
system.conf:
Span 1: B4/0/1 "B4XXP (PCI) Card 0 Span 1" (MASTER)
span=1,1,0,ccs,ami
# termtype: te
bchan=1-2
hardhdlc=3
echocanceller=oslec,1-2
# Span 2: B4/0/2 "B4XXP (PCI) Card 0 Span 2"
span=2,2,0,ccs,ami
# termtype: te
bchan=4-5
hardhdlc=6
echocanceller=oslec,4-5
# Span 3: WCTDM/4 "Wildcard TDM400P REV...