Nedi, So it seems you are talking about the Asterisk sip.conf file and configuring an outgoing SIP registration, with a password containing a question-mark (?).
>From the standard comments in sip.conf: -- ;----------------------------------------- OUTBOUND SIP REGISTRATIONS ------------------------ ; Asterisk can register as a SIP user agent to a SIP proxy (provider) ; Format for the register statement is: ; register => [peer?][transport://]user[@domain][:secret[:authuser]]@host[:port][/extension][~expiry] ; -- Notice the '?' is used to denote the optional peer. Again assuming you currently have something like... register => 1234:[email protected] try adding the default udp:// transport... register => udp://1234:[email protected] if that doesn't work with a password containing a '?' instead try adding the peer... register => sip-inbound?1234:[email protected] Note the "sip-inbound" needs to match the corresponding [sip-inbound] peer context that handles inbound calls for that provider, so use your inbound peer name instead of "sip-inbound". While this is not an AstLinux issue, I'm curious what the solution is here. Lonnie On Apr 29, 2013, at 7:30 AM, Darrick Hartman wrote: > Nedi, > > Are you talking about the pppoe password or in Asterisk? Not clear if you > mean your ISP or SIP provider. > > > Sent from my mobile device. Please excuse my brevity. > > -----Original Message----- > From: nedi [[email protected]] > Received: Monday, 29 Apr 2013, 6:55AM > To: Astlinux [[email protected]] > Subject: [Astlinux-users] is there a way to use ? symbol in Password, I have > newest Astlinux and all passwords with ? are not accepted. > > Hi, > is there a way to use "?" symbol in Password, I get those password from > provider an I have newest Astlinux but all passwords with ? in Password are > not connected I think ? is not accepted. > Regards Nedi ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [email protected].
