--
You received this message because you are subscribed to the Google Groups "sipxcom-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sipxcom-users+unsubscribe@googlegroups.com.
To post to this group, send email to sipxco...@googlegroups.com.
Visit this group at https://groups.google.com/group/sipxcom-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/sipxcom-users/e1dfa8f1-05a7-4a1d-bb09-b007344583f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi PeterThat option applies just for the calls that are passing through AA
On 24 May 2017 12:10 am, <pmkr...@gmail.com> wrote:
I was doing some traces today trying to troubleshoot call transfers with a T1/SIP gateway using release 17.04. I captured PCAPs with the System->Voicemail->Transfer by Bridging a call option enabled and disabled - in both cases, identical PCAPs appeared to be generated with REFERs issued. I was expecting no REFERs issued when the setting was enabled.--
Has anyone else encountered this, or am I interpreting the settings and results incorrectly.
Many thanks in advance.
All the best
Peter
You received this message because you are subscribed to the Google Groups "sipxcom-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sipxcom-user...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "sipxcom-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sipxcom-users+unsubscribe@googlegroups.com.
To post to this group, send email to sipxco...@googlegroups.com.
Visit this group at https://groups.google.com/group/sipxcom-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/sipxcom-users/e1dfa8f1-05a7-4a1d-bb09-b007344583f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
We had a problem where only the calls going through the AA were bridged. We had to redirect the ITSP's IP incoming on 5060 to 5080 via a iptables rule on the server to get non AA calls to be able to transfer.
On Tue, May 23, 2017 at 5:09 PM, <pmkr...@gmail.com> wrote:
I was doing some traces today trying to troubleshoot call transfers with a T1/SIP gateway using release 17.04. I captured PCAPs with the System->Voicemail->Transfer by Bridging a call option enabled and disabled - in both cases, identical PCAPs appeared to be generated with REFERs issued. I was expecting no REFERs issued when the setting was enabled.
Has anyone else encountered this, or am I interpreting the settings and results incorrectly.
Many thanks in advance.
All the best
Peter
--
You received this message because you are subscribed to the Google Groups "sipxcom-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sipxcom-user...@googlegroups.com.
To post to this group, send email to sipxco...@googlegroups.com.
Visit this group at https://groups.google.com/group/sipxcom-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/sipxcom-users/e1dfa8f1-05a7-4a1d-bb09-b007344583f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
"No problem can withstand the assault of sustained thinking. "
- Voltaire
To unsubscribe from this group and stop receiving emails from it, send an email to sipxcom-users+unsubscribe@googlegroups.com.
To post to this group, send email to sipxco...@googlegroups.com.
Visit this group at https://groups.google.com/group/sipxcom-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/sipxcom-users/0681250b-d487-4850-bf8b-d4ad92dd5062%40googlegroups.com.
iptables -t nat -F
iptables -A PREROUTING -t nat -i eth0 -s IP.OF.YOUR.ITSP -p udp --dport 5060 -j REDIRECT --to-port 5080
iptables -L-n -t nat
iptables-save >/etc/sysconfig/iptables
chkconfig iptables on
To unsubscribe from this group and stop receiving emails from it, send an email to sipxcom-users+unsubscribe@googlegroups.com.
To post to this group, send email to sipxco...@googlegroups.com.
Visit this group at https://groups.google.com/group/sipxcom-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/sipxcom-users/0681250b-d487-4850-bf8b-d4ad92dd5062%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/sipxcom-users/0681250b-d487-4850-bf8b-d4ad92dd5062%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks Gerald - I tested this with a Sangoma SBC provisioning the SIP profile facing Sipxcom to use port 5080 (bypassing the attached procedure I assume and thank you). Incoming external calls through the SBC to Sipxcom worked, including call transfer. However outgoing external calls through Sipxcom failed - the call signaling never left Sipxcom (17.04). I'm still working through the details. If this works, we'll test onsite using the production Patton 4970 gateway.
Is anyone working with the Patton T1/SIP gateway using 17.04 and have call transfers on Polycom phones successfully working? We have an incident open with Patton here ...