hugolivude
2006-Jan-13 17:50 UTC
[Asterisk-Users] loading zaptel drivers automatically upon reboot
Just installed Asterisk 1.2 on a brand new clean machine running RedHat 9.0. I have a TDM400 card inside. When I boot, the card seems dead. When I do: modprobe wctdm modprobe Zaptel the lights come on and all seems fine, until I reboot that is... After a reboot I have to repeat the modprobe. I shouldn't have to do a modprobe every re-boot should I? How do you get the drivers to load automatically? I've looked everywhere! - I tried running ztcfg but it did nothing, - I read a posting that spoke of editing rc.modules file, but I don't seem to have that file, - I tried removing everything that corresponds to zaptel, (including, but not limited to 'ztcfg', 'tor2' and 'tormenta' devices) from /etc/modules.conf. Again no luck Any ideas? Thanks, Hugh
Joel Vandal
2006-Jan-13 17:58 UTC
[Asterisk-Users] loading zaptel drivers automatically upon reboot
Hi,>Just installed Asterisk 1.2 on a brand new clean machine running >RedHat 9.0. I have a TDM400 card inside. When I boot, the card seems >dead. When I do: > >modprobe wctdm >modprobe Zaptel > >Since you use Redhat, From zaptel src directory, do a "make config", it will create init.d and sysconfig file for zaptel. You will be able to control zaptel using chkconfig and service (service zaptel stop/start). Same thing for Asterisk. (make config). -- Joel Vandal, CTO ScopServ Inc. http://www.scopserv.com/
Carlos Alperin
2006-Jan-13 19:39 UTC
[Asterisk-Users] loading zaptel drivers automatically upon reboot
That is right for zaptel. But you still has to do modprobe wctdm on rc.local before to load asterisk. Any way to fix this? Carlos Alperin -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Joel Vandal Sent: Friday, January 13, 2006 7:59 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] loading zaptel drivers automatically upon reboot Hi,>Just installed Asterisk 1.2 on a brand new clean machine running >RedHat 9.0. I have a TDM400 card inside. When I boot, the card seems >dead. When I do: > >modprobe wctdm >modprobe Zaptel > >Since you use Redhat, From zaptel src directory, do a "make config", it will create init.d and sysconfig file for zaptel. You will be able to control zaptel using chkconfig and service (service zaptel stop/start). Same thing for Asterisk. (make config). -- Joel Vandal, CTO ScopServ Inc. http://www.scopserv.com/ _______________________________________________ --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
turby
2006-Jan-13 20:17 UTC
[Asterisk-Users] loading zaptel drivers automatically upon reboot
hi hugh, use script and run the script from rc. turby -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of hugolivude Sent: 14. ledna 2006 1:51 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] loading zaptel drivers automatically upon reboot Just installed Asterisk 1.2 on a brand new clean machine running RedHat 9.0. I have a TDM400 card inside. When I boot, the card seems dead. When I do: modprobe wctdm modprobe Zaptel the lights come on and all seems fine, until I reboot that is... After a reboot I have to repeat the modprobe. I shouldn't have to do a modprobe every re-boot should I? How do you get the drivers to load automatically? I've looked everywhere! - I tried running ztcfg but it did nothing, - I read a posting that spoke of editing rc.modules file, but I don't seem to have that file, - I tried removing everything that corresponds to zaptel, (including, but not limited to 'ztcfg', 'tor2' and 'tormenta' devices) from /etc/modules.conf. Again no luck Any ideas? Thanks, Hugh _______________________________________________ --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
Joel Vandal
2006-Jan-13 21:19 UTC
[Asterisk-Users] loading zaptel drivers automatically upon reboot
Carlos Alperin a ?crit :>That is right for zaptel. But you still has to do modprobe wctdm on rc.local >before to load asterisk. > >Any way to fix this? > >On Redhat / Centos / Fedora I usualy do : cd zaptel ; make config cd ../asterisk ; make config chkconfig zaptel on chkconfig asterisk on At boot, it will start zaptel then asterisk. -- Joel Vandal, CTO ScopServ Inc. http://www.scopserv.com/
Carlos Alperin
2006-Jan-14 09:35 UTC
[Asterisk-Users] loading zaptel drivers automatically upon reboot
Ok, Now that I get zaptel working, is this loading something as safe_asterisk as module? Thanks, Carlos Alperin -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Joel Vandal Sent: Friday, January 13, 2006 11:19 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] loading zaptel drivers automatically upon reboot Carlos Alperin a ?crit :>That is right for zaptel. But you still has to do modprobe wctdm onrc.local>before to load asterisk. > >Any way to fix this? > >On Redhat / Centos / Fedora I usualy do : cd zaptel ; make config cd ../asterisk ; make config chkconfig zaptel on chkconfig asterisk on At boot, it will start zaptel then asterisk. -- Joel Vandal, CTO ScopServ Inc. http://www.scopserv.com/ _______________________________________________ --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
Steven Ringwald
2006-Jan-16 11:06 UTC
[Asterisk-Users] loading zaptel drivers automatically upon reboot
On Fri, 2006-01-13 at 19:50 -0500, hugolivude wrote:> Just installed Asterisk 1.2 on a brand new clean machine running > RedHat 9.0. I have a TDM400 card inside. When I boot, the card seems > dead. When I do: > > modprobe wctdm > modprobe Zaptel > > the lights come on and all seems fine, until I reboot that is... > > After a reboot I have to repeat the modprobe. > > I shouldn't have to do a modprobe every re-boot should I? How do you > get the drivers to load automatically? I've looked everywhere! > > - I tried running ztcfg but it did nothing, > - I read a posting that spoke of editing rc.modules file, but I don't > seem to have that file, > - I tried removing everything that corresponds to zaptel, (including, > but not limited to > 'ztcfg', 'tor2' and 'tormenta' devices) from /etc/modules.conf. Again no luck > > Any ideas?For my TDM400 cards, I need to run the following commands: modprobe wcfxo modprobe wcfxs udevstart sleep 5
Modify or delete the digitmap. The digitmap allows the phone to intelligently detect numbers dialed (and presumably save the user from hitting send after a specified number of seconds). The digitmap is available on the web interface under SIP and Local Settings. The default is: [2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[2-9]xxxT We pass all digits to Asterisk, which handles it intelligently. Omar A. Sabek On 1/18/06, calvis <calvis@itechgroup.com> wrote:> > > I am starting to play around with my first Polycom phone. I have it > registered to my asterisk box, but the problem is dialing. When I try to > dial with the handset I get my provider telling me that they can not > complete my call afterwards Allison pops in and tells me all circuits are > busy and can not complete my call. > > However, if I punch in the numbers and then hit the dial button the call > completes with no problem. > > Does anyone have a clue what is going on? This is a SoundPoint IP 601 phone > and I am using Asterisk at Home 2.2. > > > Charles Alvis > Internet Technology Group, Inc. > Redmond, WA > > > > > > _______________________________________________ > --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 >
How are you sending DTMF tones? Try via RTP (RFC2833) if not already. Dan On 1/18/06, calvis <calvis@itechgroup.com> wrote:> > > > I am starting to play around with my first Polycom phone. I have it > registered to my asterisk box, but the problem is dialing. When I try to > dial with the handset I get my provider telling me that they can not > complete my call afterwards Allison pops in and tells me all circuits are > busy and can not complete my call. > > However, if I punch in the numbers and then hit the dial button the call > completes with no problem. > > Does anyone have a clue what is going on? This is a SoundPoint IP 601 > phone > and I am using Asterisk at Home 2.2. > > > Charles Alvis > Internet Technology Group, Inc. > Redmond, WA > > > > > > _______________________________________________ > --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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060117/27ec7216/attachment.htm
Thanks for leading me in the right direction. I was able to fix it with this string: [2-9]11|0T|011xxx.T|91[2-9]xxxxxxxxx|xxxT -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Omar A. Sabek Sent: Tuesday, January 17, 2006 10:52 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Odd Polycom Dialing Problem Modify or delete the digitmap. The digitmap allows the phone to intelligently detect numbers dialed (and presumably save the user from hitting send after a specified number of seconds). The digitmap is available on the web interface under SIP and Local Settings. The default is: [2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[2-9]xxxT We pass all digits to Asterisk, which handles it intelligently. Omar A. Sabek On 1/18/06, calvis <calvis@itechgroup.com> wrote:> > > I am starting to play around with my first Polycom phone. I have it > registered to my asterisk box, but the problem is dialing. When I try to > dial with the handset I get my provider telling me that they can not > complete my call afterwards Allison pops in and tells me all circuits are > busy and can not complete my call. > > However, if I punch in the numbers and then hit the dial button the call > completes with no problem. > > Does anyone have a clue what is going on? This is a SoundPoint IP 601phone> and I am using Asterisk at Home 2.2. > > > Charles Alvis > Internet Technology Group, Inc. > Redmond, WA > > > > > > _______________________________________________ > --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 >_______________________________________________ --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