VoIP Blog - Page 840
Asterisk tips phrase recording menu
Simple Sound file (phrase) recording menu The Asterisk cmd Dictate implements this feature through a dialplan application. Continue reading if you do not want to use the Dictate command. This is useful if you want to have regular…
Read More »The System menu
System Menu ;******************************************************************** ; BEGIN – System Menu ;******************************************************************** ; ; [system-menu-main] ; ; provide user access to their voice mail inbox ; let user leave voice mail for another user ; provide user access to…
Read More »The macros that make it all work
Macros used in dial plan ;******************************************************************** ; BEGIN – Macro Definitions ;******************************************************************** ; ; [macro-intext] ; ; exten => s,1,Background(transfer) exten => s,2,Dial(${ARG1},${ARG3},Tt) exten => s,3,Voicemail(u${ARG2}) exten => s,4,Hangup exten => s,103,Voicemail(b${ARG2}) exten => s,104,Hangup ;…
Read More »IVR menu for the OFFICE line
Office Line Menu ;******************************************************************** ; BEGIN – Office IVR Menu ;******************************************************************** ; ; [office-day] ; ; exten => s,1,Wait(30) exten => s,2,Answer exten => s,3,zapateller ; torture telemarketers ; ; menu diag enter here ; exten…
Read More »IVR menu for the HOUSE line
House line menu ;******************************************************************** ; BEGIN – House IVR Menu ;******************************************************************** ; ; [house-day] ; ; exten => s,1,Wait(20) exten => s,2,Answer exten => s,3,zapateller ; torture telemarketers ; ; menu diag enter here ; exten…
Read More »Outbound call handling
Outbound calls ;******************************************************************** ; BEGIN – Outbound call handlers ;******************************************************************** ; ; [default] ; ; this is where SIP extensions enter the dial plan ; exten => s,1,DigitTimeout,2 ; give them 2 seconds between digits exten…
Read More »Inbound call handling
Inbound Calls ;******************************************************************** ; BEGIN – Inbound call handlers ;******************************************************************** ; ; [house-in] ; ; This routine handles inbound calls on the analog ; house line. ; ; During the day, we want to wait while…
Read More »Contexts that are included elsewhere
Include Contexts ;******************************************************************** ; BEGIN – Include Contexts ; ; These are general purpose contexts that are inluded ; as required into other contexts to provide routing ; based on number dialed ;******************************************************************** ; ; [set-global-vars]…
Read More »Global Varialbes
Set Global Variables ; ;************************************************************* ; WARNING CONFIDENTIAL INFORMATION ; EDIT THIS FILE IF IT GOES OFF SITE ;************************************************************* ; ; [general] ; ; ; If static is set to no, or omitted, then the pbx_config…
Read More »Acropolis Telecom
ACROPOLIS TELECOM is a major French Telecom Operator specialized in Voice over IP and High Speed Internet services. Our primary focus has always been the provision of an excellent level of service to our customers. Today, the company…
Read More »FXO
FXO (Foreign Exchange Office) When a customer receives phone service from a central office other than the one that would normally serve them, the line between the customer and the “Foreign” office is called a “Foreign Exchange” line….
Read More »Clipcomm
http://www.clipcomm.co.kr/ Clipcomm, Inc., the leading venture company in the field of the wire/wireless network and the digital signal processing technology, was established in April 2000, headquartered in Seoul, Korea. It holds quality VoIP CPEs, Bluetooth and Wireless LAN…
Read More »Clipcomm Phones
Clipcomm VOIP Phones VoIP Phone (Low cost) CP-100 Clipcomm CP-100 is a standard-based telephone designed to use IP-PBX system with a low-cost. Since it is directly connected to the LAN or broadband modems, users can exploit the economical…
Read More »Asterisk cmd HasNewVoicemail
Synopsis: Conditionally branches to priority + 101 Description HasNewVoicemail(vmbox[@context][:folder][|varname]) HasVoicemail(vmbox[@context][:folder][|varname]) New!! HasNewVoicemail(vmbox[/folder][@context][|varname[|options]]) HasVoicemail(vmbox[/folder][@context][|varname[|options]]) Branches to priority + 101, if there is new voicemail in the folder indicated. Optionally sets <varname> to the number of new messages. Assumes folder…
Read More »CLASS
“CLASS” codes or “VERTICAL SERVICE CODES” Custom Local Area Signalling Services Note this list is conforming to US standards – European countries often use different codes (a list can be found where ?) like *21 for call-forward-immediate, *61…
Read More »