返回列表 發帖

【角色茶桌】—— Asterisk 1.8 Google Voice Incoming问题

因为Google Voice的来电会问你是否愿意接受来电,如果想得话请按1号键,还有GV的进入要用public或者用default channel,而没有特等的channel,这样做成有些不便。

; * This extension is where any external SIP calls should route to
[default]
exten => s,1,Dial(SIP/2002,20,D(:1))

不知道大家是否能想其他VoIP公司一样,在注册的时候,有incoming trunk指向?


角色

本帖最後由 角色 於 2011-9-25 16:59 編輯

现在问题是,如果你需要每次都听GV发过来的message,用下面的command

extern => 1,Dial(SIP/2000,30)

理论上,你每次都会听到GV发过来的Voice Message,但是由于你的Pickup phone signal,没有被GV识别出来(中间传送出了问题,究竟问题在哪里呢?),那么你在等GV发过来的声音,而Caller只听到ringing,大家都是一个等字。

MT说,没有在FreeSwitch和OBi1xx的device听到,那么问题出自Asterisk 1.8本身就非常大。
http://pbxinaflash.com/forum/sho ... 41&postcount=57

角色

TOP

May I have a look at your files gtalk.conf and jabber.conf for completeness?

YH

TOP

回復 4# ckleea

How can we set the incoming context [from-GV] in either jabber.conf or/and gtalk.conf?

YH

TOP

Many thanks。

YH

TOP

回復 7# ckleea

With the context = from-GV, now the incoming call from GV can be separately directed to the one that want instead of the general/public entry of "s".

YH

TOP

I would like to have a complete example for Asterisk 1.8 + Multiple GV accounts including the configurations in gtalk.conf jabber.conf, sip.conf, users.conf, and extensions.conf such that we may refer them whenever needed. Also it would provide a very good reference to other people who would like to do the same task since there are not many examples showing the GV incoming task.

YH

TOP

The GV incoming problem has already been solved. For details, please take a look at the following thread: http://www.telecom-cafe.com/foru ... &extra=page%3D1

YH

TOP

返回列表