Difference between revisions of "TELES configuration"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
[http://www.teles.de/  TELES] has some weirdness with SIP.
[http://www.teles.de/  TELES] has some weirdness with SIP.


It reports that sends calls from port 5060 but actually sends calls from different port. In our case it was 1831:
It reports that it sends calls from port 5060 but actually sends calls from a different port. In our case, it was 1831:


  <--- SIP read from '''181.29.146.70:1831''' --->
  <--- SIP read from '''181.29.146.70:1831''' --->
Line 21: Line 21:
  Source IP: 181.29.146.70
  Source IP: 181.29.146.70
  From: sip:390331603040@181.29.146.70
  From: sip:390331603040@181.29.146.70
  Contact: sip:181.29.146.70:5060
  Contact: sip:'''181.29.146.70:5060'''
  Useragent: TELES.iSWITCH
  Useragent: TELES.iSWITCH
  Peername: 181.29.146.70
  Peername: 181.29.146.70
Line 28: Line 28:




To accept calls from such device, you need to set correct port for it in MOR.
To accept calls from such a device, you need to set the correct port for it in MOR.

Latest revision as of 06:07, 16 May 2010

Teles logo.gif

TELES has some weirdness with SIP.

It reports that it sends calls from port 5060 but actually sends calls from a different port. In our case, it was 1831:

<--- SIP read from 181.29.146.70:1831 --->
ACK sip:393932891230@162.192.26.181:5060 SIP/2.0
Via: SIP/2.0/UDP 181.29.146.70:1831;branch=z9hG4bK00E0F51004B48887365D000000C5
Route: <sip:181.29.146.70:5060>
From: <sip:4369910439372@181.29.146.70>;tag=00E0F51004B48887365D00001AEC
To: <sip:393932891230@162.192.26.181>;tag=as7fcd3c74
Call-ID: 00E0F51004B48887365D000016D6@181.29.146.70
CSeq: 42891 ACK
Max-Forwards: 70

Asterisk sees it as from 5060:

============== SIPCHANINFO ===============
Peer IP: 181.29.146.70
Source IP: 181.29.146.70
From: sip:390331603040@181.29.146.70
Contact: sip:181.29.146.70:5060
Useragent: TELES.iSWITCH
Peername: 181.29.146.70
T38Passthrough: 0
==========================================


To accept calls from such a device, you need to set the correct port for it in MOR.