Provider Configuration: Peopleline
From FreeSWITCH Wiki
NOTE All the text below was last edited in 2010, it is therefore likely out-of-date, inaccurate and in dire need of a refresh
Peopleline (Vancouver, Canada)
Peopleline supports BYOD (bring your own device), and if you inform them of this, they will provide you information like this:
- Display Name: 604XXXXXXX
- Username: 604XXXXXXX
- Password: password
- Authorization User Name: 604YYYYYYY (normally the same as the username)
- Domain: rmd.ucantalk.net (the domain will vary depending on which area of Metro Vancouver you are located in -- rmd, gs, gl, gk, etc.)
- Outbound Proxy: op.ucantalk.net:5062
<include> <gateway name="peopleline"> <param name="username" value="604XXXXXXX"/> <param name="from-user" value="604XXXXXXX"/> <param name="from-domain" value="rmd.ucantalk.net"/> <param name="extension" value="604XXXXXXX"/> <param name="auth-username" value="604YYYYYYY"/> <param name="password" value="password"/> <param name="proxy" value="rmd.ucantalk.net"/> <param name="register-proxy" value="rmd.ucantalk.net"/> <param name="outbound-proxy" value="op.ucantalk.net:5062"/> <param name="expire-seconds" value="1800"/> <param name="register" value="true"/> <param name="register-transport" value="udp"/> <param name="retry-seconds" value="60"/> <param name="caller-id-in-from" value="false"/> <param name="ping" value="60"/> </gateway> </include>

