Hi,
I’m setting up an asterisk in our company but have a problem with it:
From our ISDN provider, we get a free service to redirect incomming calls when we are not available in the building. To enable this we used to dial 021TELNUMBER#, the first 0 being a number to ask an ouside line (on our old PBX).
Whne I try to do this from within asterisk I allways get CHAN unavailable.
More info:
– Executing [s@macro-dialout-trunk:26] Set(“SIP/41-08252748”, “the_num=210498309618%23”) in new stack
– Executing [s@macro-dialout-trunk:27] Dial(“SIP/41-08252748”, “mISDN/g:isdn/210498309618%23|300|”) in new stack
– Called g:isdn/210498309618%23
P[ 1] empty_chan_in_stack: cannot empty channel 255
== Everyone is busy/congested at this time (1:0/0/1)
– Executing [s@macro-dialout-trunk:28] Goto(“SIP/41-08252748”, “s-CHANUNAVAIL|1”) in new stack
I also tried calling to an internal number and links that to the outgoing number (so the %23 thing doesn’t occur).
-- Executing [s@macro-dial:7] Dial("SIP/41-08214f10", "mISDN/g:isdn/*21*0498309618#||tr") in new stack
-- Called g:isdn/*21*0498309618#
P[ 1] empty_chan_in_stack: cannot empty channel 255
== Everyone is busy/congested at this time (1:0/0/1)
– Executing [s@macro-dial:8] Set(“SIP/41-08214f10”, “DIALSTATUS=CHANUNAVAIL”) in new stack
– Executing [s@macro-exten-vm:10] Set(“SIP/41-08214f10”, “SV_DIALSTATUS=CHANUNAVAIL”) in new stack
– Executing [s@macro-exten-vm:11] GosubIf(“SIP/41-08214f10”, “0?docfu|1”) in new stack
– Executing [s@macro-exten-vm:12] GosubIf(“SIP/41-08214f10”, “0?docfb|1”) in new stack
– Executing [s@macro-exten-vm:13] Set(“SIP/41-08214f10”, “DIALSTATUS=CHANUNAVAIL”) in new stack
– Executing [s@macro-exten-vm:14] NoOp(“SIP/41-08214f10”, “Voicemail is novm”) in new stack
– Executing [s@macro-exten-vm:15] GotoIf(“SIP/41-08214f10”, “1?s-CHANUNAVAIL|1”) in new stack
Can anyone help me with this, or give some hints to try?