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
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'
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'
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.
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
To unsubscribe from this list please visit 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
···
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
To unsubscribe from this list please visit 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.