Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IPoffice and Siptrunk (Broadsoft)

Status
Not open for further replies.

wokkel99

Technical User
Aug 22, 2004
35
0
0
NL
Has anyone, done a siptrunk of Broadsoft(routit the Netherlands) on an Ip-office.

I can't get the sip trunk registerd to the ipoffice.

On other PBX systems i have no problems, to get the sip trunk registerd.

Other siptrunk are working very well, only the Broadsoft doesn't.

Please help.
 
I have done RouteIt once.
What happens?

BAZINGA!

I'm not insane, my mother had me tested!

 
Hoi Wokkel99,

Have connected a few myself, if you use Cisco routers check the fix ups.
Also release 6.1 and up is more stable than release 5.0/6.0.
contact me on
Cisco Fix-ups.
no fixup protocol sip 5060
no fixup protocol sip udp 5060

Regards Bas

Avaya_Red.gif

___________________________________________
It works! Now if only I could remember what I did...

Dain Bramaged (Avaya Search tool )
______________________________________
 
Here you go :)

Create a new map called "Templates" in C:\Program Files (x86)\Avaya\IP Office\ManagerCopy/Paste the code below in notepad and name it NL_RoutIT_SIPTrunk.xml
Then add the new sip trunk if you right click it on "Line" New SIP trunk from template.

SIP credentials tab;
User Name: 123456789 (without the 0)
Auth Name: The auth name you received from RoutIT
Contact: leave empty
Password: The password you received from RoutIT
Expiry on 30 mins.
Tick registration required

URI tab;
for Local/Contact/DisplayName select "Use Credentials User Name"
PAI None, select you Registration according to the cerdentials.

Select an outgoing group ID say 1

Check ShortCode ?/./X change it to ARS50 or the one you goin to use.

In the ARS create or use default 50
Code: N;
Feat: Dial
TelN: .
LnID: 1

Code:
<?xml version="1.0" encoding="utf-8"?>
<Template xmlns="urn:SIPTrunk-schema">
  <TemplateType>SIPTrunk</TemplateType>
  <Version>20110120</Version>
  <SystemLocale>nld</SystemLocale>
  <DescriptiveName>RoutITSipNL</DescriptiveName>
  <ITSPDomainName>klantnaam.voipit.nl</ITSPDomainName>
  <SendCallerID>CallerIDNone</SendCallerID>
  <ReferSupport>true</ReferSupport>
  <ReferSupportIncoming>2</ReferSupportIncoming>
  <ReferSupportOutgoing>2</ReferSupportOutgoing>
  <RegistrationRequired>false</RegistrationRequired>
  <UseTelURI>false</UseTelURI>
  <CheckOOS>true</CheckOOS>
  <CallRoutingMethod>1</CallRoutingMethod>
  <OriginatorNumber></OriginatorNumber>
  <AssociationMethod>SourceIP</AssociationMethod>
  <ITSPProxy>89.146.63.27</ITSPProxy>
  <LayerFourProtocol>SipUDP</LayerFourProtocol>
  <SendPort>5060</SendPort>
  <ListenPort>5060</ListenPort>
  <DNSServerOne>0.0.0.0</DNSServerOne>
  <DNSServerTwo>0.0.0.0</DNSServerTwo>
  <CallsRouteViaRegistrar>true</CallsRouteViaRegistrar>
  <SeparateRegistrar></SeparateRegistrar>
  <CompressionMode>AUTOSELECT</CompressionMode>
  <CallInitiationTimeout>4</CallInitiationTimeout>
  <DTMFSupport>DTMF_SUPPORT_RFC2833</DTMFSupport>
  <VoipSilenceSupression>false</VoipSilenceSupression>
  <ReinviteSupported>true</ReinviteSupported>
  <FaxTransportSupport>FOIP_NONE</FaxTransportSupport>
  <UseOffererPrefferedCodec>true</UseOffererPrefferedCodec>
  <CodecLockdown>false</CodecLockdown>
  <T38FaxVersion>3</T38FaxVersion>
  <Transport>UDPTL</Transport>
  <LowSpeed>0</LowSpeed>
  <HighSpeed>0</HighSpeed>
  <TCFMethod>Trans_TCF</TCFMethod>
  <MaxBitRate>FaxRate_14400</MaxBitRate>
  <EflagStartTimer>2600</EflagStartTimer>
  <EflagStopTimer>2300</EflagStopTimer>
  <UseDefaultValues>true</UseDefaultValues>
  <ScanLineFixup>true</ScanLineFixup>
  <TFOPEnhancement>true</TFOPEnhancement>
  <DisableT30ECM>false</DisableT30ECM>
  <DisableEflagsForFirstDIS>false</DisableEflagsForFirstDIS>
  <DisableT30MRCompression>false</DisableT30MRCompression>
  <NSFOverride>false</NSFOverride>
</Template>

Avaya_Red.gif

___________________________________________
It works! Now if only I could remember what I did...

Dain Bramaged (Avaya Search tool )
______________________________________
 
Bas,

Thankx for your help, the problem was the cisco fixup setting, i changed the setting, and it's working now.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top