How to add chan_rtpdir.c to DIAL
I am finally replacing a very old install of ACID at a HUB site with DIAL. This site does have some ties though to rtpDir_tm which is older, but still fun and working… I can’t seem to get chan_rtpdir.c to compile into Asterisk. I put it in the channels folder and recompiled, but it acts like it didn’t add it / compile it in. [Apr 2 21:02:37] NOTICE[1305] app_rpt.c: Normal Repeater Init 2363 [Apr 2 21:02:37] NOTICE[1305] app_rpt.c: Normal Repeater Init 1000 [Apr 2 21:02:37] WARNING[1318] channel.c: No channel type registered for 'rtpdir' [Apr 2 21:02:38] WARNING[1305] app_rpt.c: rpt_thread restarted on node 2363 [Apr 2 21:02:38] WARNING[1305] app_rpt.c: rpt_thread restarted on node 1000 [Apr 2 21:02:38] WARNING[1322] channel.c: No channel type registered for 'rtpdir' [Apr 2 21:02:40] NOTICE[1305] app_rpt.c: RPT thread restarted on 2363 [Apr 2 21:02:40] WARNING[1305] app_rpt.c: rpt_thread restarted on node 2363 [Apr 2 21:02:40] NOTICE[1305] app_rpt.c: RPT thread restarted on 1000 [Apr 2 21:02:40] WARNING[1305] app_rpt.c: rpt_thread restarted on node 1000 Anyone have any suggestions? Mike kb8zgl
On 4/2/16 9:07 PM, Michael J. Wolthuis wrote:
I am finally replacing a very old install of ACID at a HUB site with DIAL.
This site does have some ties though to rtpDir_tm which is older, but still fun and working…
I can’t seem to get chan_rtpdir.c to compile into Asterisk. I put it in the channels folder and recompiled, but it acts like it didn’t add it / compile it in.
[Apr 2 21:02:37] NOTICE[1305] app_rpt.c: Normal Repeater Init 2363
[Apr 2 21:02:37] NOTICE[1305] app_rpt.c: Normal Repeater Init 1000
[Apr 2 21:02:37] WARNING[1318] channel.c: No channel type registered for 'rtpdir'
[Apr 2 21:02:38] WARNING[1305] app_rpt.c: rpt_thread restarted on node 2363
[Apr 2 21:02:38] WARNING[1305] app_rpt.c: rpt_thread restarted on node 1000
[Apr 2 21:02:38] WARNING[1322] channel.c: No channel type registered for 'rtpdir'
Do you have this enabled in your modules file? -- Bryan Fields 727-409-1194 - Voice 727-214-2508 - Fax http://bryanfields.net
Bryan, I just found this in the log, seems it didn’t compile the chan_rtpdir.so file loader.c: Error loading module 'chan_rtpdir.so': /usr/lib/asterisk/modules/chan_rtpdir.so: cannot open shared object file: No such file or directory Wonder why that would be. Mike On 4/2/16, 9:20 PM, "Bryan Fields" <app_rpt-users-bounces@ohnosec.org on behalf of Bryan@bryanfields.net> wrote:
On 4/2/16 9:07 PM, Michael J. Wolthuis wrote:
I am finally replacing a very old install of ACID at a HUB site with DIAL.
This site does have some ties though to rtpDir_tm which is older, but still fun and working…
I can’t seem to get chan_rtpdir.c to compile into Asterisk. I put it in the channels folder and recompiled, but it acts like it didn’t add it / compile it in.
[Apr 2 21:02:37] NOTICE[1305] app_rpt.c: Normal Repeater Init 2363
[Apr 2 21:02:37] NOTICE[1305] app_rpt.c: Normal Repeater Init 1000
[Apr 2 21:02:37] WARNING[1318] channel.c: No channel type registered for 'rtpdir'
[Apr 2 21:02:38] WARNING[1305] app_rpt.c: rpt_thread restarted on node 2363
[Apr 2 21:02:38] WARNING[1305] app_rpt.c: rpt_thread restarted on node 1000
[Apr 2 21:02:38] WARNING[1322] channel.c: No channel type registered for 'rtpdir'
Do you have this enabled in your modules file?
-- Bryan Fields
727-409-1194 - Voice 727-214-2508 - Fax http://bryanfields.net _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Stop asterisk cd /usr/src/astsrc-1.4.23-pre/asterisk/ make menuselect select 3. Channel Drivers cursor down to 2 chan_rtpdir press space press x exit make make install cd /etc/asterisk edit modules.conf add load => chan_rtpdir.so start asterisk 73, Steve N4IRS On 04/02/2016 09:07 PM, Michael J. Wolthuis wrote:
I am finally replacing a very old install of ACID at a HUB site with DIAL.
This site does have some ties though to rtpDir_tm which is older, but still fun and working…
I can’t seem to get chan_rtpdir.c to compile into Asterisk. I put it in the channels folder and recompiled, but it acts like it didn’t add it / compile it in.
[Apr 2 21:02:37] NOTICE[1305] app_rpt.c: Normal Repeater Init 2363
[Apr 2 21:02:37] NOTICE[1305] app_rpt.c: Normal Repeater Init 1000
[Apr 2 21:02:37] WARNING[1318] channel.c: No channel type registered for 'rtpdir'
[Apr 2 21:02:38] WARNING[1305] app_rpt.c: rpt_thread restarted on node 2363
[Apr 2 21:02:38] WARNING[1305] app_rpt.c: rpt_thread restarted on node 1000
[Apr 2 21:02:38] WARNING[1322] channel.c: No channel type registered for 'rtpdir'
[Apr 2 21:02:40] NOTICE[1305] app_rpt.c: RPT thread restarted on 2363
[Apr 2 21:02:40] WARNING[1305] app_rpt.c: rpt_thread restarted on node 2363
[Apr 2 21:02:40] NOTICE[1305] app_rpt.c: RPT thread restarted on 1000
[Apr 2 21:02:40] WARNING[1305] app_rpt.c: rpt_thread restarted on node 1000
Anyone have any suggestions? Mike kb8zgl
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
Thanks! I did;t realize I had to go through menuselect, thanks Steve as always! Mike From: Steve Zingman <szingman@msgstor.com> Organization: MSGStor Reply-To: <szingman@msgstor.com> Date: Saturday, April 2, 2016 at 9:55 PM To: Michael Wolthuis <wolthuis@gmail.com>, "app_rpt-users@ohnosec.org" <app_rpt-users@ohnosec.org> Subject: Re: [App_rpt-users] How to add chan_rtpdir.c to DIAL Stop asterisk cd /usr/src/astsrc-1.4.23-pre/asterisk/ make menuselect select 3. Channel Drivers cursor down to 2 chan_rtpdir press space press x exit make make install cd /etc/asterisk edit modules.conf add load => chan_rtpdir.so start asterisk 73, Steve N4IRS On 04/02/2016 09:07 PM, Michael J. Wolthuis wrote: I am finally replacing a very old install of ACID at a HUB site with DIAL. This site does have some ties though to rtpDir_tm which is older, but still fun and working… I can’t seem to get chan_rtpdir.c to compile into Asterisk. I put it in the channels folder and recompiled, but it acts like it didn’t add it / compile it in. [Apr 2 21:02:37] NOTICE[1305] app_rpt.c: Normal Repeater Init 2363 [Apr 2 21:02:37] NOTICE[1305] app_rpt.c: Normal Repeater Init 1000 [Apr 2 21:02:37] WARNING[1318] channel.c: No channel type registered for 'rtpdir' [Apr 2 21:02:38] WARNING[1305] app_rpt.c: rpt_thread restarted on node 2363 [Apr 2 21:02:38] WARNING[1305] app_rpt.c: rpt_thread restarted on node 1000 [Apr 2 21:02:38] WARNING[1322] channel.c: No channel type registered for 'rtpdir' [Apr 2 21:02:40] NOTICE[1305] app_rpt.c: RPT thread restarted on 2363 [Apr 2 21:02:40] WARNING[1305] app_rpt.c: rpt_thread restarted on node 2363 [Apr 2 21:02:40] NOTICE[1305] app_rpt.c: RPT thread restarted on 1000 [Apr 2 21:02:40] WARNING[1305] app_rpt.c: rpt_thread restarted on node 1000 Anyone have any suggestions? Mike kb8zgl _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.orghttp://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. -- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
participants (3)
-
Bryan Fields -
Michael J. Wolthuis -
Steve Zingman