Re: entering custom AT commands into ppp.conf

2006-07-12 Thread Jason McIntyre
On Thu, Jun 08, 2006 at 02:28:57PM +0100, Stuart Henderson wrote: > oops. Well spotted Marius. > > + set phone "*99#" > should have been > + set phone "*99\#" > > I did test it but my phone obviously didn't require the #. > (lost your original email, stuart) thanks for the diff, it's just been

Re: entering custom AT commands into ppp.conf

2006-06-08 Thread pedro la peu
On Thursday 08 June 2006 15:17, Stuart Henderson wrote: > hmmm. Was right the first time with "*99#" - not sure why you > needed "*99\#" then Marius... Or forget *99# and just set the state of your context: set dial "ABORT ERROR ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 30 \"\" \ AT+CGDCONT=1

Re: entering custom AT commands into ppp.conf

2006-06-08 Thread Stuart Henderson
On 2006/06/08 16:37, Marius Van Deventer - Umzimkulu wrote: > When I tried *99# my phone's display read "Dialling *99 and then > Disconnecting *99 shortly after. Did you have it in "quotes" as in my example? > It is probably a quirk of the service provider. Each provider probably > has a differen

Re: entering custom AT commands into ppp.conf

2006-06-08 Thread Marius Van Deventer - Umzimkulu
> -Original Message- > From: Stuart Henderson [mailto:[EMAIL PROTECTED] > Sent: 08 June 2006 04:17 PM > To: Marius Van Deventer - Umzimkulu > Cc: misc@openbsd.org > Subject: Re: entering custom AT commands into ppp.conf > > > hmmm. Was right the first time wit

Re: entering custom AT commands into ppp.conf

2006-06-08 Thread Stuart Henderson
hmmm. Was right the first time with "*99#" - not sure why you needed "*99\#" then Marius...

Re: entering custom AT commands into ppp.conf

2006-06-08 Thread Stuart Henderson
oops. Well spotted Marius. + set phone "*99#" should have been + set phone "*99\#" I did test it but my phone obviously didn't require the #. Index: etc/ppp/ppp.conf.sample === RCS file: /data/cvsroot/OpenBSD/src/etc/ppp/ppp.conf.s

Re: entering custom AT commands into ppp.conf

2006-06-08 Thread Felix Kronlage
On Thu, Jun 08, 2006 at 08:07:21AM +0200, Marius Van Deventer - Umzimkulu wrote: > By asking this queston i admit that i have no idea how ppp.conf works. for a setup with pppd, take a look here: http://hazardous.org/~fkr/openbsd/openbsd_gprs_umts.html> It is for umts/gprs cards, but the same app

Re: entering custom AT commands into ppp.conf

2006-06-08 Thread Marius Van Deventer - Umzimkulu
> -Original Message- > From: Stuart Henderson [mailto:[EMAIL PROTECTED] > Sent: 08 June 2006 12:19 PM > To: Marius Van Deventer - Umzimkulu > Cc: misc@openbsd.org > Subject: Re: entering custom AT commands into ppp.conf > > > > >By asking this questo

Re: entering custom AT commands into ppp.conf

2006-06-08 Thread Stuart Henderson
> >By asking this queston i admit that i have no idea how ppp.conf works. > >I have to enter the init strings manually using minicom before i dial. > >AT+CGDCONT=1,"IP","internet" > > > >Obviously there HAS to be a way to include these in ppp.conf. All my > >attempts have failed. It's difficult to

Re: entering custom AT commands into ppp.conf

2006-06-08 Thread Pete Vickers
Hi, Here's my configs, should give you some hints.. mobile phone is connected to 'COM1' at 57600baud, adding a system default route via the new ppp link, and automatically redialing immediately after link failure: =/etc/ppp/peers/ISP /dev/tty00 57600 defaultrout

entering custom AT commands into ppp.conf

2006-06-08 Thread Marius Van Deventer - Umzimkulu
Hi all. By asking this queston i admit that i have no idea how ppp.conf works. For a normal modem i am able to configure it fine, but for this problem i have to admit that i have no idea. I found some hits on google but nothing specific. I managed (finally) to get gprs working on OpenBSD using