Are VoIP Services or SIP Settings available in Airtel Xstream Fiber Broadband?

Messages
21
Location
NA
ISP
BSNL
Hello all wanted to know is there any VOIP settings for AIRTEL xtreme fiber users if so how to access same using SIP settings ..thx
 
Hello Rajil, I was going through Wireshark logs & I found that response is coming back however still my soft phone - Zoiper5 unable to make connection getting 408. Please find the Wireshark output enclosed


Screenshot 2020-08-24 at 10.24.01 PM.webp


Is this coz the request is getting generated with the laptop ip assigned by access point & not with the static ip mention in interface of my vlan.
 
Upvote 0
@sumitroop On the telnet interface if you do a
Code:
user(show)# network interface all

it will list the ipv4 and subnet alloted for voice traffic like so

Code:
pon_v666_0_1   Link encap:Ethernet  HWaddr blahblah
               inet addr:10.146.xx.xx  Bcast:10.146.xx.xx  Mask:255.255.254.0
               UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
               RX packets:65014 errors:0 dropped:0 overruns:0 frame:0
               TX packets:65152 errors:0 dropped:0 overruns:0 carrier:0
               collisions:0 txqueuelen:0
               RX bytes:13469121 (12.8 MiB)  TX bytes:13761836 (13.1 MiB)

The gateway for the voice traffic is revealed by arp
Code:
user(show)# arp   

ARP ENTRIES IN CACHE:

  (10.146.158.1) at **redacted** [ether]  on pon_v666_0_1


This is the ip to use on your downstream modem untagged VLAN.

The sip server ip is show at Status>Voice Information

Code:
Soft Switch 10.232.139.146

Here is what i suggest you can try.

  1. Delete the inbuilt WAN profile, and create separate VLAN 100 and Voice VLAN 660 profiles (try with VLAN666 if 660 does not work)
  2. Bind LAN2 to the Voice profile with connection type IPOE and Bridge
  3. On the downstream modem or PC setup a static ip address with the details obtained from the above. Use the gateway as obtained from the arp.
  4. Setup static route 10.232.0.0 via voice gateway found above from arp (e.g. route add 10.232.0.0 mask 255.255.0.0 10.146.158.1)
  5. Check if you can ping to the softswitch at the ip address obtained above

@rajil.s when I try to create a profile with suggested option i.e. IPOE & WAN mode as Bridge WAN it gives error "The current service type is not supported in bridge WAN mode." I also saw the screenshot that you have enclosed earlier & the setting you mentioned there are working fine i.e. IPOE with Route WAN & IPOE.

Image enclosed by you in earlier post
Screenshot (14).webp
 
Upvote 0
Back