Difference between revisions of "I can make calls with SIP but not with H323 devices"

From Kolmisoft Wiki
Jump to navigationJump to search
 
Line 1: Line 1:
* Try to reload Asterisk and check if it helps
* Try to reload Asterisk and check if it helps


Line 20: Line 19:


NOTE: ''/usr/src/mor/upgrade/0.8/fix_0.8.sh'' fixes this problem automatically.
NOTE: ''/usr/src/mor/upgrade/0.8/fix_0.8.sh'' fixes this problem automatically.
Also make sure ''/var/lib/asterisk/agi-bin/mor.conf'' has correct settings.





Latest revision as of 11:29, 24 March 2010

  • Try to reload Asterisk and check if it helps




extensions_mor_h323.conf misconfiguration

With such error:

answer_call: Dropping call because extensions '32489XXXXXX', 's' and 'i' doesn't exists in context [h323_159]

Make sure file extensions_mor_h323.conf is included into /etc/asterisk/extensions_mor.conf

At the end of this file should be:

#include extensions_mor_h323.conf

Reload Asterisk after this.


NOTE: /usr/src/mor/upgrade/0.8/fix_0.8.sh fixes this problem automatically.

Also make sure /var/lib/asterisk/agi-bin/mor.conf has correct settings.




See also