lulufei / telepresence

Automatically exported from code.google.com/p/telepresence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

integrate telepresence with asterisk in AS mode

GoogleCodeExporter opened this issue · comments

how could i integrate telepresence with asterisk in AS mode? is there some 
documents about that. thanks very much!

Original issue reported on code.google.com by jff...@163.com on 16 Nov 2013 at 3:47

You just have to forward incoming INVITEs to telepresence.

e.g.:
Asterisk/extensions.conf:
exten => <BridgeID>,1,Dial(SIP/${EXTEN}@telepresence,,)

Asterisk/sip.conf:
[telepresence]
videosupport=yes
type=peer
host=<IPofTelepresence>
port=20060


Replace <BridgeID> and <IPofTelepresence>.



Original comment by tgi...@googlemail.com on 15 Apr 2014 at 3:05

hi... 

i have a question.... the account... have a password??

Original comment by d.estupi...@redgenial.co on 9 Jul 2014 at 3:17

where i put the password in the telepresence.cfg???

Original comment by d.estupi...@redgenial.co on 9 Jul 2014 at 3:44