i**w 发帖数: 883 | 1 sip.conf
=====================================
[general]
srvlookup=yes
#include sip_registrations.conf
#include sip_extensions.conf
#include sip_servers.conf |
|
g**d 发帖数: 723 | 2 sip.conf
=====================================
[general]
srvlookup=yes
在log里面过一会这个就pop up一个message. 是什么意思? |
|
r****t 发帖数: 10904 | 3 These are in my sip.conf
srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; Note: Asterisk only uses the first host
; in SRV records
; Disabling DNS SRV lookups disables the
; ability to place SIP calls based on domain
; names to some other SIP users on the
Internet
; Specifying a |
|
t***n 发帖数: 546 | 4 鉴于有人要求详细配置,现在把几个配置文件贴出来,欢迎大牛们指正
gtalk.conf***********************
[general]
context=google-in ; Context to dump call into
allowguest=yes
[guest] ; special account for options on guest account
disallow=all
allow=ulaw
context=google-in
[dummy-gtalk]
username=d***[email protected]
disallow=all
allow=ulaw
context=google-in
connection=dummy
[user3-gtalk]
username=u***[email protected]
disallow=all
allow=ulaw
context=google-in
connection=user3
[user1-gtalk]
username=u***[email protected]
disallow=all
... 阅读全帖 |
|
k****t 发帖数: 2288 | 5 装了1.8,也用了google talk,但是也用了sipgate来接sipgate的电话或者是用来打800
电话。但是现在我从sipgate的另外一个号码call这个650XXXXX2的电话得到如下的log
,给人的感觉就是进了outbound的了,好奇怪;看了一下externsion。conf,应该是
come in phone call会自动dial default的呀?
其他的都很正常:从1001往外打电话,接gtalk来的电话,但是没有办法接从sipgate过
来的电话。
== Using SIP RTP CoS mark 5
-- Executing [650XXXXXX2@outbound:1] Set("SIP/SipGate-0000001d", "
CALLERID(dnid)=1650XXXXXX2") in new stack
-- Executing [650XXXXXX2@outbound:2] Goto("SIP/SipGate-0000001d", "
1650XXXXXX2,1") in new stack
-- Goto (o... 阅读全帖 |
|
e******o 发帖数: 1160 | 6 用的dockstar,装的archlinux,安装的asterisk 1.8,很是奇怪,打中国电话老是出错
。。。。。
dockstar*CLI> sip show peers
Name/username Host Dyn Force
rport ACL Port Status
1001/1001 192.168.1.138 D N
A 5060 OK (215 ms)
1002 (Unspecified) D N
0 Unmonitored
SipGate/xxx 204.155.28.10 N
5060 OK (24 ms)
nonoh/bbb... 阅读全帖 |
|
a*****s 发帖数: 8146 | 7 gv在asterisk上可以双向通话
nonoh or voipraider可以打出电话.和拨打ip用户.
但是收不到其它用户打来的.
怎么解决啊.谢谢.
贴个sip.conf
---------------------------------------------------
general]
context=default ; Default context for incoming calls
allowoverlap=no ; Disable overlap dialing support. (Default
is yes)
bindport=5060 ; UDP Port to bind to (SIP standard port is
5060)
bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to
all)
tcpenable=no ; Ena... 阅读全帖 |
|
a*****s 发帖数: 8146 | 8 gv在asterisk上可以双向通话
nonoh or voipraider可以打出电话.和拨打ip用户.
但是收不到其它用户打来的.
怎么解决啊.谢谢.
贴个sip.conf
---------------------------------------------------
general]
context=default ; Default context for incoming calls
allowoverlap=no ; Disable overlap dialing support. (Default
is yes)
bindport=5060 ; UDP Port to bind to (SIP standard port is
5060)
bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to
all)
tcpenable=no ; Ena... 阅读全帖 |
|
m******t 发帖数: 4077 | 9 sip.conf
------------
[general]
context=default ; Default context for incoming calls
allowoverlap=no ; Disable overlap dialing support. (Default
is yes)
bindport=5060 ; UDP Port to bind to (SIP standard port is
5060)
bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to
all)
tcpenable=yes ; Enable server for incoming TCP connections
(default is no)
tcpbindaddr=0.0.0.0 ; IP address for TCP server t... 阅读全帖 |
|