[Asterisk-Users] ISDN Dialout

Stefan Sowa asterisk at postfix.ath.cx
Mon Jan 3 13:58:41 MST 2005


Gilad Ben-Yossef wrote:
> With a Zaptel channel (TDM) it would simply be:
> exten => 0,1,Dial(Zap/1)
> 
> Maybe the same will work with ISDN:
> exten => 0,1,Dial(CAPI/3232)

[telekomout]
exten => s,1,Playback(my-isdnleitung)
exten => s,2,Dial(CAPI/3231)
exten => s,3,Hangup
 
    -- Executing Playback("Zap/2-1", "my-isdnleitung") in new stack
    -- Playing 'my-isdnleitung' (language 'en')
    -- Executing Dial("Zap/2-1", "CAPI/3231") in new stack
Jan  3 21:54:25 WARNING[-1251943504]: chan_capi.c:653 capi_call: Destination 3231 requres a real destination
    -- Couldn't call 3231
  == Everyone is busy/congested at this time
    -- Executing Hangup("Zap/2-1", "") in new stack
  == Spawn extension (telekomout, s, 3) exited non-zero on 'Zap/2-1'
    -- Hungup 'Zap/2-1'

Sorry, but this doesn't work..

regards
Stefan



More information about the asterisk-users mailing list