Re: [asterisk-users] How asterisk use pri channel

2011-06-14 Thread Richard Mudgett
> Extracted from chan_dahdi.c: > > Dial(DAHDI/pseudo[/extension[/options]]) > Dial(DAHDI/[c|r|d][/extension[/options]]) > Dial(DAHDI/![c|r|d][/extension[/options]]) > Dial(DAHDI/i[/extension[/options]]) > Dial(DAHDI/[i-](g|G|r|R)[c|r|d][/extension[/options]]) > > i - ISDN span channel restriction

Re: [asterisk-users] How asterisk use pri channel

2011-06-14 Thread Olivier
2011/6/9 Richard Mudgett > > We have two pri line and I want to see how asterisk distribute > > outgoing call per channels > > > > I meant it use first last channel 47 or it will use first channel? > > > > Or it will allocate dynamically ? > > Extracted from chan_dahdi.c: > > Dial(DAHDI/pseudo[/e

Re: [asterisk-users] How asterisk use pri channel

2011-06-09 Thread Richard Mudgett
> But believe me no one option works for me. I tried dahdi/25/XXX > but it still using pri first channel or anyother channel Dialing DAHDI/25/ will dial channel 25 only. For ISDN spans I do not recommend doing that because your call will fail if that channel is already in use when ther

Re: [asterisk-users] How asterisk use pri channel

2011-06-09 Thread Satish Patel
I appriciate your reply, But believe me no one option works for me. I tried dahdi/25/XXX but it still using pri first channel or anyother channel In old zap school you can do that but in dahdi I don't think you can. Until unless you create g1 g2 ... Group in chan_dahdi.cfg and map cha

Re: [asterisk-users] How asterisk use pri channel

2011-06-08 Thread Satish Barot
I hope my understanding is not wrong! (1) DAHDI/i2/25/XXX, is not a valid format for Dial. Rather it should be DAHDI/i2/XXX and it would use a channel from span 2 (/etc/dahdi/system.conf) for outgoing call. (2) To dial from channel 25 , use DAHDI/25/XXX [SATISH] On Thu

Re: [asterisk-users] How asterisk use pri channel

2011-06-08 Thread satish patel
isk-users@lists.digium.com > Subject: Re: [asterisk-users] How asterisk use pri channel > > > We have two pri line and I want to see how asterisk distribute > > outgoing call per channels > > > > I meant it use first last channel 47 or it will use first channel? &

Re: [asterisk-users] How asterisk use pri channel

2011-06-08 Thread Richard Mudgett
> We have two pri line and I want to see how asterisk distribute > outgoing call per channels > > I meant it use first last channel 47 or it will use first channel? > > Or it will allocate dynamically ? Extracted from chan_dahdi.c: Dial(DAHDI/pseudo[/extension[/options]]) Dial(DAHDI/[c|r|d][/ex

[asterisk-users] How asterisk use pri channel

2011-06-08 Thread Satish Patel
Hi, We have two pri line and I want to see how asterisk distribute outgoing call per channels I meant it use first last channel 47 or it will use first channel? Or it will allocate dynamically ? -- Sent from my iPhone -- _