Version 0.72 - 2. April 2005. Download from http://ipswitchboard.thorben.dk

 

• Danish language added

• Transfer to Queues now supported

• You can return a substring of the ${CALLERID} variable used in the URL for CRM systems.

 

To enable transfer to Queues you must type in an extension that IPSwitchBoard should transfer to on the Queues Page in the extension column. You can only edit the extension column when you are not connected to the Asterisk server.

 

You can return a substring of the CALLERID used in the URL for a CRM system on the config page:

 

   ${CALLERID:offset:length}

 

Returns a substring of the string CALLERID, beginning at offset offset and returning the next length characters.

If offset is negative, it is taken leftwards from the right hand end of the string.

 

If length is omitted or is negative, then all the rest of the string beginning at offset is returned.

 

Examples:

${CALLERID} = “123456789”

 

${CALLERID:1}        - returns the string 23456789

${CALLERID:-4}       - returns the string 6789

${CALLERID:0:3}      - returns the string 123

${CALLERID:2:3}      - returns the string 345

${CALLERID:-4:3}     - returns the string 678

 

___________________________________________________________________________

IPSwitchBoard is an FREE Operators Switch Board for Asterisk users

 

IPSwitchBoard is a FREE Windows.Net application that will allow you to do:

• Unattended/attended transfers.

• Park calls and retrieve/forward them again.

• Organize all your SIP and IAX extensions (automatically retreived from Asterisk).

• Monitor all extensions.

• Monitor all queues.

• Monitor Agents.

• Monitor Parked Calls.

• Dynamically log extensions in and out of queues.

• Integration with CRM software on the web.

• Record conversations.

• Drop any active call.

• Import/Export extensions to/from Asterisk Server DB.

• Set Do Not Disturb on Extensions and give a reason.

• Speed Dialling.

• Share Speed Dial files among all users of IPSwitchBoard.

• User selectable ring tones for IPSwitchBoard.

• User selectable button colors.

 

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to