> > you have to URL encode the URL you put into &dlrurl.
> >
> > > I only seem to get the first paramater "to=004917878262267" back.
> >
> > right because &test=.. is not part of the parameter &dlrurl anymore.
>
> duh! of course, it's url-encoded but I guess it has to be double-encoded,
> ie. escaped ("=", etc. have to be replaced) otherwise it just counts as a
> further parameters for SMS gateway.
>
Making progress:
dlrurl=http://myserver.org/process_dlr.cgi?type%3D%25d%26to%3D%25Q%26smsc_reply%3D%25A
works fine.
I'll check the documentation to see if I can improve it for other users
like me.
Thanx
Charlie