Hi List, I have asterisk 1.0 on a SuSe Linux 9.0 with one AVM C4 ISDN card an one AVM Fritz card running for outgoing an incomming calls.>From austria telecommunications company I have two isdn nt, the connectet onavm c4 card and I have one gsm-gateway for mobile handy. How can I asterisk instill, wenn a outgoing call beginn with 0664, take the controller 3 (=avm fritz card) else take controller 1 or 2 (avm c4 card on telekom nt) Have somebody a idea? Thank you. Best regards, Robert Siedl (Gesch?ftsf?hrer) Siedl International Networks A-3500 Krems, Magnesitstra?e 1 Tel: +43 (2732) 71545 DW11 Fax: +43 (2732) 71545 DW91 Web: http://www.sin.co.at Eine gute EDV macht SIN(n): - Linuxl?sungen - Kommunikationssysteme - Groupware- und Workflowsolution - VoIP Telefonie - Security- und VPN Systeme - IT Consulting & Projektmanagement PS: Der SuSE Linux Open Exchange Server ist die openSource Alternative f?r Groupware und Messaging in Kombination mit Outlook oder ein Webinterface! ++ Virenanalyse ++ Ikarus GuardNT hat dieses eMail auf Viren und Trojaner untersucht. Nichts Verd?chtiges gefunden. keine Anlagen gefunden -------------------------------------------------------
On Thursday 16 December 2004 06:59, SIN - Robert Siedl wrote:> Hi List, > > I have asterisk 1.0 on a SuSe Linux 9.0 with one AVM C4 ISDN card an one > AVM Fritz card running for outgoing an incomming calls. > > >From austria telecommunications company I have two isdn nt, the connectet > > on > > avm c4 card and I have one gsm-gateway for mobile handy. > > How can I asterisk instill, wenn a outgoing call beginn with 0664, take the > controller 3 (=avm fritz card) else take controller 1 or 2 (avm c4 card on > telekom nt) > > Have somebody a idea? >Hi, you control which controller a call goes out by specifying the relevant msn. configs something like (of top of my head): capi.conf [interfaces] msn =12345 controller=1 msn = 54321 controller=3 extensions.conf exten => _0664.,1,dial(capi/54321:${EXTEN}) exten => _.,1,dial(capi/12345:${EXTEN}) first line would send call out of controller 3, 2nd line sends it out controller1 . HTH Jon