search for: stimeout

Displaying 2 results from an estimated 2 matches for "stimeout".

Did you mean: timeout
2003 Jun 04
1
new application Dialtone()
...lt;asterisk/app.h> > #include <asterisk/options.h> 212a215,263 > * Dialtone > */ > static int handle_dialtone(struct ast_channel *chan, void *data) > { > struct tone_zone_sound *ts; > int res; > char tmp[256]; > char *stringp, *mailbox, *stimeout; > int timeout; > > stringp = mailbox = stimeout = NULL; > timeout = 10000; > > strncpy(tmp, data, sizeof(tmp)-1), > stringp = tmp; > > stimeout = strsep(&stringp, "|"); > if(stimeout && stimeout[0]) { &gt...
2005 Mar 10
0
pptpd
Hi All, I''m pulling my hair out trying to get vpn working from a windows client on the internet to my firewall. I have the following pptpd.conf file: option /etc/ppp/options.poptop stimeout 10 speed 115200 localip 196.22.35.1 remoteip 196.22.35.100-110 196.22.35.1 is my public ip address on my firewall, eth0 ip address, also my lan ip adress. options.poptop looks like this: #ipparam PoPToP #dump #debug require-mschap-v2 require-mppe-128 require-mppe-stateless #login lock #mtu 1490 #m...