Re: [OpenSIPS-Users] Getting Address family not supported by protocol(97) on ipv6 call

2018-12-13 Thread Ravindrakumar Bhatt
Thanks Răzvan, Providing socket in dispatcher worked for me. On Thu, Dec 13, 2018 at 4:13 PM Răzvan Crainea wrote: > Then try to force_send_socket() in failure route, after running > ds_select_*(). Or just provision a socket for the VM server in the > database. > > Best regards, > Răzvan > > On

Re: [OpenSIPS-Users] Getting Address family not supported by protocol(97) on ipv6 call

2018-12-13 Thread Răzvan Crainea
Then try to force_send_socket() in failure route, after running ds_select_*(). Or just provision a socket for the VM server in the database. Best regards, Răzvan On 12/13/18 12:33 PM, Ravindrakumar Bhatt wrote: Hi, I am not using force_send_socket() for transferring call to voicemail server.

Re: [OpenSIPS-Users] Getting Address family not supported by protocol(97) on ipv6 call

2018-12-13 Thread Ravindrakumar Bhatt
Hi, I am not using force_send_socket() for transferring call to voicemail server. I am using dispatcher to send call to voicemail server.if request is from ipv4 than call will be send to ipv4 peer of vm server else if request is from ipv6 than its sent to ipv6 peer of server. Thanks and Regards, R

Re: [OpenSIPS-Users] Getting Address family not supported by protocol(97) on ipv6 call

2018-12-13 Thread Răzvan Crainea
Hello! Are you using force_send_socket() in your config? If you are, make sure you force an IPv4 address when going to voicemail. Best regards, Razvan On 12/13/18 11:36 AM, Ravindrakumar Bhatt wrote: Hello, I am using opensips 2.2 and have enabled ipv4 and ipv6 in config. I am getting 500 i

[OpenSIPS-Users] Getting Address family not supported by protocol(97) on ipv6 call

2018-12-13 Thread Ravindrakumar Bhatt
Hello, I am using opensips 2.2 and have enabled ipv4 and ipv6 in config. I am getting 500 internal error whenever I am trying to forward call to ipv6 using dispatcher. Scenario(VMBUSY) : user1(ipv6)->> user2(ipv4)(486 user busy) ->>voicemail server(ipv6) Error: Dec 13 10:17:08 195 /usr/local/sbi