How to add an IAX2 extension to call via radio

Hi

My name is Alex Casanova (EA5HJX) this is the my first time with module. I am working in a project to integrate radio with VoIP (Asterisk). The project is HSMMN (High Speed Multimedia Network) in Spain.

I have a computer with Allstarlink with an URI. Now I would like to create an IAX2 or SIP account to call out via radio.

I followed the steps so far are:

in iax.conf

[100]
type = friend
secret = radio
callerid = "IAX Phone <100>
host = dynamic
context = radio-secure
Qualify = yes
autokill = yes
disallow = all
allow = gsm

My guess is that I have to put extensions.conf or rpt.conf to call an extension and broadcast through radio.

Thanks for all
Best Regards
Alex Casanova (EA5HJX)

···

---
1) www.bicubik.net/hsmmn

I think this is called a reverse autopatch - try searching on the qrvc website to see if that helps you.

Thanks a lot, I�ve made a few changes in my configuration to enable the autopach feature. But when i call from my IAX2 softphone to my node (27346) the radio don�t initialize the PTT when I speak from IAX2 softphone. The result, I have no audio in radio from IAX2 softphone.

Its necesary to make some modifications in rpt.conf or usbradio_tune_usb.conf to enable de PTT from IAX2 to radio ?

In my scenario I�m using the Zoiper IAX2 softphone. And a P2500 Teltronic radio.

Thanks a lot
Best regards

Alex Casanova (EA5HJX)
www.bicubik.net
skype: alexbogus

Hi Matt

Many thanks for your answer.

With my SIP reverse autopatch I have set rpt.conf to have the DTMF code *98 to key up the repeater by using cop,6 when I dial in.

98=cop,6

This option is enabled in my rpt.conf, is uncomment.
But I think the problem may be in the Zoiper softphone. Maybe I need to try with iaxrpt softphone with PTT.

I will post later, with my experiment on IAXRPT
Thanks a lot for your answer.

Best regards

···

----
Alex Casanova (EA5HJX)
www.bicubik.net
skype: alexbogus

Hi Jim

Many thanks for your answer

If youre trying to make a direct phone call into the system from IAX2 or
any other supported channel type

Yes, I will made a call from other Asterisk. But first of all I�m trying to make a call from an extension into my allstarlink system.

This is my actual configuration:

extensions.conf

[radio-gui]
exten => [node],1,rpt([node]|X)

iax.conf

[100]
type=friend
secret=radio
callerid="IAX Phone <100>"
host=dynamic
context=radio-gui
qualify=yes
autokill=yes
disallow=all
allow=gsm
notransfer=yes

you need to have a separate context
in your extensions.conf that invokes rpt with the 'P' option (meaning Phone),
or option 'Pv' (meaning Phone with Vox).

If if not too much trouble, could you give me an example of how is the configuration of extensions.conf and iax.conf.

You can not have a 'normal' IAX2 call come in the same way a node to
node connections comes in.

Ok, I think that was my problem. Seeing what it tells me I was doing wrong
I apologize if what I'm asking is very basic, I want to learn, this is my first node in Spain.

Thanks a lot
Best Regards

Hi all

I'm still fighting to integrate phone calls with RTP.
In the last mail Jimm said that i need to set the Pv parameter when invoked RPT in my extensions.conf

I'm confussed, I couldn�t find documentation about this, and I�m confussed.

Then, this a copy of my settings to see if anyone could help me to be able to open and close the Tx from a phone when I call and close them when a finish a call.

Like, press * to tx and # to finish Tx, and Rx.
This is my actual configuration:

extensions.conf

[from-phone]
exten => [node],1,rpt([mynode_number]|Pv)

iax.conf

[100]
type=friend
secret=radio
callerid="IAX Phone<100>"
host=dynamic
context=from-phone
qualify=yes
autokill=yes
disallow=all
allow=gsm
notransfer=yes

Thanks a lot
And sorry for insisting so much.
Best Regards