[asterisk-users] Silly (??) question about chan_dahdi

Stefan-Michael Guenther asterisk02 at in-put.de
Wed May 27 13:23:28 CDT 2009


Hi,

David Backeberg schrieb:
> Please paste in your entire extensions.conf
> 
> I'm not sure you understood what I told you on my last reply.
> 
here it is:

[general]
static = yes
writeprotect = no
priorityjumping=yes

[globals]

[default]
exten => 8304479,1,ANSWER()
exten => 8304479,2,WAIT(10)
exten => 8304479,3,HANGUP()

exten => 8304478,1,ANSWER()
exten => 8304478,2,WAIT(10)
exten => 8304478,3,HANGUP()
Re:
exten => 83086921,1,ANSWER()
exten => 83086921,2,WAIT(10)
exten => 83086921,3,HANGUP()

exten => 83086920,1,ANSWER()
exten => 83086920,2,WAIT(10)
exten => 83086920,3,HANGUP()

> Please also paste in the output of:
> cli> dialplan show
> 
*CLI> dialplan show
[ Context 'default' created by 'pbx_config' ]
   '8304478' =>      1. ANSWER() 
[pbx_config]
                     2. WAIT(10) 
[pbx_config]
                     3. HANGUP() 
[pbx_config]
   '8304479' =>      1. ANSWER() 
[pbx_config]
                     2. WAIT(10) 
[pbx_config]
                     3. HANGUP() 
[pbx_config]
   '83086920' =>     1. ANSWER() 
[pbx_config]
                     2. WAIT(10) 
[pbx_config]
                     3. HANGUP() 
[pbx_config]
   '83086921' =>     1. ANSWER() 
[pbx_config]
                     2. WAIT(10) 
[pbx_config]
                     3. HANGUP() 
[pbx_config]

[ Context 'parkedcalls' created by 'features' ]
   '700' =>          1. Park() 
[features]

[ Context 'app_queue_gosub_virtual_context' created by 'app_queue' ]
   's' =>            1. NoOp() 
[app_queue]

[ Context 'app_dial_gosub_virtual_context' created by 'app_dial' ]
   's' =>            1. NoOp() 
[app_dial]

-= 7 extensions (15 priorities) in 4 contexts. =-

Thanks for your help & support,

Stefan




More information about the asterisk-users mailing list