별표 및 Google Voice를 사용하여 전화를 걸 수 없습니다.

별표 및 Google Voice를 사용하여 전화를 걸 수 없습니다.

Star 및 Google Voice를 사용하여 전화를 걸거나 받을 수 없습니다. 몇 년 전에 이 설정을 사용한 기억이 나기 때문에 작동할 것으로 예상했지만 아주 미묘한 조정만 있었습니다.

연결되어 있음을 알 수 있습니다.

*CLI> xmpp show connections
Jabber Users and their status:
       [xx] [email protected]     - Connected
----
   Number of clients: 1

별표가 상세 모드에 있으면 다음과 같은 결과가 표시됩니다.

*CLI>   == Using SIP RTP CoS mark 5
       > 0x7ff3b40073a0 -- Strict RTP learning after remote address set to: 192.168.1.15:4010
    -- Executing [18008008000@xx-google-out:1] Dial("SIP/xx-00000000", "Motif/xx/[email protected],,r") in new stack
    -- Called Motif/xx/[email protected]
    -- Motif/[email protected] is proceeding passing it to SIP/xx-00000000
  == Everyone is busy/congested at this time (1:0/0/1)
    -- Auto fallthrough, channel 'SIP/xx-00000000' status is 'CHANUNAVAIL'
  == Using SIP RTP CoS mark 5
       > 0x7ff3b4000910 -- Strict RTP learning after remote address set to: 192.168.1.15:4012
    -- Executing [18008008000@xx-google-out:1] Dial("SIP/xx-00000001", "Motif/xx/[email protected],,r") in new stack
    -- Called Motif/xx/[email protected]
    -- Motif/[email protected] is proceeding passing it to SIP/xx-00000001
  == Everyone is busy/congested at this time (1:0/0/1)
    -- Auto fallthrough, channel 'SIP/xx-00000001' status is 'CHANUNAVAIL'
       > Saved useragent "CSipSimple_achill-22/r2457" for peer xx

확장자.conf:

[general]
static=yes
;writeprotect=no

; added from forum ...
writeprotect=yes

priorityjumping=no
autofallthrough=yes

[global]
;DIALOUT=9
;RINGTIME=30

[default]
include => xx-google-out
include => xx-google-in

;https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google

[xx-google-out]
;exten => _1XXXXXXXXXX,1,Dial(Motif/xx/${EXTEN}@voice.google.com,,r)
;exten => _XXXXXXXXXX,1,Dial(Motif/xx/${EXTEN}@voice.google.com,,r)
;exten => _+1XXXXXXXXXX,1,Dial(Motif/xx/${EXTEN}@voice.google.com,,r)
exten => _1XXXXXXXXXX,1,Dial(Motif/xx/+${EXTEN}@voice.google.com,,r)


[xx-google-in]
exten => s,1,NoOp()
 same => n,Set(crazygooglecid=${CALLERID(name)})
 same => n,Set(stripcrazysuffix=${CUT(crazygooglecid,@,1)})
 same => n,Set(CALLERID(all)=${stripcrazysuffix})
 same => n,Dial(SIP/xx,20,D(:1))

모듈 구성 파일

[modules]
autoload=yes

;#load => chan_motif.so
;#load => res_xmpp.so

theme.conf:

[xx]
context=xx-google-in
disallow=all
allow=ulaw,g722
connection=xx

rtp.conf:

[general]
; specify start and end port range so firewall rules are easier to write
rtpstart=10000
rtpend=20000
icesupport=yes

sip.conf:

[xx]
allow=all
allowguest=no
type=peer
secret=SECRETGOESHERE
host=dynamic
context=xx-google-out

xmpp.conf:

[general]
[xx]
type=client
serverhost=talk.google.com
[email protected]
secret=SECRETGOESHERE
priority=25
port=5222
usetls=yes
usesasl=yes
status=available
statusmessage=Asterisk Instance - Google Talk - VoIP
timeout=5

답변1

Star와 Google Voice의 통합은 한동안 Google에서 호감을 얻지 못했습니다. 타사 XMPP는 2014~2015년 이후 공식적으로 지원되지 않으며 나머지 이전 구현은 이제 더 이상 사용되지 않습니다.

~에서Google 보이스 도움말 포럼

XMPP 상호 운용성 기능 업데이트

de Aaron G. - 제품 지원 관리자28/04

2018년 6월 18일부터 Google Voice의 마지막 XMPP 상호 운용성 기능을 새로운 Voice 플랫폼으로 이전하는 작업이 완료됩니다. 이번 마이그레이션을 통해 우리는 음성 사용자에게 이익과 즐거움을 줄 수 있는 강력하고 새로운 VoIP 기능을 개발할 수 있게 되었습니다.

XMPP 상호 운용성을 사용하는 지원되는 기기에서 Google Voice를 사용하는 경우 공급업체에 문의하여 서비스 중단을 방지할 수 있는 최상의 이전 경로를 결정하세요.

관련 정보