From cgt at navicon.dk Tue Nov 6 11:25:34 2007 From: cgt at navicon.dk (Christian G. Tveen) Date: Tue, 06 Nov 2007 20:25:34 +0100 Subject: [Moziax] dtmf Message-ID: <4730BFAE.7050500@navicon.dk> Hi, I have two questions regarding DTMF tones, which I hope somebody can answer: 1: Is it possible to send a sequence of dtmf tones from a web page to an current conversation, either using the tel: protocol or via some javascript ? 2: Is it possible to add dtmf tones to the tel: protocol, or is the dialplan the way to go ? Regards Christian PS: Having played a little with moziax, I find it very nice indeed! -------------- next part -------------- A non-text attachment was scrubbed... Name: cgt.vcf Type: text/x-vcard Size: 193 bytes Desc: not available Url : http://mozdev.org/pipermail/moziax/attachments/20071106/3819644f/attachment.vcf -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3272 bytes Desc: S/MIME Cryptographic Signature Url : http://mozdev.org/pipermail/moziax/attachments/20071106/3819644f/attachment.bin From jd.girard at sysnux.pf Wed Nov 7 10:01:26 2007 From: jd.girard at sysnux.pf (Jean-Denis Girard) Date: Wed, 07 Nov 2007 08:01:26 -1000 Subject: [Moziax] dtmf In-Reply-To: <4730BFAE.7050500@navicon.dk> References: <4730BFAE.7050500@navicon.dk> Message-ID: <4731FD76.3020802@sysnux.pf> Hi, Christian G. Tveen a ?crit : > Hi, > > I have two questions regarding DTMF tones, which I hope somebody can > answer: > > 1: Is it possible to send a sequence of dtmf tones from a web page to an > current conversation, either using the tel: protocol or via some > javascript ? > > 2: Is it possible to add dtmf tones to the tel: protocol, or is the > dialplan the way to go ? MozPhone does send digits when you click in the dialpad, and the interface is written in javascript, so obviously it would be possible to send the digits directly. But there is currently no way to do it from the tel: protocol (though it could be extended, e.g. tel:/0/dtmf?123). I'm curious about why you need that: could you tell more ? Thanks, -- Jean-Denis Girard SysNux Syst?mes Linux en Polyn?sie fran?aise http://www.sysnux.pf/ T?l: +689 483 527 / GSM: +689 797 527 From rodgers at nlm.nih.gov Thu Nov 8 11:25:58 2007 From: rodgers at nlm.nih.gov (R.P.C. Rodgers) Date: Thu, 08 Nov 2007 14:25:58 -0500 Subject: [Moziax] Moziax under Mac OS X -- help us do this! In-Reply-To: <4731FD76.3020802@sysnux.pf> References: <4730BFAE.7050500@navicon.dk> <4731FD76.3020802@sysnux.pf> Message-ID: <473362C6.8070202@nlm.nih.gov> Dear Fellow Moziax Enthusiasts. A number of us have been very keen to complete the work of getting Moziax to function as a Firefox extension on the Mac under Mac OS X -- making it the only IAX client I am aware of that would work as a Firefox extension on Windows, Linux, Solaris, and the Mac. This would be terrifically useful! The remaining problem(s) is most likely trivially easy for someone with experience setting up Firefox extensions on the Mac. SOMEONE out there has gotta have the 15 mins free to help with this! :) You can read a summary of the issues in a discussion we started on the mozillazine.org forum in October, entitled: "Need help with mozphone IAX/VoIP firefox extension on Mac " (which *may* be associated with the URL http://forums.mozillazine.org/viewtopic.php?p=3133299#3133299 sorry not to be certain). Thanks and Best Regards to All, Rick Rodgers From cgt at navicon.dk Thu Nov 8 12:43:44 2007 From: cgt at navicon.dk (Christian G. Tveen) Date: Thu, 08 Nov 2007 21:43:44 +0100 Subject: [Moziax] dtmf In-Reply-To: <4731FD76.3020802@sysnux.pf> References: <4730BFAE.7050500@navicon.dk> <4731FD76.3020802@sysnux.pf> Message-ID: <47337500.8080003@navicon.dk> Hi, Thanks for the answer. Sorry about not explaining myself further. I have some devices that are controlled by a mixture of http commands and dtmf, and as your work ties web and telephony in a very dynamic way, I thougth I'd try you stuff for the purpose. In addition, the operator also is provided the telephone interface. For controlling purposes, I beleive the best is to keep it separate in an html page. Maybe a proper dialplan could send the dtmf, but it would not be as 'elegant'/changable as in a web page. I've tried the javascript way, but gets some chromewindow error, so I'll return with the result of implementing the dtmf version. Regards Christian Jean-Denis Girard skrev: > Hi, > > Christian G. Tveen a ?crit : > >> Hi, >> >> I have two questions regarding DTMF tones, which I hope somebody can >> answer: >> >> 1: Is it possible to send a sequence of dtmf tones from a web page to an >> current conversation, either using the tel: protocol or via some >> javascript ? >> >> 2: Is it possible to add dtmf tones to the tel: protocol, or is the >> dialplan the way to go ? >> > > MozPhone does send digits when you click in the dialpad, and the > interface is written in javascript, so obviously it would be possible to > send the digits directly. But there is currently no way to do it from > the tel: protocol (though it could be extended, e.g. tel:/0/dtmf?123). > > I'm curious about why you need that: could you tell more ? > > Thanks, > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mozdev.org/pipermail/moziax/attachments/20071108/245b3dc3/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: cgt.vcf Type: text/x-vcard Size: 193 bytes Desc: not available Url : http://mozdev.org/pipermail/moziax/attachments/20071108/245b3dc3/attachment.vcf -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3272 bytes Desc: S/MIME Cryptographic Signature Url : http://mozdev.org/pipermail/moziax/attachments/20071108/245b3dc3/attachment.bin From cgt at navicon.dk Thu Nov 8 15:04:49 2007 From: cgt at navicon.dk (Christian G. Tveen) Date: Fri, 09 Nov 2007 00:04:49 +0100 Subject: [Moziax] dtmf In-Reply-To: <47337500.8080003@navicon.dk> References: <4730BFAE.7050500@navicon.dk> <4731FD76.3020802@sysnux.pf> <47337500.8080003@navicon.dk> Message-ID: <47339611.2050008@navicon.dk> Hi, This works (for me). It only sends a dtmf on existing line, and calls an alterntive number if no line exists. mozphone.js function pausecomp(millis) { var date = new Date(); var curDate = null; do { curDate = new Date(); } while(curDate-date < millis); } function call() ... case 'send_dtmf': case 'send_dtmf/': // tel://12345|send_dtmf?dtmf=1234=delay=500 if( Call.selected<0){ // Make dial string if( num.search( /@/ )==-1 ) // Dial through default IAX account num = prefs.iax_peer + ':' + prefs.iax_secret + '@' + prefs.ast_host + '/' + num; // Finally call... mp_debug( 'dial: ' + num + '
' ); proxiax_send( 'call,' + num ); return false; } var p = new Array; var dtmf = new Array; p = a[1].split( '=' ); var delay = 500; for( var j=0; j'); for( var i=0; i' ); digit(dtmf.charAt(i)); pausecomp(delay); } return false; break; Regards Christian PS: sorry for indentation... Christian G. Tveen skrev: > Hi, > > Thanks for the answer. > > Sorry about not explaining myself further. I have some devices that > are controlled by a mixture of http commands and dtmf, and as your > work ties web and telephony in a very dynamic way, I thougth I'd try > you stuff for the purpose. In addition, the operator also is provided > the telephone interface. For controlling purposes, I beleive the best > is to keep it separate in an html page. Maybe a proper dialplan could > send the dtmf, but it would not be as 'elegant'/changable as in a web > page. > > I've tried the javascript way, but gets some chromewindow error, so > I'll return with the result of implementing the dtmf version. > > Regards Christian > > Jean-Denis Girard skrev: >> Hi, >> >> Christian G. Tveen a ?crit : >> >>> Hi, >>> >>> I have two questions regarding DTMF tones, which I hope somebody can >>> answer: >>> >>> 1: Is it possible to send a sequence of dtmf tones from a web page to an >>> current conversation, either using the tel: protocol or via some >>> javascript ? >>> >>> 2: Is it possible to add dtmf tones to the tel: protocol, or is the >>> dialplan the way to go ? >>> >> >> MozPhone does send digits when you click in the dialpad, and the >> interface is written in javascript, so obviously it would be possible to >> send the digits directly. But there is currently no way to do it from >> the tel: protocol (though it could be extended, e.g. tel:/0/dtmf?123). >> >> I'm curious about why you need that: could you tell more ? >> >> Thanks, >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mozdev.org/pipermail/moziax/attachments/20071109/197bd46d/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: cgt.vcf Type: text/x-vcard Size: 193 bytes Desc: not available Url : http://mozdev.org/pipermail/moziax/attachments/20071109/197bd46d/attachment-0001.vcf -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3272 bytes Desc: S/MIME Cryptographic Signature Url : http://mozdev.org/pipermail/moziax/attachments/20071109/197bd46d/attachment-0001.bin From jd.girard at sysnux.pf Mon Nov 12 20:57:36 2007 From: jd.girard at sysnux.pf (Jean-Denis Girard) Date: Mon, 12 Nov 2007 18:57:36 -1000 Subject: [Moziax] Moziax under Mac OS X -- help us do this! In-Reply-To: <473362C6.8070202@nlm.nih.gov> References: <4730BFAE.7050500@navicon.dk> <4731FD76.3020802@sysnux.pf> <473362C6.8070202@nlm.nih.gov> Message-ID: <47392EC0.7040608@sysnux.pf> Hi Rick, Not much replies unfortunately :( Could you post your work somewhere, I have a friend who has a Mac, and agrees to lend it to me a couple of days. R.P.C. Rodgers a ?crit : > Dear Fellow Moziax Enthusiasts. > > A number of us have been very keen to complete the work of > getting Moziax to function as a Firefox extension on the Mac > under Mac OS X -- making it the only IAX client I am aware of > that would work as a Firefox extension on Windows, Linux, > Solaris, and the Mac. This would be terrifically useful! > > The remaining problem(s) is most likely trivially easy for someone > with experience setting up Firefox extensions on the Mac. > SOMEONE out there has gotta have the 15 mins free to help with > this! :) I'm not sure it is trivial, but I sure want to try and find a solution. Thanks, -- Jean-Denis Girard SysNux Syst?mes Linux en Polyn?sie fran?aise http://www.sysnux.pf/ T?l: +689 483 527 / GSM: +689 797 527 From cgt at navicon.dk Fri Nov 16 05:07:13 2007 From: cgt at navicon.dk (Christian G. Tveen) Date: Fri, 16 Nov 2007 14:07:13 +0100 Subject: [Moziax] sound/volume level Message-ID: <473D9601.6050609@navicon.dk> Hi, I use loud speakers with Moziax, and have problem with the levels. The ring tones are very loud and clear, but the spoken word is too low. On the level meter, the level looks ok, but if I raise the level on the loud speakers to hear the voice, the ring tones get far too loud. Is it possible to raise the voice level sent to the speakers, without raising the ring tones ? I would very much like to have the loud speakers in 'normal' level and at the same time being able to hear the voice. Best regards Christian -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3272 bytes Desc: S/MIME Cryptographic Signature Url : http://www.mozdev.org/pipermail/moziax/attachments/20071116/7c6e2d5f/attachment.bin From cgt at navicon.dk Tue Nov 20 01:41:04 2007 From: cgt at navicon.dk (Christian G. Tveen) Date: Tue, 20 Nov 2007 10:41:04 +0100 Subject: [Moziax] sound/volume level In-Reply-To: <473D9601.6050609@navicon.dk> References: <473D9601.6050609@navicon.dk> Message-ID: <4742ABB0.4060205@navicon.dk> Hi, Maybe not. Would anybody know if it is possible to disable mozphone ringtone, so only the call image appears ? I guess adding a second soundcard for ringtones would do, but I prefer not. Best regards Christian Christian G. Tveen skrev: > Hi, > > I use loud speakers with Moziax, and have problem with the levels. The > ring tones are very loud and clear, but the spoken word is too low. > On the level meter, the level looks ok, but if I raise the level on > the loud speakers to hear the voice, the ring tones get far too loud. > > Is it possible to raise the voice level sent to the speakers, without > raising the ring tones ? I would very much like to have the loud > speakers in 'normal' level and at the same time being able to hear the > voice. > > Best regards Christian > ------------------------------------------------------------------------ > > _______________________________________________ > Moziax mailing list > Moziax at mozdev.org > https://www.mozdev.org/mailman/listinfo/moziax > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.mozdev.org/pipermail/moziax/attachments/20071120/0d57cbfa/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: cgt.vcf Type: text/x-vcard Size: 193 bytes Desc: not available Url : http://www.mozdev.org/pipermail/moziax/attachments/20071120/0d57cbfa/attachment.vcf -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3272 bytes Desc: S/MIME Cryptographic Signature Url : http://www.mozdev.org/pipermail/moziax/attachments/20071120/0d57cbfa/attachment.bin From wasim at convergence.pk Tue Nov 20 02:22:01 2007 From: wasim at convergence.pk (Wasim Baig) Date: Tue, 20 Nov 2007 15:22:01 +0500 Subject: [Moziax] sound/volume level In-Reply-To: <4742ABB0.4060205@navicon.dk> References: <473D9601.6050609@navicon.dk> <4742ABB0.4060205@navicon.dk> Message-ID: Ideally speaking we should have individual ringing, dialtone, dtmf, mic and ear sound levels. Each 0-9 with O being mute. On 11/20/07, Christian G. Tveen wrote: > Hi, > > Maybe not. Would anybody know if it is possible to disable mozphone > ringtone, so only the call image appears ? I guess adding a second > soundcard for ringtones would do, but I prefer not. > > Best regards Christian > > Christian G. Tveen skrev: > > Hi, > > > > I use loud speakers with Moziax, and have problem with the levels. The > > ring tones are very loud and clear, but the spoken word is too low. > > On the level meter, the level looks ok, but if I raise the level on > > the loud speakers to hear the voice, the ring tones get far too loud. > > > > Is it possible to raise the voice level sent to the speakers, without > > raising the ring tones ? I would very much like to have the loud > > speakers in 'normal' level and at the same time being able to hear the > > voice. > > > > Best regards Christian > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Moziax mailing list > > Moziax at mozdev.org > > https://www.mozdev.org/mailman/listinfo/moziax > > > > -- wasim h. baig | principal consultant | convergence pk | +92 300 8508070 From jd.girard at sysnux.pf Tue Nov 20 07:45:56 2007 From: jd.girard at sysnux.pf (Jean-Denis Girard) Date: Tue, 20 Nov 2007 05:45:56 -1000 Subject: [Moziax] sound/volume level In-Reply-To: References: <473D9601.6050609@navicon.dk> <4742ABB0.4060205@navicon.dk> Message-ID: <47430134.4030308@sysnux.pf> Ringing, dialtone and dtmf are calculated by MozPhone (network_client.c) so yes the levels could be individually modified. mic and ear levels can be set through libiaxclient. I will implement this in a future version. Wasim Baig a ?crit : > Ideally speaking we should have individual ringing, dialtone, dtmf, > mic and ear sound levels. Each 0-9 with O being mute. > > On 11/20/07, Christian G. Tveen wrote: >> Hi, >> >> Maybe not. Would anybody know if it is possible to disable mozphone >> ringtone, so only the call image appears ? I guess adding a second >> soundcard for ringtones would do, but I prefer not. >> >> Best regards Christian >> >> Christian G. Tveen skrev: >>> Hi, >>> >>> I use loud speakers with Moziax, and have problem with the levels. The >>> ring tones are very loud and clear, but the spoken word is too low. >>> On the level meter, the level looks ok, but if I raise the level on >>> the loud speakers to hear the voice, the ring tones get far too loud. >>> >>> Is it possible to raise the voice level sent to the speakers, without >>> raising the ring tones ? I would very much like to have the loud >>> speakers in 'normal' level and at the same time being able to hear the >>> voice. >>> >>> Best regards Christian Thanks, -- Jean-Denis Girard SysNux Syst?mes Linux en Polyn?sie fran?aise http://www.sysnux.pf/ T?l: +689 483 527 / GSM: +689 797 527 From cgt at navicon.dk Fri Nov 23 04:59:45 2007 From: cgt at navicon.dk (Christian G. Tveen) Date: Fri, 23 Nov 2007 13:59:45 +0100 Subject: [Moziax] sound/volume level In-Reply-To: <47430134.4030308@sysnux.pf> References: <473D9601.6050609@navicon.dk> <4742ABB0.4060205@navicon.dk> <47430134.4030308@sysnux.pf> Message-ID: <4746CEC1.1050600@navicon.dk> Hi, Now having started the thread, I'll share a workaround, in case somebody hits a similar problem. It is possible to buy a USB sound card to approx 8 euro, which is not too intrusive, still somehow portable. It is then possible to assign the ring tone to this sound card. Sorry if I am spamming too heavily; I was not aware of such simple sound 'cards', before asking for hints; I only had a software solution in mind. Regards Christian Jean-Denis Girard skrev: > Ringing, dialtone and dtmf are calculated by MozPhone (network_client.c) > so yes the levels could be individually modified. mic and ear levels can > be set through libiaxclient. I will implement this in a future version. > > Wasim Baig a ?crit : > >> Ideally speaking we should have individual ringing, dialtone, dtmf, >> mic and ear sound levels. Each 0-9 with O being mute. >> >> On 11/20/07, Christian G. Tveen wrote: >> >>> Hi, >>> >>> Maybe not. Would anybody know if it is possible to disable mozphone >>> ringtone, so only the call image appears ? I guess adding a second >>> soundcard for ringtones would do, but I prefer not. >>> >>> Best regards Christian >>> >>> Christian G. Tveen skrev: >>> >>>> Hi, >>>> >>>> I use loud speakers with Moziax, and have problem with the levels. The >>>> ring tones are very loud and clear, but the spoken word is too low. >>>> On the level meter, the level looks ok, but if I raise the level on >>>> the loud speakers to hear the voice, the ring tones get far too loud. >>>> >>>> Is it possible to raise the voice level sent to the speakers, without >>>> raising the ring tones ? I would very much like to have the loud >>>> speakers in 'normal' level and at the same time being able to hear the >>>> voice. >>>> >>>> Best regards Christian >>>> > > > Thanks, > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.mozdev.org/pipermail/moziax/attachments/20071123/22e17068/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: cgt.vcf Type: text/x-vcard Size: 193 bytes Desc: not available Url : http://www.mozdev.org/pipermail/moziax/attachments/20071123/22e17068/attachment.vcf -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3272 bytes Desc: S/MIME Cryptographic Signature Url : http://www.mozdev.org/pipermail/moziax/attachments/20071123/22e17068/attachment.bin From jd.girard at sysnux.pf Fri Nov 23 10:43:15 2007 From: jd.girard at sysnux.pf (Jean-Denis Girard) Date: Fri, 23 Nov 2007 08:43:15 -1000 Subject: [Moziax] sound/volume level In-Reply-To: <4746CEC1.1050600@navicon.dk> References: <473D9601.6050609@navicon.dk> <4742ABB0.4060205@navicon.dk> <47430134.4030308@sysnux.pf> <4746CEC1.1050600@navicon.dk> Message-ID: <47471F43.1040308@sysnux.pf> Christian G. Tveen a ?crit : > Hi, > > Now having started the thread, I'll share a workaround, in case somebody > hits a similar problem. It is possible to buy a USB sound card to approx > 8 euro, which is not too intrusive, still somehow portable. It is then > possible to assign the ring tone to this sound card. > > Sorry if I am spamming too heavily; I was not aware of such simple sound > 'cards', before asking for hints; I only had a software solution in mind. Hi Christian, I agree that usb audio or headset is indeed very nice for softphones. I have seen some PC (under Windows) where sound quality was very bad with MozPhone; using usb headset immediately solved the problem. I currently use Plantronics CS60-USB DECT headset and I'm very happy with it. I just added support for the buttons (pickup/hangup, off base/on base, mute/unmute) in MozPhone. Best regards, -- Jean-Denis Girard SysNux Syst?mes Linux en Polyn?sie fran?aise http://www.sysnux.pf/ T?l: +689 483 527 / GSM: +689 797 527