Hey all.
I need some guidance on how to troubleshoot a problem with DTMF. I have an IVR app that uses # as termination key when collecting digits from the user. It all works through my voip.ms trunks but when I connect through a SIP trunk with Audiocodes the pound (#) is just not recognized. On Wireshark traces and freeswitch logs I can confirmed that I do not receive the pound.
I notice that when the call comes through the Audiocodes SIP trunk, I get:
While for my voip.ms trunk (or a direct registered endpoint) I get:
The payload type 101 to 97 is the only difference I can see.So, I am not sure I am right but I was guessing that if I can get payload type 101 on the Audicodes trunk I should be OK.
Does it make sense?
Is there anyway I can force my SIP trunk to negotiate in the SIP profile to use 101?
Am I barking up the right tree here?
Thanks!
I need some guidance on how to troubleshoot a problem with DTMF. I have an IVR app that uses # as termination key when collecting digits from the user. It all works through my voip.ms trunks but when I connect through a SIP trunk with Audiocodes the pound (#) is just not recognized. On Wireshark traces and freeswitch logs I can confirmed that I do not receive the pound.
I notice that when the call comes through the Audiocodes SIP trunk, I get:
Code:
switch_core_media.c:5508 Set telephone-event payload to 97@8000
switch_core_media.c:5909 sofia/internal/anonymous@192.168.abc.xxx Set 2833 dtmf send payload to 97 recv payload to 97
While for my voip.ms trunk (or a direct registered endpoint) I get:
Code:
switch_core_media.c:5508 Set telephone-event payload to 101@8000
sofia/internal/4001@mydomain.labs.com:5060 Set 2833 dtmf send payload to 101 recv payload to 101
The payload type 101 to 97 is the only difference I can see.So, I am not sure I am right but I was guessing that if I can get payload type 101 on the Audicodes trunk I should be OK.
Does it make sense?
Is there anyway I can force my SIP trunk to negotiate in the SIP profile to use 101?
Am I barking up the right tree here?
Thanks!