Asterisk 13 / pjsip / flowroute

hello all,

I have an Asterisk 1.8 which is currently using the good old chan_sip and is working perfectly.
It is now time to upgrade, and I chose Asterisk 13 with pjsip.

I am having the hardest time having my trunk register to my SIP trunk provider (Flowroute).
This is what have so far:

[flowroute]
type=registration
transport=transport-udp-nat
server_uri=sip:sip.flowroute.com
client_uri=sip:xxxxx@sip.flowroute.com
contact_user=xxxxx

I use IP based authentication for outbound calls.
Anyone had success with configuring Flowroute with pjsip ?

Thank you.

The above outbound registration has no authentication associated with it, if they challenge then it won’t work. The wiki[1] has some examples, one of which is for this scenario.

[1] https://wiki.asterisk.org/wiki/display/AST/res_pjsip+Configuration+Examples

My apologies, I had a firewall issue actually … :confused: