[asterisk-users] Callmanager 3.3(5) and Asterisk with ooh323 problem

Ward, Bill bill.ward at cyberdefenses.com
Mon Oct 23 19:52:34 MST 2006


I have searched and searched for over a week on this but can't seem to
find the issue.  Calls from CallManager to Asterisk are being
disconnected immediately.  I have setup CallManager and Asterisk per
Shaun Ewing's pdf 

 

http://asterisk.edropbox.net/ccmasteriskvm.pdf

 

I have installed Asterisk 1.4.0-beta3 on Fedora Core 5.  I got libpri,
zaptel, and asterisk compiled and installed.  Voice mail works when I
dial through IDEfisk to Asterisk.  When I try from my cisco 7970
hardphone through CCM to Asterisk the call gets disconnected almost
immediately. 

 

Here is what Asterisk shows me:

 

Asterisk Ready.

*CLI>     -- Executing [21106 at default:1] NoOp("OOH323/Operations
Center-c44d", "") in new stack

    -- Executing [21106 at default:2] MailboxExists("OOH323/Operations
Center-c44d", "1106 at default") in new stack

    -- Executing [21106 at default:103] VoiceMail("OOH323/Operations
Center-c44d", "1106|su") in new stack

    -- Playing 'vm-theperson' (language 'en')

  == Spawn extension (default, 21106, 103) exited non-zero on
'OOH323/Operations Center-c44d'

 

Here is my h323_log file where it disconnects:

 

21:44:28:789  Queued H245 messages 2. (incoming, ooh323c_1)

21:44:28:789  msgCtxt Reset? Done (incoming, ooh323c_1)

21:44:28:789  Sending H245 message (incoming, ooh323c_1)

21:44:28:789  Sending OOTerminalCapabilitySetAck H245 message over H.245
channel. (incoming, ooh323c_1)

21:44:28:789  H245 Message sent successfully (incoming, ooh323c_1)

21:44:28:789  Sent Message - TerminalCapabilitySet (incoming, ooh323c_1)

21:44:28:789  Sending H245 message (incoming, ooh323c_1)

21:44:28:789  Sending OOMasterSlaveAck H245 message over H.245 channel.
(incoming, ooh323c_1)

21:44:28:789  H245 Message sent successfully (incoming, ooh323c_1)

21:44:28:789  Sent Message - MasterSlaveDetermination (incoming,
ooh323c_1)

21:44:28:804  Receiving H245 message

21:44:28:804  Complete H245 message received (incoming, ooh323c_1)

21:44:28:804  Received H.245 Message = {

21:44:28:804     command = {

21:44:28:805        endSessionCommand = {

21:44:28:805           disconnect = {

21:44:28:805              NULL

21:44:28:805           }

21:44:28:805        }

21:44:28:805     }

21:44:28:805  }

21:44:28:805  Handling H245 message. (incoming, ooh323c_1)

21:44:28:805  Handling H.245 command message. (incoming, ooh323c_1)

21:44:28:806  Received EndSession command (incoming, ooh323c_1)

21:44:28:806  Built EndSession Command (incoming, ooh323c_1)

21:44:28:806  Sending H.245 Message = {

21:44:28:806     command = {

21:44:28:806        endSessionCommand = {

21:44:28:806           disconnect = {

21:44:28:806              NULL

21:44:28:806           }

21:44:28:806        }

21:44:28:806     }

21:44:28:807  }

 

 

And here is my messages file:

 

[Oct 23 21:44:18] NOTICE[2599] cdr.c: CDR simple logging enabled.

[Oct 23 21:44:18] NOTICE[2599] loader.c: 149 modules will be loaded.

[Oct 23 21:44:18] WARNING[2599] res_smdi.c: No SMDI interfaces are
available to listen on, not starting SDMI listener.

[Oct 23 21:44:18] WARNING[2599] config.c: No '=' (equal sign) in line
542 of extensions.conf

[Oct 23 21:44:18] WARNING[2599] config.c: No '=' (equal sign) in line
581 of extensions.conf

[Oct 23 21:44:18] WARNING[2599] config.c: No '=' (equal sign) in line
582 of extensions.conf

[Oct 23 21:44:18] NOTICE[2599] pbx_ael.c: Starting AEL load process.

[Oct 23 21:44:18] NOTICE[2599] pbx_ael.c: AEL load process: calculated
config file name '/etc/asterisk/extensions.ael'.

[Oct 23 21:44:18] WARNING[2599] ael.y: ==== File:
/etc/asterisk/extensions.ael, Line 112, Cols: 34-34: Warning! The empty
context ael-dundi-e164-canonical will be IGNORED!

[Oct 23 21:44:18] WARNING[2599] ael.y: ==== File:
/etc/asterisk/extensions.ael, Line 120, Cols: 34-34: Warning! The empty
context ael-dundi-e164-customers will be IGNORED!

[Oct 23 21:44:18] WARNING[2599] ael.y: ==== File:
/etc/asterisk/extensions.ael, Line 128, Cols: 33-33: Warning! The empty
context ael-dundi-e164-via-pstn will be IGNORED!

[Oct 23 21:44:18] NOTICE[2599] pbx_ael.c: AEL load process: parsed
config file name '/etc/asterisk/extensions.ael'.

[Oct 23 21:44:18] WARNING[2599] pbx_ael.c: Warning: file
/etc/asterisk/extensions.ael, line 141-145: The included context
'ael-dundi-e164-canonical' cannot be found.

[Oct 23 21:44:18] WARNING[2599] pbx_ael.c: Warning: file
/etc/asterisk/extensions.ael, line 141-145: The included context
'ael-dundi-e164-customers' cannot be found.

[Oct 23 21:44:18] WARNING[2599] pbx_ael.c: Warning: file
/etc/asterisk/extensions.ael, line 141-145: The included context
'ael-dundi-e164-via-pstn' cannot be found.

[Oct 23 21:44:18] WARNING[2599] pbx_ael.c: Warning: file
/etc/asterisk/extensions.ael, line 276-283: The included context
'ael-parkedcalls' cannot be found.

[Oct 23 21:44:18] NOTICE[2599] pbx_ael.c: AEL load process: checked
config file name '/etc/asterisk/extensions.ael'.

[Oct 23 21:44:18] NOTICE[2599] pbx_ael.c: AEL load process: compiled
config file name '/etc/asterisk/extensions.ael'.

[Oct 23 21:44:18] NOTICE[2599] pbx_ael.c: AEL load process: merged
config file name '/etc/asterisk/extensions.ael'.

[Oct 23 21:44:18] WARNING[2599] pbx.c: Context 'ael-local' tries
includes nonexistent context 'ael-parkedcalls'

[Oct 23 21:44:18] WARNING[2599] pbx.c: Context 'ael-dundi-e164-local'
tries includes nonexistent context 'ael-dundi-e164-canonical'

[Oct 23 21:44:18] WARNING[2599] pbx.c: Context 'ael-dundi-e164-local'
tries includes nonexistent context 'ael-dundi-e164-customers'

[Oct 23 21:44:18] WARNING[2599] pbx.c: Context 'ael-dundi-e164-local'
tries includes nonexistent context 'ael-dundi-e164-via-pstn'

[Oct 23 21:44:18] NOTICE[2599] pbx_ael.c: AEL load process: verified
config file name '/etc/asterisk/extensions.ael'.

 

Any help would be GREATLY appreaciated.

 

Bill Ward

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061023/3bea9d10/attachment.htm


More information about the asterisk-users mailing list