Asterisk DB viewer

asterisk

← Όλοι οι πίνακες

vicidial_server_carriers_copy

Σύνολο εγγραφών στον πίνακα: 12

carrier_id carrier_name registration_string template_id account_entry protocol globals_string dialplan_entry server_ip active carrier_description user_group key_id
OLD_SIPEXAMPLE OLD TEST SIP carrier example register => testcarrier:test@10.10.10.15:5060 --NONE-- [testcarrier] disallow=all allow=ulaw type=friend username=testcarrier secret=test host=dynamic dtmfmode=rfc2833 context=trunkinbound SIP TESTSIPTRUNK = SIP/testcarrier exten => _91999NXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log) exten => _91999NXXXXXX,2,Dial(${TESTSIPTRUNK}/${EXTEN:2},${CAMPDTO},To) exten => _91999NXXXXXX,3,Hangup 10.10.10.15 N ---ALL--- 1
OLD_IAXEXAMPLE OLD TEST IAX carrier example register => testcarrier:test@10.10.10.15:4569 --NONE-- [testcarrier] disallow=all allow=ulaw type=friend accountcode=testcarrier secret=test host=dynamic context=trunkinbound IAX2 TESTIAXTRUNK = IAX2/testcarrier exten => _71999NXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log) exten => _71999NXXXXXX,2,Dial(${TESTIAXTRUNK}/${EXTEN:2},${CAMPDTO},To) exten => _71999NXXXXXX,3,Hangup 10.10.10.15 N ---ALL--- 2
SIPExample SIP Example --NONE-- [ExampleSIP] type = peer context = trunkinbound usecallerid = yes trustrpid = no sendrpid = yes host = 10.10.10.15 qualify = yes insecure = port,invite disallow = all allow = ulaw dtmfmode = auto SIP SIPTRUNK = SIP/ExampleSIP exten => _91999NXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log) exten => _91999NXXXXXX,2,Dial(${SIPTRUNK}/${EXTEN:1},${CAMPDTO},To) exten => _91999NXXXXXX,3,Hangup ;Timeout Second and Force CallerID exten => _9830XXXX.,1,Set(TIMEOUT(absolute)=120) # 2 mins Limit exten => _9830XXXX.,2,Set(CALLERID(num)=2102203405) exten => _9830XXXX.,3,AGI(agi://127.0.0.1:4577/call_log) ;All Countries ;dial uk exten => _9644XXXXXX.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _9644XXXXXX.,2,Dial(SIP/intertelecom2/${EXTEN:2},,To) exten => _9644XXXXXX.,3,Hangup ;dial cy exten => _9635XXXXXX.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _9635XXXXXX.,2,Dial(SIP/intertelecom2/${EXTEN:2},,To) exten => _9635XXXXXX.,3,Hangup ;dial ge exten => _9649XXXXXX.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _9649XXXXXX.,2,Dial(SIP/intertelecom2/${EXTEN:2},,To) exten => _9649XXXXXX.,3,Hangup ;dial be exten => _9632XXXXXX.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _9632XXXXXX.,2,Dial(SIP/intertelecom2/${EXTEN:2},,To) exten => _9632XXXXXX.,3,Hangup ;dial usa exten => _960015XXXXXX.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _960015XXXXXX.,2,Dial(SIP/intertelecom2/${EXTEN:2},,To) exten => _960015XXXXXX.,3,Hangup ;dial it exten => _960039XXXXXX.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _960039XXXXXX.,2,Dial(SIP/intertelecom2/${EXTEN:2},,To) exten => _960039XXXXXX.,3,Hangup 0.0.0.0 N A SIP example carrier using IP Authentication ---ALL--- 3
PJSIPExample PJSIP Example --NONE-- [ExamplePJSIP] type = aor contact = sip:10.10.10.15 qualify_frequency = 15 maximum_expiration = 3600 minimum_expiration = 60 default_expiration = 120 [ExamplePJSIP] type = identify endpoint = ExamplePJSIP match = 10.10.10.15 [ExamplePJSIP] type = endpoint context = trunkinbound dtmf_mode = rfc4733 disallow = all allow = ulaw rtp_symmetric = yes rewrite_contact = yes rtp_timeout = 60 use_ptime = yes moh_suggest = default direct_media = no trust_id_inbound = yes send_rpid = yes inband_progress = no tos_audio = ef language = en aors = ExamplePJSIP dtmf_mode=auto PJSIP PJTRUNK=ExamplePJSIP exten => _91999NXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log) exten => _91999NXXXXXX,n,Dial(PJSIP/${EXTEN:1}@${PJTRUNK},${CAMPDTO},To) exten => _91999NXXXXXX,n,Hangup() 0.0.0.0 N A PJSIP example carrier using IP authentication ---ALL--- 4
PJSIPWIZExample PJSIP_WIZ Example --NONE-- [ExamplePJSIPWIZ] type = wizard remote_hosts = 10.10.10.15:5060 sends_registrations = no accepts_registrations = no sends_auth = no accepts_auth = no aor/qualify_frequency = 15 aor/maximum_expiration = 3600 aor/minimum_expiration = 60 aor/default_expiration = 120 endpoint/allow_subscribe = no endpoint/context = trunkinbound endpoint/dtmf_mode = auto endpoint/disallow = all endpoint/allow = ulaw endpoint/rtp_symmetric = yes endpoint/rewrite_contact = yes endpoint/rtp_timeout = 60 endpoint/use_ptime = yes endpoint/moh_suggest = default endpoint/direct_media = no endpoint/trust_id_inbound = yes endpoint/send_rpid = yes endpoint/inband_progress = no endpoint/tos_audio = ef endpoint/language = en PJSIP_WIZ WIZTRK=ExamplePJSIPWIZ exten => _91999NXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log) exten => _91999NXXXXXX,n,Dial(PJSIP/${EXTEN:1}@${WIZTRK},${CAMPDTO},To) exten => _91999NXXXXXX,n,Hangup() 0.0.0.0 N A PJSIP_WIZ example carrier using IP authentication ---ALL--- 5
5000 Voiceland register => 302109862835:ULuoDM3PXWzQb@appelgroup.sip.voiceland.services:65060/302109862835 --NONE-- [voiceland] Username=302109862835 Fromuser=302109862835 secret=ULuoDM3PXWzQb host=appelgroup.sip.voiceland.services port=65060 context=trunkinbound type=peer transport=udp disallow=all allow=alaw:20 allow=g729:20 qualify=yes nat=force_rport,comedia insecure=port,invite t38pt_udptl=yes dtmfmode=auto canreinvite=no SIP exten => _9130XXXXXX.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _9130XXXXXX.,2,Dial(SIP/voiceland/${EXTEN:2},,To) exten => _9130XXXXXX.,3,Hangup 0.0.0.0 Y ---ALL--- 6
5001 MicroBase register => 1234:5678@sip.ephone.gr:5060 --NONE-- [ePhone] type=peer host=sip.ephone.gr username=1234 fromuser=1234 secret=5678 port=5060 qualify=yes canreinvite=no directmedia=no insecure=port,invite disallow=all allow=g729 context=trunkinbound SIP exten => _9230XXXXXX.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _9230XXXXXX.,2,Dial(SIP/ePhone/${EXTEN:2},,To) exten => _9230XXXXXX.,3,Hangup 0.0.0.0 N ---ALL--- 7
5002 Forthnet --NONE-- [FORTHNET_CISCO] type = friend host = 192.168.1.15 nat = no dtmfmode = rfc2833 disallow = all allow = alaw allow = ulaw permit = 192.168.1.0/24 insecure = very canreinvite = no context = trunkinbound qualify = yes SIP exten => _9330XXXXXX.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _9330XXXXXX.,2,Dial(SIP/FORTHNET_CISCO/${EXTEN:4},,To) exten => _9330XXXXXX.,3,Hangup 0.0.0.0 N ---ALL--- 8
5003 Modulus register => xxxxx:xxxxx@voips.modulus.gr:5060/xxxxxx --NONE-- [modulus] disallow=all defaultuser=xxxxxx type=peer t38pt_udptl=yes setvar=FAXOPT=yes secret=xxxxxxx fromuser=xxxxxxx qualify=yes nat=no insecure=port,invite host=voips.modulus.gr dtmfmode=rfc2833 context=trunkinbound canreinvite=no allow=g722 allow=alaw allow=g729 trustrpid=yes sendrpid=yes SIP exten => _9430XXXXXX.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _9430XXXXXX.,2,Dial(SIP/modulus/${EXTEN:4},,To) exten => _9430XXXXXX.,3,Hangup 0.0.0.0 N ---ALL--- 9
5004 Intertelecom register => ITXXXX:xxxxxxxxxxxxxxxx@voip.intertelecom.gr:5060 --NONE-- [intertelecom] type=peer host=voip.intertelecom.gr username=ITXXXX fromuser=ITXXXX secret=xxxxxxxxxxxxxxxx port=5060 insecure=port,invite disallow=all allow=alaw,ulaw context=trunkinbound nat=yes trustrpid=yes sendrpid=yes progressinband=yes qualify=yes SIP exten => _9930XXXXXX.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _9930XXXXXX.,2,Dial(SIP/intertelecom/${EXTEN:2},,To) exten => _9930XXXXXX.,3,Hangup 0.0.0.0 N ---ALL--- 10
5005 smartvoip register => uuuuu:pppppppp@sip.smart-voip.eu:5060 --NONE-- [smartvoip] username=uuuuuuu type=peer secret=pppppppp qualify=yes port=5060 nat=yes insecure=port,invite host=sip.smart-voip.eu dtmfmode=rfc2833 disallow=all directmedia=no context=trunkinbound canreinvite=no allow=alaw,ulaw fromdomain=sip.smart-voip.eu sendrpid=yes fromuser=uuuuu SIP exten => _9830XXXXXX.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _9830XXXXXX.,2,Dial(SIP/smartvoip/${EXTEN:2},,To) exten => _9830XXXXXX.,3,Hangup 0.0.0.0 N ---ALL--- 11
5006 Yuboto register => YYYYYYYY:PPPPPPPP@213.144.173.77:5060/YYYYYYYY --NONE-- [yuboto] host=213.144.173.77 port=5060 fromdomain=213.144.173.77 username=YYYYYYYY fromuser=YYYYYYYY nat=yes secret=PPPPPPPP qualify=yes canreinvite=no dtmfmode=rfc2833 t38pt_udptl=yes type=peer context=trunkinbound insecure=port,invite disallow=all allow=alaw allow=ulaw SIP exten => _9730XXXXXX.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _9730XXXXXX.,2,Dial(SIP/yuboto/${EXTEN:2},,To) exten => _9730XXXXXX.,3,Hangup 0.0.0.0 N ---ALL--- 12
Σελίδα 1 / 1