mISDN - Dial using only 1 out of 2 channels?

Bonjour,

Asterisk 1.6.2.11, w/ mISDN and a B410P. 3 x T0.

Assume there already are three outgoing calls. If I try to make another one :

[code]== Using UDPTL CoS mark 5
– Executing [0017301xxxx@default:1] misdn_check_l2l1(“SIP/toto42-00003930”, “g:sortant,2”) in new stack
– Executing [0017301xxxx@default:2] Dial(“SIP/toto42-00003930”, “mISDN/g:sortant/017301xxxx,wW”) in new stack
P[ 3] Requested channel:1 on port:3 is already in use
P[ 1] Requested channel:1 on port:1 is already in use
P[ 2] Requested channel:1 on port:2 is already in use
[Oct 28 16:37:23] WARNING[24781]: chan_misdn.c:3576 misdn_request: Could not Dial out on group ‘sortant’.
Either the L2 and L1 on all of these ports where DOWN (see ‘show application misdn_check_l2l1’)
Or there was no free channel on none of the ports

[Oct 28 16:37:23] WARNING[24781]: app_dial.c:1747 dial_exec_full: Unable to create channel of type ‘mISDN’ (cause 0 - Unknown)
== Everyone is busy/congested at this time (1:0/0/1)
– Auto fallthrough, channel ‘SIP/toto42-00003930’ status is ‘CHANUNAVAIL’[/code]

I have 3 T0 so I should be able to make up to six outgoing calls.

The following makes me think that the Dial only seems to make use of the first channel on the three ports.

P[ 3] Requested channel:1 on port:3 is already in use P[ 1] Requested channel:1 on port:1 is already in use P[ 2] Requested channel:1 on port:2 is already in use

But, as far as I know, I have not “blocked” the second channels in any way.

Other information :

pabx*CLI> show app misdn_check_l2l1 No such command 'show app misdn_check_l2l1' (type 'core show help show app' for other possible commands)

[code]; misdn.conf - [sortant] group

[sortant]
ports=1,2,3[/code]

No problem regarding incoming calls.

Have you got any clue to find out what’s going on ?

Thanks in advance.

Regards.

Bump

Anyone ?

Thanks a lot.

Regards.