Displaying 3 results from an estimated 3 matches for "viewprofil".
Did you mean:
viewprofile
2014 Jan 20
1
DUNDI or ENUM or ?
...S entries. The problem is contacting other
Asterisk without setting static routes in dialplan.
I think DUNDI would be ideal, but is it still recommended for new
installations or is it deprecated? dundi.com is dead, and redirects to
the profile page on Digium website
(https://my.digium.com/en/users/viewprofile/).
ENUM could be another solution.
What would you suggest?
Thanks,
- --
Jean-Denis Girard
SysNux Syst?mes Linux en Polyn?sie fran?aise
http://www.sysnux.pf/ T?l: +689 50 10 40 / GSM: +689 79 75 27
-----BEGIN PGP SIGNATURE-----
iEYEARECAAYFAlLdnUgACgkQuu7Rv+oOo/jd6QCffhN...
2015 Aug 10
2
asterisk queue - skills based routing (patch updated)
Dne 6.8.2015 v 21:00 Sylvain Boily napsal(a):
> Hello,
>
> Le 2015-08-06 09:24, Marek Cervenka a ?crit :
>> hi,
>>
>> there is updated skills based routing patch for asterisk queue
>> please test if you have time
>>
>> https://issues.asterisk.org/jira/browse/ASTERISK-17366?jql=text%20~%20%22skills%22
>>
>>
>
> You can find the latest
2006 Mar 28
3
[tip] making cached pages look dynamic
...ent the action
def profile
render :update do |page|
if session[''user'']
page.replace_html ''login_links'',:inline=>''<span><a href="/
account/logout">Log af</a></span> | <span><a href="/viewprofile">Min
Profil</a></span> |''
end
end
end
I know, I should use the url helpers for this...
Anyways...
When a page is shown on the site, it only contains the login and create
profile links.
It calls the rjs action through the profile.js import
The rjs ac...