Re: SMSC Modules (Was: Kannel Swisscom)

2003-02-26 Thread Stipe Tolj
Hi list, this thread leads us to a discussion I had yesterday with Alexander from Centrium (and also Harrie Hazewinkel, who is hopefully still subscribed to the list :) We need to design a clean module API interface (which is already there in some extended sense) and allows to plug them in via

RE: SMSC Modules (Was: Kannel Swisscom)

2003-02-26 Thread Angel Fradejas
Nicholas Rahn wrote: iServer is a proprietary Swisscom SMSC. It abstracts multiple EMI/UCP connections with a proprietary HTTP/socket interface in order to provide billing, throughput, etc. There is currently no way to use kannel to connect to it. You could, however, write a new kannel

Re: Kannel Swisscom

2003-02-25 Thread Stipe Tolj
Illimar Reinbusch wrote: Hi Has anyone wrote a connector for Swisscom socket interface? please don't CC to both lists. I guess that Swisscom thingy is something properietary, right?! Andreas, you're closely related to Swisscom (in some sense ;), what about your experience with it? Stipe

Re: Kannel Swisscom

2003-02-25 Thread Andreas Fink
On Dienstag, Februar 25, 2003, at 11:48 Uhr, Stipe Tolj wrote: Illimar Reinbusch wrote: Hi Has anyone wrote a connector for Swisscom socket interface? please don't CC to both lists. I guess that Swisscom thingy is something properietary, right?! Andreas, you're closely related to Swisscom

RE: Kannel Swisscom

2003-02-25 Thread Illimar Reinbusch
Hi They have their own iServer, and it uses socket interface. I belive its developed by them or specially for them. Example connection: Data in: {originator 0792358735}\nVIEW\n Data out: {exitCode 0}{charge 0}{billtext 9123 eInfo VIEW}\nANSWER TEXT\n Is it EMI/UCP interface or specially

RE: Kannel Swisscom

2003-02-25 Thread Nicholas Rahn
iServer is a proprietary Swisscom SMSC. It abstracts multiple EMI/UCP connections with a proprietary HTTP/socket interface in order to provide billing, throughput, etc. There is currently no way to use kannel to connect to it. You could, however, write a new kannel smsc module to do it. :-)

SMSC Modules (Was: Kannel Swisscom)

2003-02-25 Thread Rene Kluwen
[EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 3:10 PM Subject: RE: Kannel Swisscom iServer is a proprietary Swisscom SMSC. It abstracts multiple EMI/UCP connections with a proprietary HTTP/socket interface in order to provide billing, throughput, etc

Re: SMSC Modules (Was: Kannel Swisscom)

2003-02-25 Thread Nisan Bloch
At 04:20 PM 2/25/03 +0100, Rene Kluwen wrote: Talking about SMSC modules. Where would one start, writing a new one? Which source files have to be altered... gw/smscconn.c: to add an entry for your new smsc module gwlib/cfg.def: if u need special config params for that connection then u need to

Kannel Swisscom

2003-02-25 Thread Illimar Reinbusch
Hi Has anyone wrote a connector for Swisscom socket interface? Illimar