Douglas Garstang
2006-Oct-24 15:22 UTC
[asterisk-users] Meetme... No channel type registered for 'zap'
When I call meetme: exten => 1000,1,Answer exten => 1000,n,Meetme(|||d) Asterisk is complaing with: -- Executing Answer("IAX2/xxx.yyy.142.204:4569-2", "") in new stack -- Executing MeetMe("IAX2/xxx.yyy.142.204:4569-2", "|||d") in new stack -- Playing 'conf-getconfno' (language 'en') Warning, flexible rate not heavily tested! Oct 24 16:16:59 WARNING[1732]: channel.c:2597 ast_request: No channel type registered for 'zap' Oct 24 16:16:59 WARNING[1732]: app_meetme.c:465 build_conf: Unable to open pseudo channel - trying device -- Created MeetMe conference 1023 for conference '5000' -- Playing 'conf-onlyperson' (language 'en') -- Hungup 'IAX2/xxx.yyy.142.204:4569-2' However, I have zaptel and ztdummy drivers loaded: demeter:(acd1)asterisk # lsmod Module Size Used by ztdummy 3464 0 zaptel 218756 1 ztdummy usbhid 31328 0 ohci_hcd 16388 0 floppy 49028 0 pcspkr 2180 0 siimage 9472 0 [permanent] piix 8580 0 [permanent] ehci_hcd 24456 0 uhci_hcd 26256 0 usbcore 84740 5 usbhid,ohci_hcd,ehci_hcd,uhci_hcd rtc 10164 1 ztdummy crc_ccitt 2176 1 zaptel and I have the app_meetme application loaded. *CLI> show modules like meetme Module Description Use Count app_meetme.so MeetMe conference bridge 0 1 modules loaded What's up with that? Doug.
Kristian Kielhofner
2006-Oct-24 16:50 UTC
[asterisk-users] Meetme... No channel type registered for 'zap'
Douglas Garstang wrote:> When I call meetme: > > exten => 1000,1,Answer > exten => 1000,n,Meetme(|||d) > > Asterisk is complaing with: > > -- Executing Answer("IAX2/xxx.yyy.142.204:4569-2", "") in new stack > -- Executing MeetMe("IAX2/xxx.yyy.142.204:4569-2", "|||d") in new stack > -- Playing 'conf-getconfno' (language 'en') > Warning, flexible rate not heavily tested! > Oct 24 16:16:59 WARNING[1732]: channel.c:2597 ast_request: No channel type registered for 'zap' > Oct 24 16:16:59 WARNING[1732]: app_meetme.c:465 build_conf: Unable to open pseudo channel - trying device > -- Created MeetMe conference 1023 for conference '5000' > -- Playing 'conf-onlyperson' (language 'en') > -- Hungup 'IAX2/xxx.yyy.142.204:4569-2' > > However, I have zaptel and ztdummy drivers loaded: > > demeter:(acd1)asterisk # lsmod > Module Size Used by > ztdummy 3464 0 > zaptel 218756 1 ztdummy > usbhid 31328 0 > ohci_hcd 16388 0 > floppy 49028 0 > pcspkr 2180 0 > siimage 9472 0 [permanent] > piix 8580 0 [permanent] > ehci_hcd 24456 0 > uhci_hcd 26256 0 > usbcore 84740 5 usbhid,ohci_hcd,ehci_hcd,uhci_hcd > rtc 10164 1 ztdummy > crc_ccitt 2176 1 zaptel > > and I have the app_meetme application loaded. > > *CLI> show modules like meetme > Module Description Use Count > app_meetme.so MeetMe conference bridge 0 > 1 modules loaded > > What's up with that? > > Doug.Doug, load chan_zap.so -- Kristian Kielhofner
Dan Austin
2006-Oct-24 16:51 UTC
[asterisk-users] Meetme... No channel type registered for 'zap'
Doug wrote:> When I call meetme:> exten => 1000,1,Answer > exten => 1000,n,Meetme(|||d)> Asterisk is complaing with:> -- Executing Answer("IAX2/xxx.yyy.142.204:4569-2", "") in new stack > -- Executing MeetMe("IAX2/xxx.yyy.142.204:4569-2", "|||d") in newstack> -- Playing 'conf-getconfno' (language 'en') > Warning, flexible rate not heavily tested! > Oct 24 16:16:59 WARNING[1732]: channel.c:2597 ast_request: No channeltype> registered for 'zap' > Oct 24 16:16:59 WARNING[1732]: app_meetme.c:465 build_conf: Unable toopen> pseudo channel - trying device > -- Created MeetMe conference 1023 for conference '5000' > -- Playing 'conf-onlyperson' (language 'en') > -- Hungup 'IAX2/xxx.yyy.142.204:4569-2'> However, I have zaptel and ztdummy drivers loaded:> demeter:(acd1)asterisk # lsmod > Module Size Used by > ztdummy 3464 0 > zaptel 218756 1 ztdummy > usbhid 31328 0 > ohci_hcd 16388 0 > floppy 49028 0 > pcspkr 2180 0 > siimage 9472 0 [permanent] > piix 8580 0 [permanent] > ehci_hcd 24456 0 > uhci_hcd 26256 0 > usbcore 84740 5 usbhid,ohci_hcd,ehci_hcd,uhci_hcd > rtc 10164 1 ztdummy > crc_ccitt 2176 1 zaptel> and I have the app_meetme application loaded.> *CLI> show modules like meetme > Module DescriptionUse Count> app_meetme.so MeetMe conference bridge0> 1 modules loaded> What's up with that?You don't happen to have a noload => chan_zap.so in /etc/asterisk/modules.conf, do you? What version of Asterisk and what channeltypes are loaded? Dan
Douglas Garstang
2006-Oct-24 20:40 UTC
[asterisk-users] Meetme... No channel type registered for 'zap'
Kristian, I don't have any zap hardware.... What do I put in zaptel.conf if I don't have any hardware? On some other systems we have, with chan_zap not loaded, and no zaptel.conf (running 1.2.9.1), meetme runs fine. This system with the problem has 1.2.12.1. I wonder if something was changed? Doug. -----Original Message----- From: Kristian Kielhofner [mailto:kris@krisk.org] Sent: Tue 10/24/2006 5:50 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Cc: Subject: Re: [asterisk-users] Meetme... No channel type registered for 'zap' Douglas Garstang wrote: > When I call meetme: > > exten => 1000,1,Answer > exten => 1000,n,Meetme(|||d) > > Asterisk is complaing with: > > -- Executing Answer("IAX2/xxx.yyy.142.204:4569-2", "") in new stack > -- Executing MeetMe("IAX2/xxx.yyy.142.204:4569-2", "|||d") in new stack > -- Playing 'conf-getconfno' (language 'en') > Warning, flexible rate not heavily tested! > Oct 24 16:16:59 WARNING[1732]: channel.c:2597 ast_request: No channel type registered for 'zap' > Oct 24 16:16:59 WARNING[1732]: app_meetme.c:465 build_conf: Unable to open pseudo channel - trying device > -- Created MeetMe conference 1023 for conference '5000' > -- Playing 'conf-onlyperson' (language 'en') > -- Hungup 'IAX2/xxx.yyy.142.204:4569-2' > > However, I have zaptel and ztdummy drivers loaded: > > demeter:(acd1)asterisk # lsmod > Module Size Used by > ztdummy 3464 0 > zaptel 218756 1 ztdummy > usbhid 31328 0 > ohci_hcd 16388 0 > floppy 49028 0 > pcspkr 2180 0 > siimage 9472 0 [permanent] > piix 8580 0 [permanent] > ehci_hcd 24456 0 > uhci_hcd 26256 0 > usbcore 84740 5 usbhid,ohci_hcd,ehci_hcd,uhci_hcd > rtc 10164 1 ztdummy > crc_ccitt 2176 1 zaptel > > and I have the app_meetme application loaded. > > *CLI> show modules like meetme > Module Description Use Count > app_meetme.so MeetMe conference bridge 0 > 1 modules loaded > > What's up with that? > > Doug. Doug, load chan_zap.so -- Kristian Kielhofner _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Is anyone having problems and Broadvoice with incoming DTMF not being recognized from a caller originating on the PSTN connection to Broadvoice? Broadvoice tech support confirmed this issue as a result of their carrier connections and suggested a work around in the dial plan(SIPDtmf). This does work but breaks DTMF for BroadVoice callers.
dtmf = inband Best regards, Al Bochter Bochter Services (Voip PBX) Toll Free: 866-638-1254 EXT: 250 (Voip PBX) Free World DialUp: 780217 EXT: 250 (Voip) Cellular: 712-432-5401 http://www.BochterServices.com/?t=Email BUY and sell Coins, Silver and Gold http://www.bochterservices.com/?j=gold&t=email For new and used security items http://www.bochterservices.com/?j=store&t=email_security GOLD PLATING SERVICES http://www.bochterservices.com/?j=plating&t=email Kevin Kiely wrote:>Is anyone having problems and Broadvoice with incoming DTMF not being >recognized from a caller originating on the PSTN connection to Broadvoice? > >Broadvoice tech support confirmed this issue as a result of their carrier >connections and suggested a work around in the dial plan(SIPDtmf). This >does work but breaks DTMF for BroadVoice callers. > > > >_______________________________________________ >--Bandwidth and Colocation provided by Easynews.com -- > >asterisk-users mailing list >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > >---------------------------------------------------- >Inbound (clean). Database: 0643-2, 10/24/2006 - 10/25/2006 1:05:14 AM > > > > > >
> Is anyone having problems and Broadvoice with incoming DTMF not being > recognized from a caller originating on the PSTN connection to Broadvoice?This is the reason why I left them two months after I signed up with them.> Broadvoice tech support confirmed this issue as a result of their carrier > connections and suggested a work around in the dial plan(SIPDtmf). This > does work but breaks DTMF for BroadVoice callers.Find a better carrier :)
That too. I never used Broadvoice but from what users have told me high priced poor service. There are better with no connect fees Best regards, Al Bochter Bochter Services (Voip PBX) Toll Free: 866-638-1254 EXT: 250 (Voip PBX) Free World DialUp: 780217 EXT: 250 (Voip) Cellular: 712-432-5401 http://www.BochterServices.com/?t=Email BUY and sell Coins, Silver and Gold http://www.bochterservices.com/?j=gold&t=email For new and used security items http://www.bochterservices.com/?j=store&t=email_security GOLD PLATING SERVICES http://www.bochterservices.com/?j=plating&t=email Dovid B wrote:>> Is anyone having problems and Broadvoice with incoming DTMF not being >> recognized from a caller originating on the PSTN connection to >> Broadvoice? > > This is the reason why I left them two months after I signed up with > them. > > >> Broadvoice tech support confirmed this issue as a result of their >> carrier >> connections and suggested a work around in the dial plan(SIPDtmf). This >> does work but breaks DTMF for BroadVoice callers. > > Find a better carrier :) > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > ---------------------------------------------------- > Inbound (clean). Database: 0643-3, 10/25/2006 - 10/25/2006 9:34:56 AM > > > >
Douglas Garstang
2006-Oct-25 09:05 UTC
[asterisk-users] Re: Meetme... No channel type registered for 'zap'
> -----Original Message----- > From: Tony Mountifield [mailto:tony@softins.clara.co.uk] > Sent: Wednesday, October 25, 2006 1:26 AM > To: asterisk-users@lists.digium.com > Subject: [asterisk-users] Re: Meetme... No channel type registered for > 'zap' > > > In article > <645FEC31A18FE54A8721500CDD55A7B603507677@mail.oneeighty.com>, > Douglas Garstang <dgarstang@oneeighty.com> wrote: > > Kristian, > > > > I don't have any zap hardware.... What do I put in > zaptel.conf if I don't have any hardware? > > On some other systems we have, with chan_zap not loaded, > and no zaptel.conf (running > > 1.2.9.1), meetme runs fine. This system with the problem > has 1.2.12.1. I wonder if something > > was changed? > > Doug, it sounds to me like you don't have the /dev/zap device files. > > Do you have the file /etc/udev/permissions.d/zaptel.permissions and > /etc/udev/rules.d/zaptel.rules installed?Tony, I don't have /etc/udev/permissions.d/, but I do have the other file. demeter:(acd1)ipt # ls -l /etc/udev/rules.d/zaptel.rules -r--r--r-- 1 root root 498 Oct 24 15:50 /etc/udev/rules.d/zaptel.rules> > What Linux distro are you using?I'm using Gentoo Linux, and have been for a number of months. This is the first time this problem has cropped up. If I have ztdummy installed, why do I need the device files? Isn't that what ztdummy is supposed to do? Doug.
Douglas Garstang
2006-Oct-25 11:29 UTC
[asterisk-users] Re: Meetme... No channel type registered for 'zap'
> -----Original Message----- > From: Tony Mountifield [mailto:tony@softins.clara.co.uk] > Sent: Wednesday, October 25, 2006 11:10 AM > To: asterisk-users@lists.digium.com > Subject: [asterisk-users] Re: Meetme... No channel type registered for > 'zap' > > > In article > <645FEC31A18FE54A8721500CDD55A7B6035D0BB1@mail.oneeighty.com>, > Douglas Garstang <dgarstang@oneeighty.com> wrote: > > Tony Mountifield [mailto:tony@softins.clara.co.uk] said: > > > > > > Doug, it sounds to me like you don't have the /dev/zap > device files. > > > > > > Do you have the file > /etc/udev/permissions.d/zaptel.permissions and > > > /etc/udev/rules.d/zaptel.rules installed? > > > > Tony, I don't have /etc/udev/permissions.d/, but I do have > the other file. > > > > demeter:(acd1)ipt # ls -l /etc/udev/rules.d/zaptel.rules > > -r--r--r-- 1 root root 498 Oct 24 15:50 > /etc/udev/rules.d/zaptel.rules > > > > > > > > What Linux distro are you using? > > > > I'm using Gentoo Linux, and have been for a number of > months. This is the first time this > > problem has cropped up. If I have ztdummy installed, why do > I need the device files? Isn't > > that what ztdummy is supposed to do? > > I'm not familiar with Gentoo, so I'm afraid I can only help in general > terms. > > In fact I've gone back and re-read your original message and > found that > I had misinterpreted it, so I'll start from the beginning again. It's > nothing to do with udev or device files after all. > > The messages you mentioned were: > > -- Executing Answer("IAX2/xxx.yyy.142.204:4569-2", "") in > new stack > -- Executing MeetMe("IAX2/xxx.yyy.142.204:4569-2", > "|||d") in new stack > -- Playing 'conf-getconfno' (language 'en') > Warning, flexible rate not heavily tested! > Oct 24 16:16:59 WARNING[1732]: channel.c:2597 ast_request: No > channel type registered for 'zap' > Oct 24 16:16:59 WARNING[1732]: app_meetme.c:465 build_conf: > Unable to open pseudo channel - trying device > -- Created MeetMe conference 1023 for conference '5000' > -- Playing 'conf-onlyperson' (language 'en') > -- Hungup 'IAX2/xxx.yyy.142.204:4569-2' > > What you didn't say was whether the conference worked despite those > messages. > > When you create a conference, MeetMe tries to create a full Asterisk > channel for the zaptel pseudo device. The two warnings above indicate > that it was unable to do so, meaning that chan_zap.so is not loaded. > If Meetme fails to create a full asterisk channel, it falls back to > opening a file descriptor on /dev/zap/pseudo directly. That's what the > "trying device" part in the second message means. It evidently > succeeded, or there would have been a third error message. > > If conferences are working ok for you, you can ignore the warnings. > However, certain options such as 'i' will not work, as they > rely on the > full Asterisk channel. > > The best solution is to make sure that chan_zap was built when you > compiled Asterisk on this box, AND that you don't have an entry in > modules.conf preventing it being loaded ("noload=chan_zap.so"). > > To make sure chan_zap is built, you must have built AND > installed zaptel > BEFORE you start to build Asterisk. > > Hope this all helps!Tony, Thanks for the reply. chan_zap was built, but I am not loading it. The meetme conference works, but user entry/exit is not being announced (that's option 'i', right?). I tried loading chan_zap, but it complains that I have no zaptel.conf file. So, if I have no zap hardware, what should I put in zaptel.conf? Doug.
Douglas Garstang
2006-Oct-26 07:27 UTC
[asterisk-users] Re: Meetme... No channel type registered for 'zap'
> -----Original Message----- > From: Tony Mountifield [mailto:tony@softins.clara.co.uk] > Sent: Wednesday, October 25, 2006 2:51 PM > To: asterisk-users@lists.digium.com > Subject: [asterisk-users] Re: Meetme... No channel type registered for > 'zap' > > > In article > <645FEC31A18FE54A8721500CDD55A7B6035D0BB3@mail.oneeighty.com>, > Douglas Garstang <dgarstang@oneeighty.com> wrote: > > Tony, > > > > Thanks for the reply. chan_zap was built, but I am not > loading it. The > > meetme conference works, but user entry/exit is not being announced > > (that's option 'i', right?). > > Yes, that's right. Also the 'r' option to record a conference > won't work > without chan_zap loaded, for the same reason. > > > I tried loading chan_zap, but it complains that I have no > zaptel.conf > > file. So, if I have no zap hardware, what should I put in > zaptel.conf? > > I think you meant zapata.conf. The file /etc/zaptel.conf is > required for > the zaptel device modules, and /etc/asterisk/zapata.conf is > for chan_zap. > > If you are using just ztdummy, then /etc/zaptel.conf can be > used just as > it comes in the zaptel distribution (zaptel.conf.sample), and the same > is true with /etc/asterisk/zapata.conf - it can be taken straight from > asterisk/configs/zapata.conf.sample and needs no changes.I'm not having much luck here. I used the default zaptel.conf and zapata.conf files, and put a load => chan_zap.so in my modules.conf. On load, asterisk reports: [chan_zap.so] => (Zapata Telephony w/PRI) Oct 26 08:24:33 ERROR[8419]: chan_zap.c:10147 setup_zap: Unable to load config zapata.conf Oct 26 08:24:33 WARNING[8419]: loader.c:414 __load_resource: chan_zap.so: load_module failed, returning -1 Oct 26 08:24:33 WARNING[8419]: loader.c:499 load_modules: Loading module chan_zap.so failed! and then it bombs out. :( Doug.