Problem with SMSCid

2008-05-28 Thread PoPo

Hi all,

I have a problem with Kannel / Smsbox :

When I call this URL (smsc-id : dyn) :

http://myhost:13013/cgi-bin/sendsms?user=***pass=***from=Testto=33***smsc=dyntext=testcoding=0


SMSbox send the SMS trough other smsc-id : fix.
Log :

[EMAIL PROTECTED]:/etc/kannel# tail -f /var/log/kannel/smsc_fix.log
2008-05-28 08:48:57 [18076] [7] DEBUG: Optional parameter length read as 1
2008-05-28 08:48:57 [18076] [7] DEBUG: SMPP[fix]: Got PDU:
2008-05-28 08:48:57 [18076] [7] DEBUG: SMPP PDU 0x8197250 dump:
2008-05-28 08:48:57 [18076] [7] DEBUG:   type_name: bind_receiver_resp
2008-05-28 08:48:57 [18076] [7] DEBUG:   command_id: 2147483649 = 
0x8001

2008-05-28 08:48:57 [18076] [7] DEBUG:   command_status: 0 = 0x
2008-05-28 08:48:57 [18076] [7] DEBUG:   sequence_number: 1 = 0x0001
2008-05-28 08:48:57 [18076] [7] DEBUG:   system_id: OUT-SMPP
2008-05-28 08:48:57 [18076] [7] DEBUG:   sc_interface_version: 52 = 
0x0034


Can you help me please ?

Thanks
Cyril G.





Re: Problem with SMSCid

2008-05-28 Thread Kashif Ali Bukhari

Dear PoPo

Please use following in  dyn smsc configuration .

   preferred-smsc-id = dyn
   denied-smsc-id = other

and following in other

   preferred-smsc-id = other
   denied-smsc-id = dyn

Note: if this doesn't help you then send your smpp configuration for 
both  smsc.


Best regards,
Kashif Ali Bukhari


PoPo wrote:

Hi all,

I have a problem with Kannel / Smsbox :

When I call this URL (smsc-id : dyn) :
http://myhost:13013/cgi-bin/sendsms?user=***pass=***from=Testto=33***smsc=dyntext=testcoding=0 



SMSbox send the SMS trough other smsc-id : fix.
Log :

[EMAIL PROTECTED]:/etc/kannel# tail -f /var/log/kannel/smsc_fix.log
2008-05-28 08:48:57 [18076] [7] DEBUG: Optional parameter length read 
as 1

2008-05-28 08:48:57 [18076] [7] DEBUG: SMPP[fix]: Got PDU:
2008-05-28 08:48:57 [18076] [7] DEBUG: SMPP PDU 0x8197250 dump:
2008-05-28 08:48:57 [18076] [7] DEBUG:   type_name: bind_receiver_resp
2008-05-28 08:48:57 [18076] [7] DEBUG:   command_id: 2147483649 = 
0x8001

2008-05-28 08:48:57 [18076] [7] DEBUG:   command_status: 0 = 0x
2008-05-28 08:48:57 [18076] [7] DEBUG:   sequence_number: 1 = 0x0001
2008-05-28 08:48:57 [18076] [7] DEBUG:   system_id: OUT-SMPP
2008-05-28 08:48:57 [18076] [7] DEBUG:   sc_interface_version: 52 = 
0x0034


Can you help me please ?

Thanks
Cyril G.