iH i have an IAXy which i can make calls from but am unable to call. when i dial the extension assigned, i get the following from the console; -- Executing Dial("SIP/5801-b665", "IAX2/5899@192.168.0.5") in new stack -- Called 5899@192.168.0.5 -- Call accepted by 192.168.0.5 (format ULAW) Nov 1 12:28:33 NOTICE[163850]: chan_iax2.c:5546 socket_read: Rejected call to 192.168.0.5, format 0x4 incompatible with our capability 0xff03. -- Hungup 'IAX2/5899/1' == No one is available to answer at this time what might i be missing? thanks - hcir
Hallo rich allen On Mon, 1 Nov 2004 12:30:43 -0900 you wrote:> iH > > i have an IAXy which i can make calls from but am unable to call. when > i dial the extension assigned, i get the following from the console; > > -- Executing Dial("SIP/5801-b665", "IAX2/5899@192.168.0.5") in new > stack > -- Called 5899@192.168.0.5 > -- Call accepted by 192.168.0.5 (format ULAW) > Nov 1 12:28:33 NOTICE[163850]: chan_iax2.c:5546 socket_read: Rejected > call to 192.168.0.5, format 0x4 incompatible with our capability > 0xff03.Hm, I'm not an expert on iaxY but it looks like that the codec is the prob. If both sides do not find a common codec the call will be rejected. Try to call with alaw or gsm and see if it helps.> -- Hungup 'IAX2/5899/1' > == No one is available to answer at this time > > > what might i be missing? > > thanks > - hcir > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Tho/\/\as
----- Original Message ----- From: "Steve Underwood" <steveu@coppice.org> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Monday, November 01, 2004 7:50 PM Subject: Re: [Asterisk-Users] Speech to Text Conversion | Cirelle Enterprises wrote: | | >has anybody found anything which works for speech to | >text translation? | > | >Implementation being instead of (or as well as) vm wav file being sent | >in email, a text translation would accompany the wav file???? | > | > | Speech to text is just around the corner. It has been for 30 years. :-) | | Steve | Ahh yes, finding which corner is the challange I suppose ... greg
This may be a bit off topic, but here is the best Speech recognition I have seen so far: VLVR -- Very Large Vocabulary Speech Recognition http://akpublic.research.att.com/projects/mohri/vlvr/ Cheers, S. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Cirelle Enterprises Sent: Tuesday, November 02, 2004 4:22 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Speech to Text Conversion ----- Original Message ----- From: "Steve Underwood" <steveu@coppice.org> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Monday, November 01, 2004 7:50 PM Subject: Re: [Asterisk-Users] Speech to Text Conversion | Cirelle Enterprises wrote: | | >has anybody found anything which works for speech to | >text translation? | > | >Implementation being instead of (or as well as) vm wav file being sent | >in email, a text translation would accompany the wav file???? | > | > | Speech to text is just around the corner. It has been for 30 years. :-) | | Steve | Ahh yes, finding which corner is the challange I suppose ... greg _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
>Thomas Niesel wrote:> Hallo rich allen >> I get this same error. Very strange. Dialing out from the IAXy works fine, message: Accepted AUTHENTICATED TBD call from 192.168.2.111 Accepted DIAL from 192.168.2.111, formats = 0x4 I also turned on Qualify and IAX debugging, and it reported my IAXy was alive and well. Yet dialing into the IAXy produces the error below. Portions of my config files are at the tail of the email. >>i have an IAXy which i can make calls from but am unable to call. when >>i dial the extension assigned, i get the following from the console; >> >> -- Executing Dial("SIP/5801-b665", "IAX2/5899 at 192.168.0.5") in new >>stack >> -- Called 5899 at 192.168.0.5 >> -- Call accepted by 192.168.0.5 (format ULAW) >>Nov 1 12:28:33 NOTICE[163850]: chan_iax2.c:5546 socket_read: Rejected >>call to 192.168.0.5, format 0x4 incompatible with our capability >>0xff03. > > > Hm, I'm not an expert on iaxY but it looks like that the codec is the > prob. > If both sides do not find a common codec the call will be rejected. > Try to call with alaw or gsm and see if it helps. >> >The IAXy doesn't do anything but ulaw and adpcm. I would stick with >ulaw for testing. > >I would start looking in the iax.conf entry for the iaxy for the culpit. > >B.provision file: ip: 192.168.2..111 netmask: 255.255.255.0 codec: adpcm ; also tried adpcm server: 192.168.2.110 user: myuser pass: mypass iax.conf: [myuser] type=friend accountcode=iaxy host=192.168.2.111 secret=mypass context=iaxycontext disallow=all allow=ulaw ; also tried adpcm callerid="My IAXy" trunk=no extensions.conf exten => s,2,Dial(IAX2/myuser/s)
Well, if these are the latest versio,ns of your files...> provision file: > codec: adpcm> iax.conf: > disallow=all > allow=ulaw
Typing trouble on my part. Should have said: provision file: codec: ulaw iax.conf: disallow=all allow=ulaw Elided email follows at end. ----- Original Message ----- From: "Wilson Pickett" <wilson.pickett@gmail.com> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Saturday, December 04, 2004 10:33 AM Subject: Re: [Asterisk-Users] Re: calling an iaxy> Well, if these are the latest versio,ns of your files... > >> provision file: >> codec: adpcm > >> iax.conf: >> disallow=all >> allow=ulaw > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >provision file: ip: 192.168.2..111 netmask: 255.255.255.0 codec: adpcm ; also tried adpcm server: 192.168.2.110 user: myuser pass: mypass iax.conf: [myuser] type=friend accountcode=iaxy host=192.168.2.111 secret=mypass context=iaxycontext disallow=all allow=ulaw ; also tried adpcm callerid="My IAXy" trunk=no extensions.conf exten => s,2,Dial(IAX2/myuser/s)>> -- Executing Dial("SIP/5801-b665", "IAX2/5899 at 192.168.0.5") innew >>stack >> -- Called 5899 at 192.168.0.5 >> -- Call accepted by 192.168.0.5 (format ULAW) >>Nov 1 12:28:33 NOTICE[163850]: chan_iax2.c:5546 socket_read: Rejected >>call to 192.168.0.5, format 0x4 incompatible with our capability >>0xff03.