⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 astercrm.conf.php

📁 voip开源项目
💻 PHP
字号:
[database]
;
; Database connection parameter

dbtype = mysql

dbhost = 127.0.0.1
dbname = astercrm
username = 
password = 

[asterisk]
;
; Asterisk connection parameter

server = 127.0.0.1
;should be matched in manager.conf
port = 5038
username = 
secret = 

; Recorded file path
monitorpath = /var/spool/asterisk/monitor/

; gsm,wav,wav49
monitorformat = gsm


[system]

log_enabled = 1
;Log file path
log_file_path = /tmp/astercrmDebug.log

;
; Asterisk context parameter, use which context when dial in or dial out
;

;context when dial out, in trixbox this could be from-internal
outcontext = from-sipuser

;context when dial in, in trixbox this could be from-trunk
incontext = from-sipuser



; Asterisk context parameter, use which context and extenstion
; when predictive dialer connect the call
;

;predialer_context = from-siptrunk
;predialer_extension = 1


;
; astercrm wouldnot pop-up unless the length of callerid is greater than
; this number
;

phone_number_length = 6

;
; if astercrm trim fellowing prefix, use gamma to sperate
; leave it blank if no prefix need to be removed

trim_prefix = 0,9

;
; if your astercrm work on the same server with asterisk, set to true
; when astercrm start a call, it would drop a .call file to asterisk spool
; or else astercrm would use AMI command: Originate to start a call
;
allow_dropcall = 0

;
; if astercrm allow same customer name
;

allow_same_data = 0

; define what information would be displayed in portal page
; customer | note
portal_display_type = note

;
; astercrm wouldnot pop-up when dial out unless this parameter is true
;
pop_up_when_dial_out = 1

;
; astercrm wouldnot pop-up when dial in unless this parameter is true
;
pop_up_when_dial_in = 1

;
; browser will maximize when pop up
;
browser_maximize_when_pop_up = 0

;
; which phone ring first when using click to dial
;

;caller | callee
firstring = caller

;
; astercrm will use external crm software if this parameter is true
;
enable_external_crm = 0

;
; astercrm will show contact
;
enable_contact = 0

;
; asterCRM will open a new browser window when need popup
;
open_new_window = 0

;
; when using external crm, put default page here
;
external_crm_default_url = http://www.magiclink.cn

;
; when using external crm, put pop up page here
; %callerid		callerid
; %calleeid		calleeid
; %method		dialout or dialin
;
external_crm_url = http://www.magiclink.cn/index.html?callerid=%callerid&calleeid=%calleeid&method=%method

upload_file_path = ./upload/

detail_level = all

[google-map]

key = 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -