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
@sumitroop I am curious to know whether you get two separate profiles, one for internet and the other for voice or do you get a single profile like Nokia.
@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.
- Delete the inbuilt WAN profile, and create separate VLAN 100 and Voice VLAN 660 profiles (try with VLAN666 if 660 does not work)
- Bind LAN2 to the Voice profile with connection type IPOE and Bridge
- 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.
- 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)
- Check if you can ping to the softswitch at the ip address obtained above