linux - Wildcard TDM400P REV H digium card configuration -


i using wildcard tdm400p rev h digium card making outbound calls. have installed dahdi 2.3.0 , asterisk 1.6.0.1.

when making outbound call getting following error message.

app_dial.c:1450 dial_exec_full: unable create channel of type 'dahdi' (cause 34 - circuit/channel congestion) 

any idea error message??? urgent.

this error mean card not setuped correctly. please consult page: http://www.voip-info.org/wiki/tdm400p

for see not ok use following commands:

  1. to info config errors

    dahdi_cfg -vvvv

  2. to more debug in asterisk console

    core set verbose 10

    dahdi set debug on


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -