login | register
Wed 01 of Aug, 2007 [09:26 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.

Web www.voip-info.org
Shoutbox
  • Aykut, Wed 01 of Aug, 2007 [07:53 UTC]: Hi all, does anybody know about Thomson ST2030 SIP phone. I have upgraded it to latest version (1.56) but "Hold" and "Conf" features are not working after the upgrade ?? Do you know any solution or do you have Ver. 1.52 ?? Where can I find it?
  • Edward J Brown, Tue 31 of Jul, 2007 [23:33 UTC]: Has anybody experienced Choppy voice quality when using a Linksys SPA942 in an Asterisk Conference bridge? It works fine with my polycom and Cisco, but sucks with my Linksys.
  • www.astawerks.com, Fri 27 of Jul, 2007 [18:00 UTC]: does anyone use asterisk on top of clark connect? does it work good?
  • simon, Fri 27 of Jul, 2007 [14:16 UTC]: Hi All, Has anyone here managed to get the Cisco79x1 to successfully fail over to the backup proxy. I have 2 asterisk servers , handsets all register and function, except that backup proxy function doesn't work. Any working example would be very apprecia
  • Matthew Richmond, Thu 26 of Jul, 2007 [03:40 UTC]: using the page() application to page across our building...often the meetme conferences don't disconnect after the caller hangs up. Anyone else having this problem. (using Polycom phones)
  • Matthew Richmond, Wed 25 of Jul, 2007 [02:58 UTC]: thanks Nicholas Blasgen! I haven't worked with AGI before, but there's always a first! Thanks again!
  • Nicholas Blasgen, Tue 24 of Jul, 2007 [19:18 UTC]: Matthew Richmond, AGI will handle all that for you.
  • sam, Mon 23 of Jul, 2007 [16:39 UTC]: need help - certain voicemail extension will stop working and recording voicemail on asterisk - anyone know why and how to fix it? Thanks
  • john haji, Mon 23 of Jul, 2007 [14:55 UTC]: free calls to pakistan
  • bong, Sat 21 of Jul, 2007 [19:09 UTC]: hi good day to all can anyone help me how to configured the nortel sip to the signaling server and how to activate in mobile w/ sip compatible without mcs
Server Stats
  • Execution time: 0.31s
  • Memory usage: 2.18MB
  • Database queries: 32
  • GZIP: Disabled
  • Server load: 2.81

OpenPBX.org How to use the dialplan checking and conversion script

Background

CallWeaver uses hash values to identify variables and application names in the dialplan. This is much faster and more efficient than the character-by-character string comparison method used in Asterisk. However, it leads to case sensitive variables and application names.

Also, AGI has been renamed to OGI to avoid any potential trademark disputes and Macro has been renamed to Proc because it was a misnomer as macros do not execute in their own stack, procedures do.

Therefore, a dialplan checking and conversion script is provided so that users who migrate from Asterisk can automatically check and convert their dialplan. This page describes how to use this script.

Some important notes



Using the script

  • For help type
    • $ ./chkDialplan.pl (Usage: ./chkDialplan.pl [modify|validate])

  • If extensions.conf or applications.txt are not found or are not in the same directory, you will get some errors.
  • ALL the configuration files you want to check or convert need to be in the same directory as the above files
  • The script will automatically build a list of included files in extensions.conf

Checking your dialplan

  • To check your dialplan type:
    • $ ./chkDialplan.pl validate
      • This will generate a log file with some lines like this:
        • extensions.conf:41: 'exten => s-BUSY,2,wait(4)' should be Wait
          • That means in extensions.conf, on line 41 you need to make that change

  • If you get the following message:
    • Unknown command: Voicemail2
      • This means we either dont support that application or our applications.txt is outdated.
      • Please log in to the CLI and type: CLI> show applications and look for it.

Modifying your dialplan

  • To modify your dialplan type:
    • $ ./chkDialplan.pl modify
      • This will rename all your original files to .bak

  • If you get the following message:
    • Unknown command: Voicemail2
      • This means we either dont support that application or our applications.txt is outdated.
      • Please log in to the CLI and type: CLI> show applications and look for it.

Bugs/Suggestions/Complaints



More info

OpenPBX.org wiki on VoIP-Info.org | CallWeaver home page | CallWeaver wiki | OpenPBX SVN repository and bugtracker
Created by xming, Last modification by sb_mx on Wed 29 of Nov, 2006 [22:07 UTC]

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2007 Arte Marketing, Inc.

Powered by bitweaver