c*******o 发帖数: 1722 | |
y*c 发帖数: 904 | 2 也碰到过。
现在用gv sipgate ata 就是拨号需要上网拨一下,但是稳定很多啊,也不要等很长时
间。 |
s*******d 发帖数: 4135 | |
h****f 发帖数: 200 | 4 我也有这个问题,有几次都是16、17分钟左右断掉
【在 y*c 的大作中提到】 : 也碰到过。 : 现在用gv sipgate ata 就是拨号需要上网拨一下,但是稳定很多啊,也不要等很长时 : 间。
|
r****t 发帖数: 10904 | 5 查 ATA re-注册 asterisk 的时间间隔,调到 10 分钟以内?
【在 c*******o 的大作中提到】 : 15分钟自动断掉,是设置有问题么?
|
c*******o 发帖数: 1722 | 6 能再详细点么?
【在 r****t 的大作中提到】 : 查 ATA re-注册 asterisk 的时间间隔,调到 10 分钟以内?
|
c*******o 发帖数: 1722 | 7 changed register from 3600 default to 600 (10 minutes)
still have the same problem. anything else i can try?
thx
【在 r****t 的大作中提到】 : 查 ATA re-注册 asterisk 的时间间隔,调到 10 分钟以内?
|
c*******o 发帖数: 1722 | 8 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
【在 c*******o 的大作中提到】 : changed register from 3600 default to 600 (10 minutes) : still have the same problem. anything else i can try? : thx
|
r****t 发帖数: 10904 | 9 search "channel gain asterisk"
【在 c*******o 的大作中提到】 : 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 | 10 那 asterisk 到 sipgate 注册的时间呢?
【在 c*******o 的大作中提到】 : changed register from 3600 default to 600 (10 minutes) : still have the same problem. anything else i can try? : thx
|
|
|
c*******o 发帖数: 1722 | 11 where do i change this setting?
i looked at freePBX web management and could not
seem to find it.
thx
【在 r****t 的大作中提到】 : 那 asterisk 到 sipgate 注册的时间呢?
|
c*******o 发帖数: 1722 | 12 这个是不是要:
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 的大作中提到】 : search "channel gain asterisk"
|
r****t 发帖数: 10904 | 13 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 的大作中提到】 : 这个是不是要: : 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?
|
c*******o 发帖数: 1722 | 14 give up for now. cannot figure it out.
【在 r****t 的大作中提到】 : 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
|
s*******d 发帖数: 4135 | 15 刚刚也经历了同样的问题,给amazon打电话,总是put on hold,15分钟的时候自动被
断掉了。网上搜了一圈,应该是google voice的问题。 |
c*******o 发帖数: 1722 | 16 我给google voice报告了这个问题,so far, no changes.
【在 s*******d 的大作中提到】 : 刚刚也经历了同样的问题,给amazon打电话,总是put on hold,15分钟的时候自动被 : 断掉了。网上搜了一圈,应该是google voice的问题。
|
s*******d 发帖数: 4135 | 17 这个问题好像去年7月份的时候就有人报告了。是不是跟地区有关? |
s*******d 发帖数: 4135 | 18 我刚用local sipsorcery测试了一下,连了20分钟,没有断掉。看来应该是asterisk或
者freepbx的设置问题了。 |
r****t 发帖数: 10904 | 19 看这个帖子
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()
exten => _0Z.,n(InUse),playback(simul-call-limit-reached)
exten => _0Z.,n,Hangup()
【在 c*******o 的大作中提到】 : 这个是不是要: : 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 | 20 其实我隐约记得最早折腾这个的时候遇到过 15 min 断线的问题,后来不记得咋解决的了,在本版把我自己的帖子翻完了也没找到。
最好能 post 你的 sip.conf 文件,
sip show peer 的输出,和
ata 设置
需要有详细的 log 的话:
asterisk -rvvvvvdddddg | tee /tmp/my_output.txt
【在 c*******o 的大作中提到】 : 15分钟自动断掉,是设置有问题么?
|
|
|
s*******d 发帖数: 4135 | 21 我fix这个问题,测试了几次都可以通话超过20分钟。修改很简单,打开这个文件:/
etc/asterisk/sip.conf,在文件的最后一行加上这一句:
session-expires=3600 |
r****t 发帖数: 10904 | 22 我也怀疑他这个设置,不过这个默认是 3600 对吧。
【在 s*******d 的大作中提到】 : 我fix这个问题,测试了几次都可以通话超过20分钟。修改很简单,打开这个文件:/ : etc/asterisk/sip.conf,在文件的最后一行加上这一句: : session-expires=3600
|
s*******d 发帖数: 4135 | 23 默认不是3600,好像就是900或者1800.我换成3600之后就没有问题了。开始还以为是
google voice的问题。 |
r****t 发帖数: 10904 | 24 是 1800 我刚刚查了,那也是 30 分钟啊。
【在 s*******d 的大作中提到】 : 默认不是3600,好像就是900或者1800.我换成3600之后就没有问题了。开始还以为是 : google voice的问题。
|
s*******d 发帖数: 4135 | |
c*******o 发帖数: 1722 | 26 thanks for the info. i will test tonight.
【在 s*******d 的大作中提到】 : 看这里:https://issues.asterisk.org/view.php?id=16748 : 总之改成3600后就解决问题了。
|
c********g 发帖数: 33 | 27 实测:
1
session-expires=3600
=> 30分钟断线
2
session-timers=originate
session-expires=360
=> 3分钟断线
3
session-timers=refuse
session-expires=360
=> 30+分钟, 未断线 |
c*******o 发帖数: 1722 | 28 信你的,let me try try...
【在 c********g 的大作中提到】 : 实测: : 1 : session-expires=3600 : => 30分钟断线 : 2 : session-timers=originate : session-expires=360 : => 3分钟断线 : 3 : session-timers=refuse
|
c*******o 发帖数: 1722 | 29 have a question. do you need reboot after change?
【在 c********g 的大作中提到】 : 实测: : 1 : session-expires=3600 : => 30分钟断线 : 2 : session-timers=originate : session-expires=360 : => 3分钟断线 : 3 : session-timers=refuse
|
s*******d 发帖数: 4135 | 30 我觉得只需要重新启动asterisk的服务就可以了吧 |
|
|
c*******o 发帖数: 1722 | 31 i see. i will just reboot anyway. thx
【在 s*******d 的大作中提到】 : 我觉得只需要重新启动asterisk的服务就可以了吧
|
s*******d 发帖数: 4135 | 32 你的测试结果如何?我没有耐心等30分钟,呵呵。 |
s*******d 发帖数: 4135 | 33 你的测试结果如何?我没有耐心等30分钟,呵呵。 |
c*******o 发帖数: 1722 | 34 have not tested it yet. will update when it is done.
【在 s*******d 的大作中提到】 : 你的测试结果如何?我没有耐心等30分钟,呵呵。
|
c*******o 发帖数: 1722 | 35 it works.set up as in 3.打了1个小时3分钟。
应该还可以更长,打不动了 hoho...
【在 c*******o 的大作中提到】 : have a question. do you need reboot after change?
|