cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Dialing Digits with TCL over SIP

markus.eissele
Level 1
Level 1

Hello together,

we are using a tcl script dialing some digits with "leg senddigit". This is working fine on an ISDN with an pots dial-peer.

Now we try to implenent the script on a Gateway using SIP to the Provider. Here we are not able to transmit any digit.

Have someone experiences with dialing digits oder SIP/Voip.

Thanks for help

mached dial-peer for Service

!

dial-peer voice 400 voip

description to_SIP-Provider

service directcall out-bound

destination-pattern <phonenumber>...

session protocol sipv2

session target ipv4:10.100.46.49:5129

voice-class codec 1

voice-class sip early-offer forced

voice-class sip profiles 44

voice-class sip bind control

source-interface GigabitEthernet0/1

voice-class sip bind media

source-interface GigabitEthernet0/1

dtmf-relay sip-notify rtp-nte

fax-relay ecm disable

fax-relay sg3-to-g3 fax rate 14400

fax protocol pass-through g711ulaw no vad

!

outgoing dial-peer to SIP Provider

!

dial-peer voice 100 voip

description to_SIP-Provider

translation-profile outgoing STRIP-9

destination-pattern 9T

session protocol sipv2

session target ipv4:xx.xx.xx.xx:yyyy

voice-class codec 1

voice-class sip early-offer forced

voice-class sip profiles 44

voice-class sip bind control

source-interface GigabitEthernet0/1

voice-class sip bind media

source-interface GigabitEthernet0/1

dtmf-relay sip-notify rtp-nte

fax-relay ecm disable

fax-relay sg3-to-g3

fax rate 14400

fax protocol pass-through g711ulaw no vad

!

Who Me Too'd this topic