Re: [asterisk-users] IAX call limit

2007-01-20 Thread Cristian Draghici
in IDEfisk is this call that initialised iax client: iaxclient.h:EXPORT int iaxc_initialize(int audType, int nCalls); what you want is nCalls to be 1. Hope this helps, Cristi -- Cristian Draghici http://www.loudhush.ro On 1/21/07, Nir Simionovich [EMAIL PROTECTED] wrote: Hi Philipp, Thanks

Re: Re: [asterisk-users] Softphones IAX vs. SIP, remote connectivity.

2006-09-07 Thread Cristian Draghici
) and that doesn't support Macs. I'm guessing that once the iaxclient library will feature video, some of the softphones using the library will add video capabilities. -- Cristian Draghici http://www.loudhush.ro ___ --Bandwidth and Colocation provided

Re: [Asterisk-Users] Why is the internet connection important to LAN and PSTN calls?

2006-04-12 Thread Cristian Draghici
If DNS does not work on your local network, Asterisk will lock up. Out of curiosity - the async implementation you mentioned in the other thread - will it replace gethostbyname with something smarter or just run things in a different thread asynchronously? Thanks, Cristi

Re: [Asterisk-Users] Coice recognition IVR?

2006-04-03 Thread Cristian Draghici
To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Cristian Draghici http://www.loudhush.ro ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update

Re: [Asterisk-Users] Re: Re: asterisk logger - urgent!!!

2006-02-17 Thread Cristian Draghici
check out the man page for logrotate The logrotate script is usually started daily by the cron daemon ( see /etc/cron.daily/logrotate on redhat boxes) hth, cristi On 2/17/06, Tomislav ParĨina [EMAIL PROTECTED] wrote: Why don't you simply rotate the logs with logrotate ? How to do that?

Re: [Asterisk-Users] Forward a call from AGI/PHP script

2006-01-31 Thread Cristian Draghici
execute the dial command from AGI. e.g. exec(dial(SIP/provider/2394892348)) you may want to reset or fork the cdr so you can have the record for the IVR interaction and a different record for the call you are connecting. See ForkCDR and ResetCDR hope this helps, Cristi On 1/31/06, [EMAIL

Re: [Asterisk-Users] Grandstream Budgetone BT-101 audio problems

2006-01-31 Thread Cristian Draghici
of that one. All the phones are configured to use pool.ntp.org, and they keep accurate time. Do you think disabling NTP altogether would be a good idea? Thanks! On 31/01/06, Cristian Draghici [EMAIL PROTECTED] wrote: Are you using the same NTP server for both phones? Are you using NTP at all

Re: [Asterisk-Users] Grandstream Budgetone BT-101 audio problems

2006-01-30 Thread Cristian Draghici
Are you using the same NTP server for both phones? Are you using NTP at all? Is jitterbuffer enabled on the asterisk server? Not sure about SIP, but on IAX if the timestamps go haywire, you can loose audio from one side. hth, c On 1/31/06, jurgen [EMAIL PROTECTED] wrote: Hi all, I'm

Re: [Asterisk-Users] PhpAgiTutrial

2006-01-24 Thread Cristian Draghici
I found this to be very well documented: http://asterisk-java.sourceforge.net/ I've no idea about PHP but I'm sure Google would reveal some valuable hints. hth, cristi On 1/24/06, Vladimir Montealegre [EMAIL PROTECTED] wrote: Anybody know a tutorial , in how to create agi's? in php or other

Re: [Asterisk-Users] modify a cdr values..

2006-01-16 Thread Cristian Draghici
You can modify the accountcode field with the setaccount application. isk*CLI show application SetAccount isk*CLI -= Info about application 'SetAccount' =- [Synopsis] Set the CDR Account Code [Description] SetAccount([account]): This application will set the channel account code for billing

Re: [Asterisk-Users] Cepstral in AGI problem

2006-01-13 Thread Cristian Draghici
Hi Wolfgang I've had the same issue. I don't think agi per se is the problem but rather the way you are calling the swift excutable. i.e. swift this is a test gets rewritten as swift this is a test Hope this makes sense. FYI, here's how I do it in fastagi/java: -- String toSay = some text