Re: [asterisk-users] To Header instead of Request URI based routing

2017-12-22 Thread Max Grobecker
Hi, do you have access to the system that sends you these calls? If it's also an Asterisk, you could tell it to send another INVITE URI, regardless of what is submitted in the registration. On Asterisk with chan_sip you can do it by dialling: Dial(SIP/your_peer/+49202thatgoesinthetouri!+49202t

Re: [asterisk-users] To Header instead of Request URI based routing

2017-12-22 Thread Joshua Colp
On Fri, Dec 22, 2017, at 9:54 AM, Benoit Panizzon wrote: > Dear List > > It looks like the common way to to sip signaling over a trunk is: > > In the Request URI, return the 'Register' Contact. > In the To: Header, send the destination number. > > Unfortunately, asterisk with pjsip (i did not tr

[asterisk-users] To Header instead of Request URI based routing

2017-12-22 Thread Benoit Panizzon
Dear List It looks like the common way to to sip signaling over a trunk is: In the Request URI, return the 'Register' Contact. In the To: Header, send the destination number. Unfortunately, asterisk with pjsip (i did not try chan_sip) does expect the dialed extension as request uri and does igno