Skip to main content

Provider Halonet (Poland)

Halonet.pl

Last update: 18 June 2009

Halonet requires using Remote-Party-ID in format <sip:account@sip.halonet.pl> or not to use this header at all. To remove this header insert the following code before bridge in your dialplan:

<action application="set" data="sip_cid_type=none"/> 

Replace USERNAME, PASSWORD and EXTENSION with the account info you were provided.

<include>
<gateway name="halonet">
<param name="username" value="USERNAME"/>
<param name="extension" value="EXTENSION"/>
<param name="password" value="PASSWORD"/>
<param name="realm" value="sip.halonet.pl"/>
<param name="proxy" value="sip.halonet.pl"/>
<param name="expire-seconds" value="3600"/>
<param name="register" value="true"/>
<param name="register-transport" value="udp"/>
<param name="retry-seconds" value="30"/>
</gateway>
</include>