Joseph
2009-Dec-27 07:39 UTC
[asterisk-users] Audiocodes MP-114 2FXO/2FXS help registering with Asterisk
I have AudioCodes MP-2FXO/2FXS but have a problem registering it with Asterisk. Any links or pointers to configuration how it is done? -- Joseph
Jonathan Thurman
2009-Dec-27 15:56 UTC
[asterisk-users] Audiocodes MP-114 2FXO/2FXS help registering with Asterisk
The web interface is a bit confusing at first. Here are some of the steps that I remember off hand. Change as little as possible, makes it easier to troubleshoot later. Get the latest code from your vendor (5.6 is what I run) Configure the proxy to register with Configuration -> Protocol Config -> Protocol Def -> Proxy and Registration - Enable registration - Set the registration per endpoint Configure your call routing Configuration -> Protocol Config -> Routing Tables -> IP to Trunk Group If you send a prefix for outgoing calls, you will need to configure that in the manipulation table too Configuration -> Protocol Config -> Manipulation tables -> Dest number IP to Tel Configure authentication Configuration -> Protocol Config -> Endpoint settings -> Authentication Now the part that took me a while to find... Configure the Channel to phone number mapping: Configuration -> Protocol Config -> Endpoint Number -> EndPoint Phone Number Configure the Hunt group settings Configuration -> Protocol Config -> Hunt/IP Group -> Hunt group settings Hope that helps. These are great devices, once you figure out how to get them configured... -Jonathan On Sat, Dec 26, 2009 at 11:39 PM, Joseph <syscon780 at gmail.com> wrote:> I have AudioCodes MP-2FXO/2FXS but have a problem registering it with Asterisk. > Any links or pointers to configuration how it is done? > > -- > Joseph > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > ? http://lists.digium.com/mailman/listinfo/asterisk-users >
Joseph
2009-Dec-28 00:26 UTC
[asterisk-users] Audiocodes MP-114 2FXO/2FXS help registering with Asterisk
I was able to register only one FXO port by setting in: Protocol Definition -> Proxy & Registration: Proxy Name: 10.0.0.109 Registrar IP Address: 10.0.0.109 User Name: pstn-5665 Password: 147 But how do I register other FXO and tow FXS ports? When I trying to enter in: Endpoint Settings -> Authentication: Port 2 FXS 369 523 Port 4 FXO pstn-5665 147 Once I remove the setting User Name: pstn-5665 Password: 147 from: Proxy & Registration registration fails. Here is my part from sip.conf: [369] ; internal extension FXS type=friend host=dynamic context=internal secret=523 username=369 mailbox=369 disallow=all allow=ulaw allow=alaw canreinvite=yes nat=no callgroup=1 pickupgroup=1 [pstn-5665] ; FXO type=friend secret=147 username=pstn-5665 host=dynamic canreinvite=yes disallow=all allow=ulaw allow=alaw nat=no context=incoming callgroup=1 pickupgroup=1 -- Joseph
Joseph
2009-Dec-28 03:23 UTC
[asterisk-users] [SOLVED] Audiocodes MP-114 2FXO/2FXS help registering with Asterisk
Finally Success :-/ -- Joseph On 12/27/09 17:26, Joseph wrote:>I was able to register only one FXO port by setting in: >Protocol Definition -> Proxy & Registration: >Proxy Name: 10.0.0.109 >Registrar IP Address: 10.0.0.109 >User Name: pstn-5665 >Password: 147 > >But how do I register other FXO and tow FXS ports? >When I trying to enter in: >Endpoint Settings -> Authentication: >Port 2 FXS 369 523 >Port 4 FXO pstn-5665 147 > >Once I remove the setting >User Name: pstn-5665 >Password: 147 >from: Proxy & Registration registration fails. > > >Here is my part from sip.conf: > >[369] ; internal extension FXS >type=friend >host=dynamic >context=internal >secret=523 >username=369 >mailbox=369 >disallow=all >allow=ulaw >allow=alaw >canreinvite=yes >nat=no >callgroup=1 >pickupgroup=1 > >[pstn-5665] ; FXO >type=friend >secret=147 >username=pstn-5665 >host=dynamic >canreinvite=yes >disallow=all >allow=ulaw >allow=alaw >nat=no >context=incoming >callgroup=1 >pickupgroup=1 > >-- >Joseph