m****m 发帖数: 2452 | 1 Dialplan 是NXXNXXXXX
抄的那个SLICKDEAL上的
LOG是在哪里查?FREEPBX? |
|
|
r****t 发帖数: 10904 | 3 查前面 asterisk + nonoh 的例子,有帖过的。 |
|
|
y*c 发帖数: 904 | 5 也碰到过。
现在用gv sipgate ata 就是拨号需要上网拨一下,但是稳定很多啊,也不要等很长时
间。 |
|
|
h****f 发帖数: 200 | 7 我也有这个问题,有几次都是16、17分钟左右断掉 |
|
r****t 发帖数: 10904 | 8 查 ATA re-注册 asterisk 的时间间隔,调到 10 分钟以内? |
|
|
c*******o 发帖数: 1722 | 10 changed register from 3600 default to 600 (10 minutes)
still have the same problem. anything else i can try?
thx |
|
c*******o 发帖数: 1722 | 11 also, the voice volume seems to be very low. can we
adjust the volume higher somewhere?
googled but cannot seem to find the answer.
thx |
|
r****t 发帖数: 10904 | 12 search "channel gain asterisk" |
|
r****t 发帖数: 10904 | 13 那 asterisk 到 sipgate 注册的时间呢? |
|
c*******o 发帖数: 1722 | 14 这个是不是要:
1. create a Zap channel for sip DID using sipgate number
2. for my extension, change "context" to "from-zaptel".the default
setting for "context" is "from-internal"
3. change settings in the "zapata.conf" for rx/tx such that the volume
will be high enough but without echo
am i right? |
|
r****t 发帖数: 10904 | 15 Most likely you want to change the gain of your SIP channels defined in
sip.conf, I guess the setting is done in extensions.conf |
|
c*******o 发帖数: 1722 | 16 give up for now. cannot figure it out. |
|
s*******d 发帖数: 4135 | 17 刚刚也经历了同样的问题,给amazon打电话,总是put on hold,15分钟的时候自动被
断掉了。网上搜了一圈,应该是google voice的问题。 |
|
c*******o 发帖数: 1722 | 18 我给google voice报告了这个问题,so far, no changes. |
|
s*******d 发帖数: 4135 | 19 这个问题好像去年7月份的时候就有人报告了。是不是跟地区有关? |
|
r****t 发帖数: 10904 | 20 看这个帖子
http://www.mitbbs.com/clubarticle/voip/31208069_3.html
这个是我的 nonoh 打中国的 dialplan, 里面这样设置音量:
Set(VOLUME(TX)=level)
[outbound-nonoh-china]
exten => _0Z.,1,Set(GROUP(nonoh)=OUTBOUND_GROUP_ONCE))
exten => _0Z.,n,Set(CALLERID(num)=1xxxxx)
exten => _0Z.,n,Set(VOLUME(TX)=2)
exten => _0Z.,n,Set(VOLUME(RX)=0)
exten => _0Z.,n,GotoIf($[${GROUP_COUNT(OUTBOUND_GROUP_ONCE@nonoh)}>1]?InUse)
exten => _0Z.,n,NoOp(Calling 86${EXTEN:1})
exten => _0Z.,n,Dial(SIP/86${EXTEN:1}@nonoh)
exten => _0Z.,n,Hangup()
ex... 阅读全帖 |
|
r****t 发帖数: 10904 | 21 其实我隐约记得最早折腾这个的时候遇到过 15 min 断线的问题,后来不记得咋解决的了,在本版把我自己的帖子翻完了也没找到。
最好能 post 你的 sip.conf 文件,
sip show peer 的输出,和
ata 设置
需要有详细的 log 的话:
asterisk -rvvvvvdddddg | tee /tmp/my_output.txt |
|
s*******d 发帖数: 4135 | 22 我fix这个问题,测试了几次都可以通话超过20分钟。修改很简单,打开这个文件:/
etc/asterisk/sip.conf,在文件的最后一行加上这一句:
session-expires=3600 |
|
r****t 发帖数: 10904 | 23 我也怀疑他这个设置,不过这个默认是 3600 对吧。 |
|
s*******d 发帖数: 4135 | 24 默认不是3600,好像就是900或者1800.我换成3600之后就没有问题了。开始还以为是
google voice的问题。 |
|
r****t 发帖数: 10904 | 25 是 1800 我刚刚查了,那也是 30 分钟啊。 |
|
|
c*******o 发帖数: 1722 | 27 thanks for the info. i will test tonight. |
|
c********g 发帖数: 33 | 28 实测:
1
session-expires=3600
=> 30分钟断线
2
session-timers=originate
session-expires=360
=> 3分钟断线
3
session-timers=refuse
session-expires=360
=> 30+分钟, 未断线 |
|
|
c*******o 发帖数: 1722 | 30 have a question. do you need reboot after change? |
|
s*******d 发帖数: 4135 | 31 我觉得只需要重新启动asterisk的服务就可以了吧 |
|
c*******o 发帖数: 1722 | 32 i see. i will just reboot anyway. thx |
|
s*******d 发帖数: 4135 | 33 你的测试结果如何?我没有耐心等30分钟,呵呵。 |
|
s*******d 发帖数: 4135 | 34 你的测试结果如何?我没有耐心等30分钟,呵呵。 |
|
c*******o 发帖数: 1722 | 35 have not tested it yet. will update when it is done. |
|
c*******o 发帖数: 1722 | 36 it works.set up as in 3.打了1个小时3分钟。
应该还可以更长,打不动了 hoho... |
|
C*******1 发帖数: 422 | 37
Add a trunk then add a outbound route. That is it. |
|
|
l*****7 发帖数: 1125 | 39 DOCKSTAR上装的,没装freepbx
; sip.conf
[general]
register => 17470026666:6**[email protected]/17470026666
[Gizmo]
type=peer
host=proxy01.sipphone.com
outboundproxy=proxy01.sipphone.com
insecure=invite
qualify=yes
dtmfmode=rfc2833
username=17470026666
defaultuser=17470026666
fromuser=17470079210
outboundproxy=proxy01.sipphone.com
secret= 6666
context=gizmo_in
disallow=all
allow=ulaw
[102]
type=friend
host=dynamic
nat=yes
qualify=yes
context=sip
defaultuser=102
secret=102
callerid=102
mailbox=102
然... 阅读全帖 |
|
m****m 发帖数: 2452 | 40 是不是这样就没有必要装FREEPBX了?
今天找另一个USB盘,就这么折腾一下。 |
|
|
s*******d 发帖数: 4135 | 42 total used free shared buffers cached
Mem: 124080 99632 24448 0 16608 42544
-/+ buffers/cache: 40480 83600
Swap: 297196 36212 260984
我装了asterisk, freepbx, apache,mysql,samba, rtorrent,rutorrent
torrent下载都是满速。 |
|
|
a9 发帖数: 21638 | 44 google voice要进到asterisk里,需要一个中转。最新的asterisk 1.8可以支持用
jabber协议直接连google voice。
也可以用sipgate、gizmo等。
如果想用web页面管理,还可以装freepbx。 |
|
s*******d 发帖数: 4135 | 45 很奇怪,设置没有改动过,以前一直都很好,最近突然不行了。我查了一下freepbx里
面incoming route的设置,GV-Callback没有问题,正是按照chihuo所说的设置。 |
|
s*******e 发帖数: 182 | 46 windows的话折腾sipsorcery;
linux的话折腾asterisk/freepbx, freeswitch |
|
|
e******o 发帖数: 1160 | 48 如果是在pc上安装,那还不如安装pbx in a flash。 |
|
|
a9 发帖数: 21638 | 50 你总不能每次启动都运行一次吧。
到asterisk源码目录下运行 make config |
|