Displaying 2 results from an estimated 2 matches for "stepthree".
2008 Jan 07
1
GotoIf() help
...at up as dialing long
distance. I think what I have below will work but it can probably be cleaned
up.... alot. Any help is greatly appreciated.
 
 
exten => s,n,GotoIf($[${DIAL_NUMBER} = 011XXXX. ] ? yescode : steptwo)
 
exten => s,n,(steptwo),GotoIf($[${DIAL_NUMBER} = 9XXXXXX. ] ? yescode :
stepthree)
 
exten => s,n,(stepthree),GotoIf($[${DIAL_NUMBER} = 1NXXNX. ] ? yescode :
nocode)
exten => s,n,(yescode),Playback(please-enter-the&accounting)
exten => s,n,Read(account|number|8)
exten => s,n,SetAccount(${account})
exten => s,n,(nocode),Blah, Blah....
 
Thanks,
 
Glenn
----...
2007 Sep 25
13
Session cookies not passed on first redirect
Hello Campers!
Is it just me or does Camping  init the session twice on a redirect?  
If I have an app and when the user visits it for the first time, a  
session is generated. Afterwards I redirect the user in a service  
(that basically does auth) and he gets bounced to the login page -  
but when I arrive at the login page my SID somehow has changed :-( so  
there is a stale session dangling