ianblenke / telepresence

Automatically exported from code.google.com/p/telepresence
0 stars 0 forks source link

integrate telepresence with asterisk in AS mode #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
hi... 

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

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

GoogleCodeExporter commented 8 years ago
where i put the password in the telepresence.cfg???

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