Connecting to GMail

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
 
GMail_password - your GMail account password.<br>
 
GMail_password - your GMail account password.<br>
  
'''Note:''' The options=allowplainauth parameter is required, otherwise login will fail.<br>
+
'''Note:''' The options=allowplainauth parameter is required, otherwise login will fail.
 +
 
 
See [[Jabber_Client_With_Jingle_Yate_Server|Using jabber client in server mode]] and [[Yjinglechan|Jingle channel]] for more routing and setup details.
 
See [[Jabber_Client_With_Jingle_Yate_Server|Using jabber client in server mode]] and [[Yjinglechan|Jingle channel]] for more routing and setup details.
  

Revision as of 15:08, 3 April 2013

In this example:

GMail_username - your GMail username.
GMail_password - your GMail account password.

Note: The options=allowplainauth parameter is required, otherwise login will fail.

See Using jabber client in server mode and Jingle channel for more routing and setup details.


In accfile.conf :

[MyGMailAccount]
enabled=yes
protocol=jabber
username=GMail_username
password=GMail_password
domain=gmail.com
options=allowplainauth

In regexroute.conf :

[default]
; Route calls to contacts in MyGMailAccount roster
^123$=jingle/mycontact@domain;line=MyGMailAccount

; Route calls received on MyGMailAccount line
${in_line}MyGMailAccount=sip/sip:SIP_number@a.b.c.d


See also

Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers