Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-11 Thread Carlos Arnt
Yep, that's right.
On Tue, 11 Nov 2003 15:06:19 +0200, Dan wrote:> Hi Carlos,>>>> - Original Message ->> From: Carlos Arnt>> To: [EMAIL PROTECTED]>> Sent: Tuesday, November 11, 2003 2:36 PM>> Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for>> download>>>>>> So into a groupware app he can put into ex. the name of the>> person a link>>> to call then over diax too.>> But to be honest your ActiveX version will be more helpfull than>> just using>>> a link.>> hmm, but it's a good idea too .>>>> I think that the two can be reladed, in order to use Internet> Explorer for DIAX (as ActiveX) when you enter to run something> like: diax://192.168.x.x, even from a browser.>> Let's now thing at the syntax of such a command.> You must call through an * server, so the syntax must be somethink> like: diax://user:[EMAIL PROTECTED]/extension>> I'm right?>>> Thanks,> Dan>>> ___> Asterisk-Users mailing list>[EMAIL PROTECTED]> http://listsdigium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-11 Thread Dan
Hi,

I'll take a look when I finish with IAX2 support and all the new
functionalities from Steve's library and with the ActiveX version.

Thanks for the info.

Dan
P.S. Please send the mails to the list using plain text, not HTML. It is
difficult to reply in that way..

- Original Message - 
From: Carlos Arnt
To: [EMAIL PROTECTED]
Sent: Tuesday, November 11, 2003 4:38 PM
Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for download


Well that's easy then .

Look here :

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\callto]
@="URL: DiaxTo Protocol"
"EditFlags"=hex:02,00,00,00
"URL Protocol"=""

[HKEY_CLASSES_ROOT\Diaxto\DefaultIcon]
@="\"C:\\Program Files\\Diax\\diax.exe\",1"

[HKEY_CLASSES_ROOT\diaxto\shell]

[HKEY_CLASSES_ROOT\diaxto\shell\open]

[HKEY_CLASSES_ROOT\diaxto\shell\open\command]
@="rundll32.exe msconf.dll,diaxToProtocolHandler %l"


Then now you can call Diaxto://address or name etc.
And not use the callto command.

Carlos.


On Tue, 11 Nov 2003 15:44:38 +0200, Dan wrote:
> Hi,
>
>
> - Original Message -
> From: "Peer Oliver schmidt" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, November 11, 2003 3:31 PM
> Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for
> download
>
>
>> Dan,
>>
>>
>>> Hi Carlos,
>>>
>>
>> I ain't Carlos, but here are my thoughts :)
>>
>
> Sorry for my mistake...;-)
>
>>
>>> I think that the two can be reladed, in order to use Internet
>>> Explorer
>>>
> for
>>> DIAX (as ActiveX) when you enter to run something like:
>>> diax://192.168.x.x, even from a browser.
>>>
>>> Let's now thing at the syntax of such a command.
>>> You must call through an * server, so the syntax must be
>>> somethink like: diax://user:[EMAIL PROTECTED]/extension
>>>
>>
>> I would think, all you want is the dial string. I would not
>> include the authorization as that is already being stored in
>> DIAX. Also, the URI should not be diax:, as there already are URI
>> definitions for this kind of szenario, like callto: for example.
>>
>> So, I would envision something like this:
>>
>>
>> callto:[EMAIL PROTECTED]
>>
>>
>> or
>>
>>
>> callto:1234
>>
>>
>> basically, the same syntax used within DIAX to call someone.
>>
>>
>> That way, an intranet webpage could contain a link to a customer
>>
>>
>> callto:001-714-668-8877
>>
>>
>> or maybe to a colleague
>>
>>
>> callto:[EMAIL PROTECTED]
>> --
> The only problem is that callto: is assigned to NetMeeting by
> default... ,... and I don't want to change that.
>
> BR,
> Dan
>
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://listsdigium.com/mailman/listinfo/asterisk-users


___ Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-11 Thread Carlos Arnt
Well that's easy then .
 
Look here :
 
Windows Registry Editor Version 5.00
 
[HKEY_CLASSES_ROOT\callto]
@="URL: DiaxTo Protocol"
"EditFlags"=hex:02,00,00,00
"URL Protocol"=""
 
[HKEY_CLASSES_ROOT\Diaxto\DefaultIcon]
@="\"C:\\Program Files\\Diax\\diax.exe\",1"
 
