Re: EMI does not ACk message send at once

2003-02-04 Thread joseph mercado
Id probably contact then our smsc provider...thanks
for the help


--- Bruno Rodrigues <[EMAIL PROTECTED]> wrote:
> On Sáb, 2003-02-01 at 05:50, Cipher Strength wrote:
> > send messages with some milliseconds delay to
> kannel.
> 
> That's not a solution. Just ask your smsc provider
> which flow-control
> they are using - stop-and-wait or windowing - and if
> it's windowing, how
> which size it have 
> 
> > 
> > 
> > CIPHER
> > 
> > 
> > 
> > 
> > 
> > >Citando joseph mercado <[EMAIL PROTECTED]>:
> > >
> > > > Hi list;
> > > >   Im trying to push a very long message to
> EMI2
> > > > server.
> > > > after the request has been answered by
> external API my
> > > > smsbox.log got the message and split it into
> 3.Same
> > > > things happened to the bearebox.log...it
> recieved 3
> > > > sms message and tries to push it on SMSC
> ...problem is
> > > > i only get 2 smswhats wrong ???did i miss
> > > > something
> > >
> > >is bearerbox sending three messages to smsc and
> only receiving two ack ?
> > >
> > >This looks like your smsc having a small
> windowing or even a window value 
> > >of 1.
> > >
> > >You should set flow-control = true.
> > >
> > >
> > >Basically, smsc windowing is how many messages
> you can send before 
> > >receiving an
> > >ack. If smsc have window=3 you can send MSG1 to 3
> and then you'll have to 
> > >wait
> > >for ACK1 before sending MSG4. If you send any
> more messages, they'll be 
> > >discarder.
> > >
> > >flow-control = true is like window=1 - kannel
> only sends another message 
> > >after
> > >receiving ack from last one.
> > >
> > >
> > >--
> > >
> > 
> > 
> >
>
_
> > The new MSN 8: advanced junk mail protection and 2
> months FREE* 
> > http://join.msn.com/?page=features/junkmail
> -- 
> Bruno Rodrigues <[EMAIL PROTECTED]>
> 

> ATTACHMENT part 2 application/pgp-signature
name=signature.asc



__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com




Re: EMI does not ACk message send at once

2003-02-04 Thread joseph mercado
Soory, for the delaybut i already done thatbut
no improvements at allspecially in our office
location where i mostly do the testing but in other
location it works fine.



--- Cipher Strength <[EMAIL PROTECTED]>
wrote:
> send messages with some milliseconds delay to
> kannel.
> 
> 
> 
> CIPHER
> 
> 
> 
> 
> 
> >Citando joseph mercado <[EMAIL PROTECTED]>:
> >
> > > Hi list;
> > >   Im trying to push a very long message to EMI2
> > > server.
> > > after the request has been answered by external
> API my
> > > smsbox.log got the message and split it into
> 3.Same
> > > things happened to the bearebox.log...it
> recieved 3
> > > sms message and tries to push it on SMSC
> ...problem is
> > > i only get 2 smswhats wrong ???did i miss
> > > something
> >
> >is bearerbox sending three messages to smsc and
> only receiving two ack ?
> >
> >This looks like your smsc having a small windowing
> or even a window value 
> >of 1.
> >
> >You should set flow-control = true.
> >
> >
> >Basically, smsc windowing is how many messages you
> can send before 
> >receiving an
> >ack. If smsc have window=3 you can send MSG1 to 3
> and then you'll have to 
> >wait
> >for ACK1 before sending MSG4. If you send any more
> messages, they'll be 
> >discarder.
> >
> >flow-control = true is like window=1 - kannel only
> sends another message 
> >after
> >receiving ack from last one.
> >
> >
> >--
> >
> 
> 
>
_
> The new MSN 8: advanced junk mail protection and 2
> months FREE* 
> http://join.msn.com/?page=features/junkmail
> 


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com




Re: EMI does not ACk message send at once

2003-02-04 Thread joseph mercado
Thank for the advicewe tried to test it on
different location and its work i got 3 msg almost at
the same time and milisec intervalbut from office
location i only get two and sometimes the 2 msg
arrives 5 min later...was it something to do with the
traffic load around our location?? Ill try to set
flow-control to true, so far i embedded a 1 sec
interval in my API to send 480 charcters in three
separate 160 msg. Any advice or should i return my
sending to normal and let kannel to the splitting??

Thanks,
jmer
--- Bruno David Simões Rodrigues
<[EMAIL PROTECTED]> wrote:
> Citando joseph mercado <[EMAIL PROTECTED]>:
> 
> > Hi list;
> >   Im trying to push a very long message to EMI2
> > server.
> > after the request has been answered by external
> API my
> > smsbox.log got the message and split it into
> 3.Same
> > things happened to the bearebox.log...it recieved
> 3
> > sms message and tries to push it on SMSC
> ...problem is
> > i only get 2 smswhats wrong ???did i miss
> > something
> 
> is bearerbox sending three messages to smsc and only
> receiving two ack ?
> 
> This looks like your smsc having a small windowing
> or even a window value of 1.
> 
> You should set flow-control = true.
> 
> 
> Basically, smsc windowing is how many messages you
> can send before receiving an
> ack. If smsc have window=3 you can send MSG1 to 3
> and then you'll have to wait
> for ACK1 before sending MSG4. If you send any more
> messages, they'll be discarder.
> 
> flow-control = true is like window=1 - kannel only
> sends another message after
> receiving ack from last one.
> 
> 
> -- 
> 
> 


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com




Re: EMI does not ACk message send at once

2003-02-01 Thread Bruno Rodrigues
On Sáb, 2003-02-01 at 05:50, Cipher Strength wrote:
> send messages with some milliseconds delay to kannel.

That's not a solution. Just ask your smsc provider which flow-control
they are using - stop-and-wait or windowing - and if it's windowing, how
which size it have 

> 
> 
> CIPHER
> 
> 
> 
> 
> 
> >Citando joseph mercado <[EMAIL PROTECTED]>:
> >
> > > Hi list;
> > >   Im trying to push a very long message to EMI2
> > > server.
> > > after the request has been answered by external API my
> > > smsbox.log got the message and split it into 3.Same
> > > things happened to the bearebox.log...it recieved 3
> > > sms message and tries to push it on SMSC ...problem is
> > > i only get 2 smswhats wrong ???did i miss
> > > something
> >
> >is bearerbox sending three messages to smsc and only receiving two ack ?
> >
> >This looks like your smsc having a small windowing or even a window value 
> >of 1.
> >
> >You should set flow-control = true.
> >
> >
> >Basically, smsc windowing is how many messages you can send before 
> >receiving an
> >ack. If smsc have window=3 you can send MSG1 to 3 and then you'll have to 
> >wait
> >for ACK1 before sending MSG4. If you send any more messages, they'll be 
> >discarder.
> >
> >flow-control = true is like window=1 - kannel only sends another message 
> >after
> >receiving ack from last one.
> >
> >
> >--
> >
> 
> 
> _
> The new MSN 8: advanced junk mail protection and 2 months FREE* 
> http://join.msn.com/?page=features/junkmail
-- 
Bruno Rodrigues <[EMAIL PROTECTED]>



signature.asc
Description: This is a digitally signed message part


Re: EMI does not ACk message send at once

2003-01-31 Thread Cipher Strength
send messages with some milliseconds delay to kannel.



CIPHER






Citando joseph mercado <[EMAIL PROTECTED]>:

> Hi list;
>   Im trying to push a very long message to EMI2
> server.
> after the request has been answered by external API my
> smsbox.log got the message and split it into 3.Same
> things happened to the bearebox.log...it recieved 3
> sms message and tries to push it on SMSC ...problem is
> i only get 2 smswhats wrong ???did i miss
> something

is bearerbox sending three messages to smsc and only receiving two ack ?

This looks like your smsc having a small windowing or even a window value 
of 1.

You should set flow-control = true.


Basically, smsc windowing is how many messages you can send before 
receiving an
ack. If smsc have window=3 you can send MSG1 to 3 and then you'll have to 
wait
for ACK1 before sending MSG4. If you send any more messages, they'll be 
discarder.

flow-control = true is like window=1 - kannel only sends another message 
after
receiving ack from last one.


--



_
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail




Re: EMI does not ACk message send at once

2003-01-31 Thread Bruno David Simões Rodrigues
Citando joseph mercado <[EMAIL PROTECTED]>:

> Hi list;
>   Im trying to push a very long message to EMI2
> server.
> after the request has been answered by external API my
> smsbox.log got the message and split it into 3.Same
> things happened to the bearebox.log...it recieved 3
> sms message and tries to push it on SMSC ...problem is
> i only get 2 smswhats wrong ???did i miss
> something

is bearerbox sending three messages to smsc and only receiving two ack ?

This looks like your smsc having a small windowing or even a window value of 1.

You should set flow-control = true.


Basically, smsc windowing is how many messages you can send before receiving an
ack. If smsc have window=3 you can send MSG1 to 3 and then you'll have to wait
for ACK1 before sending MSG4. If you send any more messages, they'll be discarder.

flow-control = true is like window=1 - kannel only sends another message after
receiving ack from last one.


-- 






EMI does not ACk message send at once

2003-01-29 Thread joseph mercado
Hi list;
  Im trying to push a very long message to EMI2
server.
after the request has been answered by external API my
smsbox.log got the message and split it into 3.Same
things happened to the bearebox.log...it recieved 3
sms message and tries to push it on SMSC ...problem is
i only get 2 smswhats wrong ???did i miss
something

smsbox.log
-- 
2003-01-23 15:33:22 [4] INFO: Starting to service  from <09177947659> to <2931>
2003-01-23 15:33:22 [9] DEBUG: HTTP: Opening
connection to `localhost:8080' (fd=
29).
2003-01-23 15:33:22 [9] DEBUG: HTTP: Sending request:
2003-01-23 15:33:22 [9] DEBUG: Octet string at
0x8140070:
2003-01-23 15:33:22 [9] DEBUG:   len:  149
2003-01-23 15:33:22 [9] DEBUG:   size: 150
2003-01-23 15:33:22 [9] DEBUG:   immutable: 0
2003-01-23 15:33:22 [9] DEBUG:   data: 47 45 54 20 2f
7a 65 64   GET /zed
2003-01-23 15:33:22 [9] DEBUG:   data: 42 72 69 64 67
65 2f 7a   Bridge/z
2003-01-23 15:33:22 [9] DEBUG:   data: 65 64 73 65 72
76 6c 65   edservle
2003-01-23 15:33:22 [9] DEBUG:   data: 74 3f 66 75 6e
63 3d 4c   t?func=L
2003-01-23 15:33:22 [9] DEBUG:   data: 50 45 52 49 4f
44 2b 33   PERIOD+3
2003-01-23 15:33:22 [9] DEBUG:   data: 33 30 38 38 37
34 39 33   30887493
2003-01-23 15:33:22 [9] DEBUG:   data: 2b 35 2b 31 31
30 39 31   +5+11091
2003-01-23 15:33:22 [9] DEBUG:   data: 39 36 38 26 6e
75 6d 3d   968&num=
2003-01-23 15:33:22 [9] DEBUG:   data: 30 39 31 37 37
39 34 37   09177947
2003-01-23 15:33:22 [9] DEBUG:   data: 36 35 39 26 63
65 6c 6c   659&cell
2003-01-23 15:33:22 [9] DEBUG:   data: 63 6f 3d 67 6c
6f 62 65   co=globe
2003-01-23 15:33:22 [9] DEBUG:   data: 20 48 54 54 50
2f 31 2eHTTP/1.
2003-01-23 15:33:22 [9] DEBUG:   data: 31 0d 0a 48 6f
73 74 3a   1..Host:
2003-01-23 15:33:22 [9] DEBUG:   data: 20 6c 6f 63 61
6c 68 6flocalho
2003-01-23 15:33:22 [9] DEBUG:   data: 73 74 3a 38 30
38 30 0d   st:8080.
2003-01-23 15:33:22 [9] DEBUG:   data: 0a 55 73 65 72
2d 41 67   .User-Ag
2003-01-23 15:33:22 [9] DEBUG:   data: 65 6e 74 3a 20
4b 61 6e   ent: Kan
2003-01-23 15:33:22 [9] DEBUG:   data: 6e 65 6c 2f 31
2e 32 2e   nel/1.2.
2003-01-23 15:33:22 [9] DEBUG:   data: 31 0d 0a 0d 0a 
  1
2003-01-23 15:33:22 [9] DEBUG: Octet string dump ends.
2003-01-23 15:33:22 [8] DEBUG: HTTP: Status line:

2003-01-23 15:33:23 [2] DEBUG: HTTP: Creating
HTTPClient for `127.0.0.1'.
2003-01-23 15:33:23 [3] INFO: smsbox: Got HTTP request
 from <
127.0.0.1>
2003-01-23 15:33:23 [3] INFO: sendsms used by 
2003-01-23 15:33:23 [3] INFO: sendsms
sender: (127.0.0.1) to:<09177947
659> msg:
2003-01-23 15:33:23 [3] DEBUG: message length 144,
sending 1 messages
2003-01-23 15:33:23 [3] DEBUG: Status: 202 Answer:

--


bearer.log
--


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com