Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrate telepresence with asterisk in AS mode #18

Open
GoogleCodeExporter opened this issue Sep 6, 2015 · 3 comments
Open

integrate telepresence with asterisk in AS mode #18

GoogleCodeExporter opened this issue Sep 6, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 16 Nov 2013 at 3:47

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 15 Apr 2014 at 3:05

@GoogleCodeExporter
Copy link
Author

hi... 

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

Original comment by [email protected] on 9 Jul 2014 at 3:17

@GoogleCodeExporter
Copy link
Author

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

Original comment by [email protected] on 9 Jul 2014 at 3:44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant