User Tools

Site Tools


voice:pbx:freepbx:freepbx_find_me_follow_me

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
voice:pbx:freepbx:freepbx_find_me_follow_me [2016/08/10 16:44]
jcooper
voice:pbx:freepbx:freepbx_find_me_follow_me [2016/11/23 09:11] (current)
gcooper
Line 2: Line 2:
  
 FIXME Incomplete FIXME Incomplete
 +
 +**VMX Locater - Personal IVRs**: https://www.freepbx.org/voicemail-vmx%E2%84%A2-locater-whats-that/
  
 http://wiki.freepbx.org/display/FPG/Follow+Me+Module http://wiki.freepbx.org/display/FPG/Follow+Me+Module
Line 28: Line 30:
  
 http://wiki.freepbx.org/display/FPG/Extensions+Module+-+SIP+Extension#ExtensionsModule-SIPExtension-FindMe/FollowMe http://wiki.freepbx.org/display/FPG/Extensions+Module+-+SIP+Extension#ExtensionsModule-SIPExtension-FindMe/FollowMe
 +
 +If you enable "Confirmation" set the Ring Time to 60 in order for the callee to have time to choose a confirmation option before the PBX voicemail picks up.
  
 ==== User Control Panel-Follow Me ==== ==== User Control Panel-Follow Me ====
Line 35: Line 39:
 :!: User has some control but cannot set "ring strategy". :!: User has some control but cannot set "ring strategy".
  
-===== Security ===== 
- 
- 
-===== Troubleshooting ===== 
- 
-==== Asterisk Manager Interface ==== 
- 
-Verify that the username and password in /etc/asterisk/manager.conf and /etc/amportal.conf match. 
- 
-http://www.freepbx.org/support/documentation/faq/changing-the-asterisk-manager-password 
- 
-==== Pear DB ==== 
- 
-If you see an error during FreePBX installation like: 
- 
-<file> 
-Checking for PEAR DB..FAILED 
-</file> 
- 
-try: 
- 
-<file> 
-pear install DB 
-</file> 
- 
-then re-run: 
- 
-<file> 
-./install_amp 
-</file> 
- 
-==== Remote Extensions ==== 
- 
-:!: If you enable remote access to your PBX, **secure it!** 
- 
-:!: NAT is a real hurdle for SIP.  The best way to deal with NAT issues is to not use NAT if at all possible.  NAT on both ends may not be worth attempting if using SIP, it's just not a NAT-friendly protocol like IAX. 
- 
-=== IAX Protocol === 
- 
-:!: Using phones with IAX protocol support is a good alternative if the PBX is behind NAT. 
- 
-:!: IAX protocol is pretty much Asterisk-specific. 
- 
-If your PBX is behind NAT, forward the single UDP port 4569 from your NAT firewall in to the PBX.  
- 
-=== SIP Protocol === 
- 
-http://www.freepbx.org/support/documentation/howtos/howto-setup-a-remote-sip-extension 
- 
-If your PBX is behind NAT and you'd still like to try getting remote SIP extensions to work: 
- 
-<file> 
-vim /etc/asterisk/sip_nat.conf 
- 
-localnet=192.168.1.0/255.255.255.0      #your local network 
-externhost=your.fqdn.hostname           #your resolvable host name 
-fromdomain=your.fqdn.domain.name        #your domain mane 
-nat=yes 
-qualify=yes 
-externrefresh=10 
-canreinvite=no 
- 
-asterisk -rx reload                     #reload Asterisk configuration 
-</file> 
- 
-==== PHP Memory Limit ==== 
- 
-This should be the default: 
- 
-<file> 
-vim -c 457 /etc/php.ini 
-</file> 
- 
-<file> 
-memory_limit = 128M 
-</file> 
- 
-==== Re-Install Just FreePBX ==== 
- 
-<file> 
-amportal stop 
- 
-rm -f /etc/asterisk/{sip_notify.conf,iax.conf,logger.conf,features.conf,sip.conf,extensions.conf,ccss.conf,chan_dahdi.conf} 
- 
-/usr/sbin/safe_asterisk 
- 
-cd /usr/src/freepbx-2.10.0 
-./install_amp 
-</file> 
- 
-Visit the configuration page at: http://IP.of.PBX 
- 
-Click “Apply Settings” 
- 
-Reboot 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
-===== First Steps ===== 
- 
-http://www.freepbx.org/support/documentation/installation/first-steps-after-installation 
- 
-===== Add-On Modules ===== 
- 
-FreePBX offers numerous add-on modules. 
- 
-  * You probably don't want or need to install them all 
-    * Simpler user interface 
-    * Enhanced security 
-  * If you are looking for a feature and don't find it 
-    * **FreePBX -> Admin -> Module Admin -> Check Online** 
- 
-Commonly installed modules: 
- 
-  * Ring Groups 
-  * IVR 
-  * Backup and Restore 
-  * Follow Me 
-  * Asterisk Info 
-  * Asterisk Logfiles 
-  * Asterisk SIP Settings 
-  * OSS Endpoint Manager 
- 
-===== NAT ===== 
- 
-Install the Sip Settings FreePBX module, if it's not already installed, then: 
- 
-**Settings -> Asterisk SIP Settings** 
- 
-===== Send E-Mail ===== 
- 
-If you have **Postfix** installed (default in CentOS 6), it's easy to use that: 
- 
-See also **[[networking:linux:postfix_smarthost|Postfix Authenticated Smarthost]]** 
- 
-If you don't have an MTA installed, **SSMTP** is a simple alternative: 
- 
-See also **[[networking:linux:ssmtp|SSMTP]]** 
- 
-===== Phone Management ===== 
- 
-Install either the free OSS End Point Manager or the commercial (and more capable) End Point Manager FreePBX module. 
- 
-http://www.the159.com/endpointman/tut.html 
- 
-===== Extensions ===== 
- 
-Add a regular SIP extension (phone): 
- 
-**Applications -> Extensions -> Add Extension -> Generic SIP Device** 
- 
-===== Trunks ===== 
- 
-http://www.freepbx.org/support/documentation/howtos/howto-route-dial-patterns-and-trunk-dial-rules 
- 
-==== Vitelity ==== 
- 
-:!: Add separate inbound and outbound trunks. 
- 
-=== Inbound === 
- 
-https://portal.vitelity.net/support/amp.php?trunk=inbound&protocol=sip 
- 
-== General Settings == 
- 
-|Trunk Name         |''vitel-inbound''          | 
-|Outbound Caller ID |''Your Name <5201231234>'' | 
- 
-== Outgoing Settings == 
- 
-|Trunk Name         |''vitel-inbound''          | 
- 
-== Peer Details == 
- 
-<file> 
-type=friend 
-dtmfmode=auto 
-username=yourvitelityusername 
-secret=yourvitelitypassword 
-context=from-trunk 
-insecure=port,invite 
-canreinvite=no 
-host=inbound23.vitelity.net 
-</file> 
- 
-== Registration String == 
- 
-<file> 
-yourvitelityusername:yourvitelitypassword@inbound23.vitelity.net:5060 
-</file> 
- 
-=== Outbound === 
- 
-https://portal.vitelity.net/support/amp.php?trunk=outbound&protocol=sip 
- 
-== General Settings == 
- 
-|Trunk Name         |''vitel-outbound''        | 
-|Outbound Caller ID |''Your Name <5201231234>''| 
-|Maximum Channels   |Set to the number of simultaneous calls you expect on a regular basis. | 
- 
-== Dialed Number Manipulation Rules == 
- 
-:!: These dial rules only modify dial strings. 
- 
-:!: Prefix digits are stripped. Prepend digits are added to the dialed digits. 
- 
-:!: Vitelity requires 11 digits (1 + area code). 
- 
-<file> 
-1520 +   |NXXXXXX 
-1    +   |NXXNXXXXXX 
-</file> 
- 
-== Outgoing Settings == 
- 
-|Trunk Name   |''vitel-outbound'' | 
- 
-Peer Details:  
- 
-<file> 
-type=friend 
-dtmfmode=auto 
-username=yourvitelityusername 
-secret=yourvitelitypassword 
-fromuser=yourvitelityusername 
-trustrpid=yes 
-sendrpid=yes 
-canreinvite=no 
-host=outbound.vitelity.net 
-</file> 
- 
-== Registration == 
- 
-:!: If your PBX will use IP Routing (recommended by Vitelity), do not enter a registration string. 
- 
-:!: If your PBX is behind a dynamic IP address (which changes occasionally), you do need a registration string since you can't use IP routing. 
- 
-Registration String: 
- 
-<file> 
-yourvitelityusername:yourvitelitypassword@inbound23.vitelity.net:5060 
-</file> 
- 
-===== Routes ===== 
- 
-==== Inbound ==== 
- 
-|Description     |''Default''   | 
-|DID Number      |The called number; usually your account number  | 
-|Set Destination |Usually an extension, ring group or IVR | 
- 
-==== Outbound ==== 
- 
-|Route Name  |''Default''    | 
-|Emergency   |Enabled if this route is used to call 911 | 
- 
-=== Dial Patterns === 
- 
-  * ''International'' 
-  * ''Long distance'' 
-  * ''Long distance (no 1)'' 
-  * ''Local'' 
-  * ''Emergency'' (only if e911 service is on this trunk) 
- 
-<file> 
-    +    |011. 
-    +    |1NXXNXXXXXX 
-    +    |NXXNXXXXXX 
-    +    |NXXXXXX 
-    +    |911 
-</file> 
- 
-=== Trunk Sequence for Matched Routes === 
  
-Pick a trunk or two (vitel-outbound). 
  
voice/pbx/freepbx/freepbx_find_me_follow_me.1470869093.txt.gz · Last modified: 2016/08/10 16:44 by jcooper