dslreports logo
 
    All Forums Hot Topics Gallery
spc
Search similar:


uniqs
205
twinclouds
join:2010-06-12
San Diego, CA

twinclouds

Member

Anyway to back up GV/XMPP with another VOIP service?

As Obi claim official support for GV, I am thinking using GV/XMPP on asterisk as my main VOIP route again. However, just to be safe, I would like to add another VOIP service, e.g., localphone as backup just in case GV goes down for some reason.
For dial out, I added the lines of using localphone:
"exten => _9.,1,Dial(SIP/${EXTEN:1}@localphone,30,tr)
exten => _9.,2,Playback(invalid)
exten => _9.,3,Hangup"
after the line:
"exten => _1NXXNXXXXXX,1,Dial(Gtalk/gtalk_account/${EXTEN}@voice.google.com)"
If I remove either set, I can dial out. However, when I put them together but give jabber wrong password so it would not register to simulator for some reason the registration fail. Asterisk appears stuck with GV to report that jabber didn't log in.
Has anything tried something similar? Any help will be greatly appreciated. Thanks in advance.