Dear Guys,
i have this problem when i try to connecto to our SIP Trunk gateway.
[ERR] sofia_reg.c:2367 XXX.XXX.XXXX.XXX Failed Registration with status Forbidden [403]. failure #1
this is the xml, i already check the user/passwd/ip with the provider and everything is correct but the same is not connect.
Any idea?
Regards,
<include><gateway name="XXX.XXX.XXX.XXX"><!--/// account username *required* ///--><param name="username" value="XXXXXX"/><!--/// auth realm: *optional* same as gateway name, if blank ///--><!--<param name="realm" value="XXX.XXX.XXX.XXX"/>--><!--/// username to use in from: *optional* same as username, if blank ///--><param name="from-user" value="XXXXX"/><!--/// domain to use in from: *optional* same as realm, if blank ///--><!--param name="from-domain" value="XXX.XXX.XXX.XXX"/--><!--/// account password *required* ///--><param name="password" value="XXXXXXX"/><!--/// extension for inbound calls: *optional* same as username, if blank ///--><!--<param name="extension" value="cluecon"/>--><!--/// proxy host: *optional* same as realm, if blank ///--><!--<param name="proxy" value="asterlink.com"/>--><!--/// send register to this proxy: *optional* same as proxy, if blank ///--><!--<param name="register-proxy" value="mysbc.com"/>--><!--/// expire in seconds: *optional* 3600, if blank ///--><!--<param name="expire-seconds" value="60"/>--><!--/// do not register ///--><param name="register" value="true"/><!-- which transport to use for register --><!--<param name="register-transport" value="udp"/>--><!--How many seconds before a retry when a failure or timeout occurs --><!--<param name="retry-seconds" value="30"/>--><!--Use the callerid of an inbound call in the from field on outbound calls via this gateway --><!--<param name="caller-id-in-from" value="false"/>--><!--extra sip params to send in the contact--><!--<param name="contact-params" value="tport=tcp"/>--><!--send an options ping every x seconds, failure will unregister and/or mark it down--><!--<param name="ping" value="25"/>--></gateway></include>