[HKEY_CLASSES_ROOT\diaxto\shell]
 
[HKEY_CLASSES_ROOT\diaxto\shell\open]
 
[HKEY_CLASSES_ROOT\diaxto\shell\open\command]
@="rundll32.exe msconf.dll,diaxToProtocolHandler %l"

Then now you can call Diaxto://address or name etc.
And not use the callto command.
 
Carlos.
On Tue, 11 Nov 2003 15:44:38 +0200, Dan wrote:> Hi,>>> - Original Message -> From: "Peer Oliver schmidt" <[EMAIL PROTECTED]>> To: <[EMAIL PROTECTED]>> Sent: Tuesday, November 11, 2003 3:31 PM> Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for> download>>>> Dan,>>>>>>> Hi Carlos,>>>>>>> I ain't Carlos, but here are my thoughts :)>>>> Sorry for my mistake...;-)>>>>>> I think that the two can be reladed, in order to use Internet>>> Explorer>>>> for>>> DIAX (as ActiveX) when you enter to run something like:>>> diax://192.168.x.x, even from a browser.>>>>>> Let's now thing at the syntax of such a command.>>> You must call through an * server, so the syntax must be>>> somethink like: diax://user:[EMAIL PROTECTED]/extension>>>>>>> I would think, all you want is the dial string. I would not>> include the authorization as that is already being stored in>> DIAX. Also, the URI should not be diax:, as there already are URI>> definitions for this kind of szenario, like callto: for example.>>>> So, I would envision something like this:>>>>>> callto:[EMAIL PROTECTED]>>>>>> or>>>>>> callto:1234>>>>>> basically, the same syntax used within DIAX to call someone.>>>>>> That way, an intranet webpage could contain a link to a customer>>>>>> callto:001-714-668-8877>>>>>> or maybe to a colleague>>>>>> callto:[EMAIL PROTECTED]>> --> The only problem is that callto: is assigned to NetMeeting by> default... ,... and I don't want to change that.>> BR,> Dan>>> ___> Asterisk-Users mailing list>[EMAIL PROTECTED]> http://listsdigium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-11 Thread Dan
Hi,

- Original Message - 
From: "Peer Oliver schmidt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 11, 2003 3:31 PM
Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for download


> Dan,
>
> > Hi Carlos,
>
> I ain't Carlos, but here are my thoughts :)

Sorry for my mistake...;-)

>
> > I think that the two can be reladed, in order to use Internet Explorer
for
> > DIAX (as ActiveX) when you enter to run something like:
> > diax://192.168.x.x, even from a browser.
> >
> > Let's now thing at the syntax of such a command.
> > You must call through an * server, so the syntax must be somethink like:
> > diax://user:[EMAIL PROTECTED]/extension
>
> I would think, all you want is the dial string. I would not include the
> authorization as that is already being stored in DIAX. Also, the URI
> should not be diax:, as there already are URI definitions for this kind
> of szenario, like callto: for example.
>
> So, I would envision something like this:
>
> callto:[EMAIL PROTECTED]
>
> or
>
> callto:1234
>
> basically, the same syntax used within DIAX to call someone.
>
> That way, an intranet webpage could contain a link to a customer
>
> callto:001-714-668-8877
>
> or maybe to a colleague
>
> callto:[EMAIL PROTECTED]
> --
The only problem is that callto: is assigned to NetMeeting by default...
,... and I don't want to change that.

BR,
Dan

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-11 Thread Masakazu Nakano

Hi Dan

Could you please compile with MBCS ( multibyte charactor supports ) okay?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/_core_international_enabling.asp

mack

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-11 Thread Peer Oliver schmidt
Dan,

Hi Carlos,
I ain't Carlos, but here are my thoughts :)

I think that the two can be reladed, in order to use Internet Explorer for
DIAX (as ActiveX) when you enter to run something like:
diax://192.168.x.x, even from a browser.
Let's now thing at the syntax of such a command.
You must call through an * server, so the syntax must be somethink like:
diax://user:[EMAIL PROTECTED]/extension
I would think, all you want is the dial string. I would not include the 
authorization as that is already being stored in DIAX. Also, the URI 
should not be diax:, as there already are URI definitions for this kind 
of szenario, like callto: for example.

So, I would envision something like this:

callto:[EMAIL PROTECTED]

or

callto:1234

basically, the same syntax used within DIAX to call someone.

That way, an intranet webpage could contain a link to a customer

callto:001-714-668-8877

or maybe to a colleague

callto:[EMAIL PROTECTED]
--
Best regards
Peer Oliver Schmidt
the internet company
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-11 Thread Dan

- Original Message - 
From: "Peer Oliver schmidt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 11, 2003 2:54 PM
Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for download


...
> The link is an alternative for all the people not running IE as their 
> preferred browser.

Good point.

Dan
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-11 Thread Dan
Hi Carlos,

>- Original Message - 
>From: Carlos Arnt
>To: [EMAIL PROTECTED]
>Sent: Tuesday, November 11, 2003 2:36 PM
>Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for download
>
>So into a groupware app he can put into ex. the name of the person a link
to call then over diax too.
>But to be honest your ActiveX version will be more helpfull than just using
a link.
>hmm, but it's a good idea too .

I think that the two can be reladed, in order to use Internet Explorer for
DIAX (as ActiveX) when you enter to run something like:
diax://192.168.x.x, even from a browser.

Let's now thing at the syntax of such a command.
You must call through an * server, so the syntax must be somethink like:
diax://user:[EMAIL PROTECTED]/extension

I'm right?

Thanks,
Dan

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-11 Thread Dan
Hi Carlos,

>- Original Message - 
>From: Carlos Arnt
>>To: [EMAIL PROTECTED]
>Sent: Tuesday, November 11, 2003 2:33 PM
>Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for download
>
>
>Dan,
>
>I think i understant what he's talking about.
>In netmeeting if you put into your command line ie. START -> RUN.
>Something like callto://192.168.x.x you can call another netmeeting.
>So you can put this into a webpage with lot's of peoples callto's and call
then just clicking into a link.
>
>It's a registry stuff, I think he's asking you to put the same option into
DIAX, so people can use:
>callto:
>tel:
>or maybe : diax://192.168.x.x and open the diax dialing directly the
specific ip or address.

I see... It this is it, I think I can implement it..

Thank you and best regards,
Dan

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-11 Thread Peer Oliver schmidt
Carlos Arnt schrieb:

So into a groupware app he can put into ex. the name of the person a 
link to call then over diax too.

But to be honest your ActiveX version will be more helpfull than just 
using a link.
The link is an alternative for all the people not running IE as their 
preferred browser.
--
Best regards

Peer Oliver Schmidt
the internet company
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-11 Thread Carlos Arnt
My explanation it's ok.
 
Dan, it's great what he think in use.
 
So into a groupware app he can put into ex. the name of the person a link to call then over diax too.
But to be honest your ActiveX version will be more helpfull than just using a link.
hmm, but it's a good idea too .
 
Carlos 
[]'sOn Tue, 11 Nov 2003 16:58:31 +0900, Masakazu Nakano wrote:>> On Tue, 11 Nov 2003 09:30:41 +0200> "Dan" <[EMAIL PROTECTED]> wrote:>>>> Hi,>>>>>> - Original Message ->> From: "Masakazu Nakano" <[EMAIL PROTECTED]>>> To: <[EMAIL PROTECTED]>>> Sent: Tuesday, November 11, 2003 2:18 AM>> Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for>> download>>>>>>>> On Mon, 10 Nov 2003 17:40:02 +0200>>> "Dan" <[EMAIL PROTECTED]> wrote:>>>>>>>>>>> and need 'callto:' support :-)>>>>>>>>>>>>> Why you need this?>>>> Give me an example.>>>>>>>>>> 1) netmeeting and cuseeme are already support.>>>>>>>>> 2) make a call easier with groupware and/or portal.>>> ( 'tel:' is good too )>>>>>>> I really do not understand what do you mean...>> Can someone else explain what is about?>>>>>> What is 'callto:' support?>> What is 'tel:'?>> What about groupware?>>>> oh... I'm sorry.>>> Now I wish to making SOHO platform with twiggi and asterisk.>>> twiggi is very cool LAMP + IMAP based groupware.> http://www.twiggi.org/screenshots.php>>> 'callto' is like that for M$ Windoze.> http://msdn.microsoft.com/library/default.asp?url="">-> US/netmeet/nm3_1l4o.asp>>> and tel: is implementing some mobile cellurer carriers (such as i-> mode). using 'make a call'. in Germany. http://sten-> schmidt.net/imode/taglist.html>> mack>>> ___> Asterisk-Users mailing list>[EMAIL PROTECTED]> http://listsdigium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-11 Thread Carlos Arnt
Dan,
 
I think i understant what he's talking about.
In netmeeting if you put into your command line ie. START -> RUN.
Something like callto://192.168.x.x you can call another netmeeting.
So you can put this into a webpage with lot's of peoples callto's and call then just clicking into a link.
 
It's a registry stuff, I think he's asking you to put the same option into DIAX, so people can use:
 
callto:
tel:
or maybe : diax://192.168.x.x and open the diax dialing directly the specific ip or address.
 
If i'm wrong in my tip sorry for that :)
Just trying to help.
 
Carlos Arnt
[]'sOn Tue, 11 Nov 2003 09:30:41 +0200, Dan wrote:> Hi,>>> - Original Message -> From: "Masakazu Nakano" <[EMAIL PROTECTED]>> To: <[EMAIL PROTECTED]>> Sent: Tuesday, November 11, 2003 2:18 AM> Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for> download>>>>> On Mon, 10 Nov 2003 17:40:02 +0200>> "Dan" <[EMAIL PROTECTED]> wrote:>>>>>>>> and need 'callto:' support :-)>>>>>>>>>> Why you need this?>>> Give me an example.>>>>>>> 1) netmeeting and cuseeme are already support.>>>>>> 2) make a call easier with groupware and/or portal. ( 'tel:' is>> good too )>>>> I really do not understand what do you mean...> Can someone else explain what is about?>>> What is 'callto:' support?> What is 'tel:'?> What about groupware?>>> Thanks,> Dan>>> ___> Asterisk-Users mailing list>[EMAIL PROTECTED]> http://listsdigium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-11 Thread Dan
Hi,

- Original Message - 
From: "Masakazu Nakano" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 11, 2003 9:58 AM
Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for download


>
> On Tue, 11 Nov 2003 09:30:41 +0200
> "Dan" <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > - Original Message - 
> > From: "Masakazu Nakano" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, November 11, 2003 2:18 AM
> > Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for download
> >
> >
> > >
> > > On Mon, 10 Nov 2003 17:40:02 +0200
> > > "Dan" <[EMAIL PROTECTED]> wrote:
> > >
> > > > > and need 'callto:' support :-)
> > > >
> > > > Why you need this?
> > > > Give me an example.
> > >
> > > 1) netmeeting and cuseeme are already support.
> > >
> > > 2) make a call easier with groupware and/or portal.
> > >( 'tel:' is good too )
> > >
> >
> > I really do not understand what do you mean...
> > Can someone else explain what is about?
> >
> > What is 'callto:' support?
> > What is 'tel:'?
> > What about groupware?
>
> oh... I'm sorry.
>
> Now I wish to making SOHO platform with twiggi and asterisk.
>
> twiggi is very cool LAMP + IMAP based groupware.
> http://www.twiggi.org/screenshots.php
>
> 'callto' is like that for M$ Windoze.
>
http://msdn.microsoft.com/library/default.asp?url=/library/EN-US/netmeet/nm3_1l4o.asp

call to URL can be used through the phonebook ( as a full IAX address).
I can make an Input box to place that type of calls without entering the
address in the phonebook.
But... as Asterisk is used as PBX, all this functionality is there.
You usually need to dial just nmumbers.

>
> and tel: is implementing some mobile cellurer carriers (such as i-mode).
> using 'make a call'.
> in Germany.
> http://sten-schmidt.net/imode/taglist.html

Sorry I do not understand this one


Please be more specific in what and how do you want to be implemented in a
future version of DIAX.
I have no idea on what do you want to be done.


Best regards,
Dan

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-11 Thread Masakazu Nakano

On Tue, 11 Nov 2003 09:30:41 +0200
"Dan" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> - Original Message - 
> From: "Masakazu Nakano" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, November 11, 2003 2:18 AM
> Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for download
> 
> 
> > 
> > On Mon, 10 Nov 2003 17:40:02 +0200
> > "Dan" <[EMAIL PROTECTED]> wrote:
> > 
> > > > and need 'callto:' support :-)
> > > 
> > > Why you need this?
> > > Give me an example.
> > 
> > 1) netmeeting and cuseeme are already support.
> > 
> > 2) make a call easier with groupware and/or portal.
> >( 'tel:' is good too )
> > 
> 
> I really do not understand what do you mean...
> Can someone else explain what is about?
> 
> What is 'callto:' support?
> What is 'tel:'?
> What about groupware?

oh... I'm sorry.

Now I wish to making SOHO platform with twiggi and asterisk.

twiggi is very cool LAMP + IMAP based groupware.
http://www.twiggi.org/screenshots.php

'callto' is like that for M$ Windoze.
http://msdn.microsoft.com/library/default.asp?url=/library/EN-US/netmeet/nm3_1l4o.asp

and tel: is implementing some mobile cellurer carriers (such as i-mode).
using 'make a call'.
in Germany.
http://sten-schmidt.net/imode/taglist.html

mack

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-11 Thread Dan
Hi,

- Original Message - 
From: "Masakazu Nakano" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 11, 2003 2:18 AM
Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for download


> 
> On Mon, 10 Nov 2003 17:40:02 +0200
> "Dan" <[EMAIL PROTECTED]> wrote:
> 
> > > and need 'callto:' support :-)
> > 
> > Why you need this?
> > Give me an example.
> 
> 1) netmeeting and cuseeme are already support.
> 
> 2) make a call easier with groupware and/or portal.
>( 'tel:' is good too )
> 

I really do not understand what do you mean...
Can someone else explain what is about?

What is 'callto:' support?
What is 'tel:'?
What about groupware?

Thanks,
Dan

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-10 Thread Masakazu Nakano

On Mon, 10 Nov 2003 17:40:02 +0200
"Dan" <[EMAIL PROTECTED]> wrote:

> > and need 'callto:' support :-)
> 
> Why you need this?
> Give me an example.

1) netmeeting and cuseeme are already support.

2) make a call easier with groupware and/or portal.
   ( 'tel:' is good too )

mack

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-10 Thread Paul Liew


> > Is it possible to incorporate iLBC codec, some hotels only allow 28.8
> > dial-up links, and then your product will be really useful on the
> > road
>
> How _does_ * work on dialup?  I have never tried.  I know you have an
> immediate 200-300ms lag but how is it otherwise?
>

I've used a GS plugged into a notebook over a 33.6 link on G729 - works very
well. However G729/GSM uses about 31kbps, makes it hard to push it down a
28.8 link, iLBC uses about 24-25kbps and would be ideal.

Paul

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-10 Thread Dan
Hi,

- Original Message - 
From: "Ariel Batista" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 10, 2003 9:09 PM
Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for download


> -- Original Message --
> From: "Dan" <[EMAIL PROTECTED]>
>
> >Hi,
> >
> >Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for download
>
> Dan,
>
> Great to see the next version. I have now a problem with it.  I can
register without problems and get calls and make calls.  But when making a
call it connects you start talking and about 2 secounds later it start
ringing!  It will ring until you hang up!

Very strange.Can you explain in details the steps to reply this
behaviour?


BR,
Dan

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-10 Thread Ariel Batista
-- Original Message --
From: "Dan" <[EMAIL PROTECTED]>

>Hi,
>
>Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for download

Dan,

Great to see the next version. I have now a problem with it.  I can register without 
problems and get calls and make calls.  But when making a call it connects you start 
talking and about 2 secounds later it start ringing!  It will ring until you hang up!  


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-10 Thread Dan
Hi,


- Original Message - 
From: "Masakazu Nakano" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 10, 2003 4:26 PM
Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for download


> > > strange function in call,when it stilln't registered
> > > ( like a no home server... ).
> > 
> > 
> that mean ...
> 
> try to make a call before registed.

I'll check that.


> 
> and need 'callto:' support :-)

Why you need this?
Give me an example.


Thanks,
Dan


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-10 Thread Masakazu Nakano

On Mon, 10 Nov 2003 08:08:00 +0200
"Dan" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> - Original Message - 
> From: "Masakazu Nakano" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, November 10, 2003 1:22 AM
> Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for download
> 
> 
> > 
> > thanks Dan! 
> > 
> > and I found an error. please fix.
> > 
> > strange function in call,when it stilln't registered
> > ( like a no home server... ).
> 
> 
> Can you be more specific.

that mean ...

try to make a call before registed.

and need 'callto:' support :-)

mack_jpn
# I'm sorry for my strange english ;-)
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-10 Thread Peter Zeltins
> > Is it possible to incorporate iLBC codec, some hotels only allow 28.8
> > dial-up links, and then your product will be really useful on the
> > road
>
> How _does_ * work on dialup?  I have never tried.  I know you have an
> immediate 200-300ms lag but how is it otherwise?

I have very satisfactory experience using Xlite (GSM codec) on dialup. Even
28.8 is fine. There is some jitter, but it's entirely tolerable, except when
phone line gets too noisy and modem retrains - effectively cutting
communications for 3-5secs

Peter

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-10 Thread Andrew Kohlsmith
> Is it possible to incorporate iLBC codec, some hotels only allow 28.8
> dial-up links, and then your product will be really useful on the
> road

How _does_ * work on dialup?  I have never tried.  I know you have an 
immediate 200-300ms lag but how is it otherwise?

Regards,
Andrew
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-10 Thread Dan
Hi Paul,

- Original Message - 
From: "Paul Liew" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 10, 2003 12:39 PM
Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for download


> Hi Dan,
>
> Good stuff once again.
>
> Is it possible to incorporate iLBC codec, some hotels only allow 28.8
> dial-up links, and then your product will be really useful on the road

This must be added in the iaxclient library first.. then I will use it in my
app too...

Someone interested to implement it?

Thanks,
Dan


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-10 Thread Paul Liew
Hi Dan,

Good stuff once again.

Is it possible to incorporate iLBC codec, some hotels only allow 28.8
dial-up links, and then your product will be really useful on the road

Paul
- Original Message - 
From: "Dan" <[EMAIL PROTECTED]>
To: "Asterisk Users" <[EMAIL PROTECTED]>
Sent: Monday, November 10, 2003 4:53 AM
Subject: [Asterisk-Users] DIAX version 0.9.2 available for download


> Hi all,
>
> As promise, the new prerelease (0.9.2) is now available for download from
> the followiing locations:
> http://www.laser.com/dante
> or
> http://www.geocities.com/tdanro
>
> A detailed help file is available online and in the application package as
a
> chm file, accessible from the app help menu too.
> Unfortunately the IAX2 support is not ready yet, but I work on it now
(next
> on my list).
>
> The DLL used by the phone is now under LGPL and you can download the
source
> code for it from the same place.
> Take care that you must first build iaxclient.lib from the Steve's sources
> at http://iaxclient.sourceforge.net
>  For the moment the DLL (version 0.9.0) works just with the IAX version 1
> build, so take care.
>
> What's new in version 0.9.2 of DIAX:
> - some bugs solved:
> no more crashes when the last record form the phonebook is
deleted;
> incorrect order in the phonebook entries when adding new records;
> corrupt phonebook when editing an existing record;
> not able to dial '*' and/or '#' from the keypad
> - disable Audio and Registration from the Config menu when there is a
> call in progress;
> - disable Dial from the Phonebook menu when there is a call in
progress;
> - option to stay on top (user configurable, saved in the configuration
> file);
> - application moved on top when ringing, but without getting the focus
> (you can keep your work without been disturbed);
> - key beep can be enabled/disabled from the Audio Configuration menu
> (value saved in the configuration file);
> - help file added in the package;
> - 'ESC' key can be used to minimize the main window (in tray);
> - '-' key can be used as DELETE (when available). Useful when dialing
> with the numeric keypad;
> - 'SPACE' key can be used as HANGUP/REDIAL/ANSWER (depend on the app
> status);
> - 'n' or 'N' key can be used as REJECT, when available;
> - 'X' or 'x' key can be used to exit application at any time if the
app
> main window has the focus;
> - 'ENTER' key can be used as DIAL or as '#', depend on status (for
> example when querying Voicemal, it works as '#';
> - '.' key can be used as '#' (to allow you to use it from the numeric
> keypad or when ENTER has another function). '#' key can be used too for
the
> same purpose;
> - arrow keys can be used to control audio output volume : LEFT or DOWN
=
> Vol Down, RIGHT or UP = Vol Up;
> - 'M' or 'm' key can be used as  Instant Access Memory key (MEM), when
> this button is available.
>
> Please send me your feedback.
>
> Best regards,
> Dan
>
>
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-10 Thread Dan
Hi,

- Original Message - 
From: "Peter Zeltins" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 10, 2003 8:20 AM
Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for download


> > As promise, the new prerelease (0.9.2) is now available for download
from
> > the followiing locations:
> ...
> > Please send me your feedback.
>
> Using FQDN instead of IP address would be great! (my Asterisk is on
dynamic
> IP)
It will be in 0.9.3

>
> Keep up the good work!
I'll do it.

Best regards,
Dan




___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-10 Thread Peter Zeltins
> As promise, the new prerelease (0.9.2) is now available for download from
> the followiing locations:
...
> Please send me your feedback.

Using FQDN instead of IP address would be great! (my Asterisk is on dynamic
IP)

Keep up the good work!

Peter

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-09 Thread Dan
Hi,

- Original Message - 
From: "Masakazu Nakano" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 10, 2003 1:22 AM
Subject: Re: [Asterisk-Users] DIAX version 0.9.2 available for download


> 
> thanks Dan! 
> 
> and I found an error. please fix.
> 
> strange function in call,when it stilln't registered
> ( like a no home server... ).


Can you be more specific.

Thank you,
Dan

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-09 Thread Carlos Arnt
Great idea share the Dll wiax.dll.
hmmm, i think i'm asking much, but and the .exe source ?
Oh yes, please make the ActiveX file first !!! I think everyone here
will like alot an web version of diax!! 
 
Thanks alot!
Again great work with diax !!
 
Carlos.
On Sun, 9 Nov 2003 19:53:36 +0200, Dan wrote:> Hi all,>>> As promise, the new prerelease (0.9.2) is now available for> download from the followiing locations: http://www.laser.com/dante> or http://www.geocities.com/tdanro>> A detailed help file is available online and in the application> package as a chm file, accessible from the app help menu too.> Unfortunately the IAX2 support is not ready yet, but I work on it> now (next on my list).>> The DLL used by the phone is now under LGPL and you can download> the source code for it from the same place.> Take care that you must first build iaxclient.lib from the Steve's> sources at http://iaxclient.sourceforge.net> For the moment the DLL (version 0.9.0) works just with the IAX> version 1 build, so take care.>> What's new in version 0.9.2 of DIAX:> - some bugs solved:> no more crashes when the last record form the phonebook is deleted;> incorrect order in the phonebook entries when adding new records;> corrupt phonebook when editing an existing record; not able to dial> '*' and/or '#' from the keypad> - disable Audio and Registration from the Config menu when there is> a call in progress;> - disable Dial from the Phonebook menu when there is a call in> progress; - option to stay on top (user configurable, saved in the> configuration file);> - application moved on top when ringing, but without getting the> focus (you can keep your work without been disturbed);> - key beep can be enabled/disabled from the Audio Configuration> menu (value saved in the configuration file); - help file added in> the package;> - 'ESC' key can be used to minimize the main window (in tray); - '-> ' key can be used as DELETE (when available). Useful when dialing> with the numeric keypad;> - 'SPACE' key can be used as HANGUP/REDIAL/ANSWER (depend on the> app status);> - 'n' or 'N' key can be used as REJECT, when available; - 'X' or> 'x' key can be used to exit application at any time if the app main> window has the focus;> - 'ENTER' key can be used as DIAL or as '#', depend on status (for> example when querying Voicemal, it works as '#';> - '.' key can be used as '#' (to allow you to use it from the> numeric keypad or when ENTER has another function). '#' key can be> used too for the same purpose;> - arrow keys can be used to control audio output volume : LEFT or> DOWN = Vol Down, RIGHT or UP = Vol Up;> - 'M' or 'm' key can be used as  Instant Access Memory key (MEM),> when this button is available.>> Please send me your feedback.>>> Best regards,> Dan>>> ___> Asterisk-Users mailing list>[EMAIL PROTECTED]> http://listsdigium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] DIAX version 0.9.2 available for download

2003-11-09 Thread Masakazu Nakano

thanks Dan! 

and I found an error. please fix.

strange function in call,when it stilln't registered
( like a no home server... ).


On Sun, 9 Nov 2003 19:53:36 +0200
"Dan" <[EMAIL PROTECTED]> wrote:

> Hi all,
> 
> As promise, the new prerelease (0.9.2) is now available for download from
> the followiing locations:
> http://www.laser.com/dante
> or
> http://www.geocities.com/tdanro
> 
snip

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users