<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.supervoice.eu/blogs/tag/asterisk/feed" rel="self" type="application/rss+xml"/><title>Supervoice - How to #Asterisk</title><description>Supervoice - How to #Asterisk</description><link>https://www.supervoice.eu/blogs/tag/asterisk</link><lastBuildDate>Mon, 09 Mar 2026 00:55:30 +0100</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[INSTRUCTIONS FOR CONNECTING ASTERISK BASED PBX WITH SUPERVOICE TRUNK]]></title><link>https://www.supervoice.eu/blogs/post/instructions-for-connecting-asterisk-based-pbx-with-supervoice</link><description><![CDATA[<img align="left" hspace="5" src="https://www.supervoice.eu/how_to/αρχείο λήψης.png"/>1. Access to the Supervoice service and registration of the Supervoice Trunk is provided using TLS protocol. &nbsp; 2. Create a new SIP Trunk in your PB ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_VxV2qE_iRyqMbWJWcYAjkg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_xT5axaLUQiOz8UDjSHXBMA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_UkJ0AONBQrSQzqmk_mp4_w" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_1LPUfpH0SPWdzTVjEkl93A" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_1LPUfpH0SPWdzTVjEkl93A"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><br></h2></div>
<div data-element-id="elm_UMkFmGwW6qAd5yFu0--Srw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_UMkFmGwW6qAd5yFu0--Srw"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div style="text-align:left;"><span style="color:inherit;"><span style="color:inherit;"><p><span style="font-size:12pt;">1. Access to the Supervoice service and registration of the Supervoice Trunk is provided using TLS protocol.</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">2. Create a new SIP Trunk in your PBX using the following peer details replacing the fromuser and username field with your id and the password that was sent from you via SMS:</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">context=from-trunk</span></p><p><span style="font-size:12pt;">type=peer</span></p><p><span style="font-size:12pt;">srvlookup=yes</span></p><p><span style="font-size:12pt;">host=sip.supervoice.eu</span></p><p><span style="font-size:12pt;">port=5061</span></p><p><span style="font-size:12pt;">fromuser=id00XXXXX</span></p><p><span style="font-size:12pt;">username=id00XXXXX</span></p><p><span style="font-size:12pt;">secret=PASSWORD</span></p><p><span style="font-size:12pt;">qualify=yes</span></p><p><span style="font-size:12pt;">nat=no</span></p><p><span style="font-size:12pt;">insecure=port,invite</span></p><p><span style="font-size:12pt;">dtmfmode=inband</span></p><p><span style="font-size:12pt;">canreinvite=no</span></p><p><span style="font-size:12pt;">disallow=all</span></p><p><span style="font-size:12pt;">allow=alaw&amp;ulaw&amp;g729</span></p><p><span style="font-size:12pt;">trustrpid=yes</span></p><p><span style="font-size:12pt;">sendrpid=pai</span></p><p><span style="font-size:12pt;">transport=tls</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">The register String should be the following:</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">tls://id00XXXXX:PASSWORD@sip.supervoice.eu:5061/id00XXXXX</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">3. Login to your asterisk CLI and type:</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">sip show registry</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">if the registration is successful the PBX will return an output similar to the one below:</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">Host&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dnsmgr&nbsp; &nbsp; Username&nbsp; &nbsp; Refresh State&nbsp; &nbsp; Reg.Time</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">sip.supervoice.eu:5061&nbsp; &nbsp; N&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 10000105&nbsp; &nbsp; &nbsp;Registered&nbsp; &nbsp; &nbsp; &nbsp; Mon, 06 Feb 2017 16:21:28</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">Finally, Asterisk PBX should have TLS enabled and as it works as a client it should not check the authenticity of TLS certificates.</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">So you need to go to the file /etc/asterisk/sip_ custom.conf to enter the following lines to save it and perform &quot;core reload&quot; from Asterisk CLI.</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">tlsbindaddr=[::]:5061</span></p><p><span style="font-size:12pt;">tlsdontverifyserver=yes</span></p><p><span style="font-size:12pt;">tlsclientmethod=tlsv1</span></p><p><span style="font-size:12pt;">tlsenable=yes</span></p><p><span style="font-size:12pt;">tlsprivatekey=/etc/asterisk/keys/default.key</span></p><p><span style="font-size:12pt;">tlscertfile=/etc/asterisk/keys/default.crt</span></p></span></span></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Wed, 01 Jul 2020 01:58:05 +0300</pubDate></item><item><title><![CDATA[ΟΔΗΓΙΕΣ ΓΙΑ ΣΥΝΔΕΣΗ ΤΟΥ ASTERISK BASED PBX ΜΕ SUPERVOICE]]></title><link>https://www.supervoice.eu/blogs/post/οδηγιεσγια-συνδεση-του-asterisk-based-pbx-με-supervoice</link><description><![CDATA[<img align="left" hspace="5" src="https://www.supervoice.eu/how_to/αρχείο λήψης.png"/>1. Η πρόσβαση στην υπηρεσία Supervoice και η εγγραφή στο Supervoice Trunk παρέχεται χρησιμοποιώντας TLS. &nbsp; 2. Δημιουργείστε ένα νέο SIP Trunk στο ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_YXma7Ce9RhaWz5WAksqOZQ" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_2XUWmyJKQ4GEcCH4qrP5YA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_iORTBvviSbC425FnwmiIFA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_w5rrmHn1QtSllSAtmJVPmA" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_w5rrmHn1QtSllSAtmJVPmA"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><br></h2></div>
<div data-element-id="elm_Kxy-nuHA-CGpyB5asPPQUA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_Kxy-nuHA-CGpyB5asPPQUA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div style="text-align:left;"><span style="color:inherit;"><p><span style="font-size:12pt;">1. Η πρόσβαση στην υπηρεσία Supervoice και η εγγραφή στο Supervoice Trunk παρέχεται χρησιμοποιώντας TLS.</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">2. Δημιουργείστε ένα νέο SIP Trunk στο PBX σας χρησιμοποιώντας τα παρακάτω peer details, αντικαθιστώντας τα πεδία fromuser και username με το id σας, καθώς και το password με το password που σας έχει σταλεί μέσω SMS:</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">context=from-trunk</span></p><p><span style="font-size:12pt;">type=peer</span></p><p><span style="font-size:12pt;">srvlookup=yes</span></p><p><span style="font-size:12pt;">host=sip.supervoice.eu</span></p><p><span style="font-size:12pt;">port=5061</span></p><p><span style="font-size:12pt;">fromuser=id00XXXXX</span></p><p><span style="font-size:12pt;">username=id00XXXXX</span></p><p><span style="font-size:12pt;">secret=PASSWORD</span></p><p><span style="font-size:12pt;">qualify=yes</span></p><p><span style="font-size:12pt;">nat=no</span></p><p><span style="font-size:12pt;">insecure=port,invite</span></p><p><span style="font-size:12pt;">dtmfmode=inband</span></p><p><span style="font-size:12pt;">canreinvite=no</span></p><p><span style="font-size:12pt;">disallow=all</span></p><p><span style="font-size:12pt;">allow=alaw&amp;ulaw&amp;g729</span></p><p><span style="font-size:12pt;">trustrpid=yes</span></p><p><span style="font-size:12pt;">sendrpid=pai</span></p><p><span style="font-size:12pt;">transport=tls</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">To Registration String θα είναι το ακόλουθο:</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">tls://id00XXXXX:PASSWORD@sip.supervoice.eu:5061/id00XXXXX</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">3. Πραγματοποιήστε είσοδο στο asterisk CLI σας και πληκτρολογείστε:</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">sip show registry</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">Εάν το registration του trunk σας είναι επιτυχές το PBX σας θα σας επιστρέψει μήνυμα παραπλήσιο με το παρακάτω:</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">Host&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dnsmgr&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Username&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Refresh State&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Reg.Time</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">sip.supervoice.eu:5061&nbsp; &nbsp; &nbsp; N&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 10000105&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RegisteredMon,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;06 Feb 2017 16:21:28</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">Τέλος, το Asterisk PBX σας δεν θα πρέπει να ελέγχει την γνησιότητα των TLS certificates όσο λειτουργεί ως client. Επομένως θα πρέπει να εισάγετε τις παρακάτω γραμμές στο αρχείο /etc/asterisk/sip_ custom.conf και να πραγματοποιήσετε ένα “core reload” μέσα από το Asterisk CLI.</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">tlsbindaddr=[::]:5061</span></p><p><span style="font-size:12pt;">tlsdontverifyserver=yes</span></p><p><span style="font-size:12pt;">tlsclientmethod=tlsv1</span></p><p><span style="font-size:12pt;">tlsenable=yes</span></p><p><span style="font-size:12pt;">tlsprivatekey=/etc/asterisk/keys/default.key</span></p><p><span style="font-size:12pt;">tlscertfile=/etc/asterisk/keys/default.crt</span></p></span></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Wed, 01 Jul 2020 01:47:57 +0300</pubDate></item></channel></rss>