[asterisk-users] Asterisk 1.4 vs 1.6

2008-02-18 Thread Seysan
Hello, What is the Differences between Asterisk 1.4 and Asterisk 1.6 ? Also I mean what has made it to be in a separate Branch ? thanks ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRI

Re: [asterisk-users] how to route outgoing calls on IP-level

2007-09-15 Thread Seysan
rtor. > > so, for instance, Bill Clinton calls asterisk as SIP, asterisk sees it's a > Bill Clinton and sends h323 packets to the same h323 proxy as usual, but put > certain outgoing IP address > > On 9/15/07, Seysan <[EMAIL PROTECTED]> wrote: > > > > Hi, >

Re: [asterisk-users] how to route outgoing calls on IP-level

2007-09-14 Thread Seysan
to the IP that you want. Marking is done with "iptables" in the mangle module "iptables -r mangle -I PREROUTING -s xx and blah blah" and for routing you can do it with "ip" command and U32 match . ;) it is a little bit complicated, But I recommend PREFIX Billin

[asterisk-users] 3 way Calling

2007-09-14 Thread Seysan
Hello, I have recently installed the TrixBOX CE 2.2.4. How can I make calls and use the 3 way calling? can it be done with any IP phone or softphone? should I do any special configuration on TrixBox? Regards, Seysan ___ Sign up now for AstriCon

[asterisk-users] AsteriskNOW

2007-09-12 Thread Seysan
Hello, is there any User Interface available in Asterisk NOW? in Trixbox, As far as I know there is ARI, but does Asterisk Now has anything for the Extension owners, I mean User portal not Admin portal? Regards, Seysan ___ Sign up now for AstriCon

Re: [asterisk-users] Show Callee name on Display

2007-09-07 Thread Seysan
You'd need to connect to > something that will get you back to the PSTN (either your own hardware > or a provider) > > > > Quoting Seysan <[EMAIL PROTECTED]>: > > > Hello, > > > > Does anyone Knows the price of the Broadworks? > > > &g

Re: [asterisk-users] Show Callee name on Display

2007-09-07 Thread Seysan
Hello, "Caller Name Lookup Sources" option in FreePBX, is only for CDRs ? On 9/7/07, Dan Austin <[EMAIL PROTECTED]> wrote: > > Replying to myself: > > Shane wrote: > >> I don't think that Asterisk currently sends a > >> remote-

Re: [asterisk-users] Show Callee name on Display

2007-09-07 Thread Seysan
Hello, Does anyone Knows the price of the Broadworks? any idea? Seysan On 9/7/07, Dan Austin <[EMAIL PROTECTED]> wrote: > > Replying to myself: > > Shane wrote: > >> I don't think that Asterisk currently sends a > >> remote-party-id to the called p

[asterisk-users] Benchmark

2007-09-05 Thread Seysan
Hi all, Please mention your real life experience with Asterisk about how many concurrent calls a single server has handled for you. Please don't tell me it depends on the Hardware or ., I want your experiences. Someone might used it as a calling card with a2billing on a single box with 60 c

Re: [asterisk-users] Voicemail Password Issue

2007-08-28 Thread Seysan
Hello John, I think it is not the problem with your Asterisk, it is with your Phone (IP Phone or Softphone) Check the dtmf format on that. I think it is set to inbound, then change it to rfcxx. Then it should work fine. Regards, AFShin On 8/28/07, John Meksavan <[EMAIL PROTECTED]> wrote

Re: [asterisk-users] Distributed System

2007-08-28 Thread Seysan
Is there anywhere that we can look into for Realtime + MySQL that you mentioned? or about SER? Thanks On 8/28/07, Philipp Kempgen <[EMAIL PROTECTED]> wrote: > > Peder @ NetworkOblivion wrote: > > > The question I always have when someone mentions distributing the load > > across multiple machin

[asterisk-users] Distributed System

2007-08-28 Thread Seysan
cluster (kernel level) or something with SER? Best Regards, Seysan ___ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Calling Clients or Tele Marketing

2007-08-27 Thread Seysan
thank you On 8/27/07, Atis <[EMAIL PROTECTED]> wrote: > > On 8/27/07, Atis <[EMAIL PROTECTED]> wrote: > > On 8/27/07, Seysan <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > Then, If the number we called was busy, or he didn't pick u

Re: [asterisk-users] Calling Clients or Tele Marketing

2007-08-27 Thread Seysan
Hi, Then, If the number we called was busy, or he didn't pick up the phone, we should call him again. how we can keep track of those ? On 8/27/07, Atis <[EMAIL PROTECTED]> wrote: > > On 8/26/07, Seysan <[EMAIL PROTECTED]> wrote: > > Hello, > > > >

Re: [asterisk-users] No LongDistance for 1 Extension?

2007-08-27 Thread Seysan
Thank you. Now that the conexts are different can all the extension call to echother ? Seysan On 8/27/07, Steven <[EMAIL PROTECTED]> wrote: > > This is what I did in Trixbox: > > I added this to extensions_custom.conf > - > [restrict-local-only] &g

[asterisk-users] No LongDistance for 1 Extension?

2007-08-26 Thread Seysan
Hi all, I want to limit the outgoing trunk to certain extensions, so for example 6 extensions can call long distance, but 4 other extensions are not allowed to do so. How can I do it in FreePBX specially? Looking forward to hear from you soon, Seysan

[asterisk-users] Calling Clients or Tele Marketing

2007-08-26 Thread Seysan
Hello, Let's say I have a Database of my clients about 50 clients, I want to announce a new product or service to them, can asterisk do it for me? It is something like a appointment reminder for doctors. I want to know is there any software for this or I should Write a program for it using AGI or