local rpt access via local extension?
Sorry if this is more of an Asterisk question.... I'm deep into learning how to set up an Allstar* system. Had configure allstar//asterisk (lots of google and fumbling around) so that I could access to my node via a local extension in the shack. In the process of switching from usbradio to simpleusb my edited extensions file was overwritten. (the custom stuff is now in custom/extensions.conf and I have backup copies !) This dial plan results in a warning message from app_rpt: We only accept links via IAX2, Echolink, TheLinkBox or local !! (context from custom/extensions.conf) [in-shack] exten => 6010,1,Dial(SIP/6010,60,rT) exten => 6020,1,Dial(SIP/6020,60,rT) exten => 6099,1,Goto(radio-secure,27739,1) How do I make extension 6099 'local' to app_rpt again? I can dial between the extensions but fail with reorder/fast busy on 6099.. I know I HAD it working at 2 am the other night! Thanks in advance for any pointers on how to get this working again. Jimc -- W8NSA *standard installation from the Allstar download CD.
Well Jim, Somehow I don't think I know exactly what you are doing but... exten => 6099,1,Dial(SIP/6099,60) If you want to dial the repeater from any extension, you only need dial the repeater node number (assuming you have not changed very much from default and the node is on that local server) There was no need to use the goto redirect from a extension number, from what you have shown, to dial the node. Perhaps you have other reasons but you will need the line above if that extension is to ring from anywhere on you server dialing 6099. Perhaps if I don't have things straight, you can give additional details. ...mike/kb8jnm
Sorry if this is more of an Asterisk question....
I'm deep into learning how to set up an Allstar* system. Had configure allstar//asterisk (lots of google and fumbling around) so that I could access to my node via a local extension in the shack.
In the process of switching from usbradio to simpleusb my edited extensions file was overwritten. (the custom stuff is now in custom/extensions.conf and I have backup copies !)
This dial plan results in a warning message from app_rpt: We only accept links via IAX2, Echolink, TheLinkBox or local !!
(context from custom/extensions.conf)
[in-shack] exten => 6010,1,Dial(SIP/6010,60,rT) exten => 6020,1,Dial(SIP/6020,60,rT) exten => 6099,1,Goto(radio-secure,27739,1)
How do I make extension 6099 'local' to app_rpt again?
I can dial between the extensions but fail with reorder/fast busy on 6099..
I know I HAD it working at 2 am the other night!
Thanks in advance for any pointers on how to get this working again.
Jimc -- W8NSA
*standard installation from the Allstar download CD.
_______________________________________________ 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.
participants (2)
-
Jim Cook -
mike@midnighteng.com