[Asterisk-Users] Route incoming call on 4 X100P to different Ext. {Scanned}

2005-01-10 Thread David
Hello All, I have 4 X100P cards. I was hoping to have card (line) go to separate ext. i.e. Card 1 (XXX)555-0001 My Ext Card 2 (XXX)555-0002 Wife's Ext Card 3 (XXX)555-0003 Fax Ext Card 4 (XXX)555-0004 My and Wife Ext. This is what I have now and all incoming line rings this one extension. exten

[Asterisk-Users] Route incoming call on 4 X100P to different Ext. {Scanned}

2005-01-11 Thread David Shaw
Hello All, I have 4 X100P cards. I was hoping to have card (line) go to separate ext. i.e. Card 1 (XXX)555-0001 My Ext Card 2 (XXX)555-0002 Wife's Ext Card 3 (XXX)555-0003 Fax Ext Card 4 (XXX)555-0004 My and Wife Ext. This is what I have now and all incoming line rings this one extension. exten

Re: [Asterisk-Users] Route incoming call on 4 X100P to different Ext. {Scanned}

2005-01-11 Thread C F
In zapata.conf give each card a different context. In extensions.conf create 4 different contexts with different s extesnions. On Mon, 10 Jan 2005 19:47:49 -0800 (PST), David <[EMAIL PROTECTED]> wrote: > Hello All, > > I have 4 X100P cards. I was hoping to have card (line) go to separate ext. >

RE: [Asterisk-Users] Route incoming call on 4 X100P to different Ext.{Scanned}

2005-01-11 Thread David J Carter
David, Try something like this:- zapata.conf context=me signalling=fxs_ks channel => 1 ; context=her signalling=fxs_ks channel => 2 ; context=fax signalling=fxs_ks channel => 3 ; context=meandher signalling=fxs_ks channel => 4 extensions.conf [me] exten => s,1,Dial(SIP/0001,30,t) exten => s,2