cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4433
Views
0
Helpful
2
Replies

session target sip-server

Hi there,

I´m trying to redirecy a dial-peer from my PBX to an sip server...

I was trying something like:

dial-peer voice 111111 voip

description Teste Softphone

destination-pattern 111111

voice-class codec 10

session target ipv4:111111@fwd.pulver.com

<or>

session target sip-server

session protocol sipv2

but I had no sucess..

Any help ?

Thanks

Andrei.

2 Replies 2

ngss
Level 1
Level 1

May I know what are you trying to achieve?

Your config here doesn't make sense.

SSng

ecolombo
Level 1
Level 1

Hi Andrei, if you like send an INVITE directly to your SIP softphone try with

dial-peer voice 1111 voip

session protocol sip

destination-pattern xxxx

session target ipv4:ip.of.your.sf

!

But if you have a SIP proxy to redirect the call you need set:

sip-ua

sip-server ipv4:ip.of.your.sipproxy

!

and

dial-peer voice 1111 voip

session protocol sip

destination-pattern xxxx

session target sip-server

!

At any time you can make a "debug ccsip message" to see how your voice gateway send and receive SIP messages.

Ezequiel Colombo