Route message to backup kannel box on SMS service failure

2016-09-07 Thread Jim Page
Hi There Can anyone tell me if there is a cunning way to configure kannel to do this: - SMS arrives from foreign SMSC - SMS is submitted to REST API via SMS service - If response is '404 not found', forward SMS to a different SMSC, otherwise: done Thanks all Rupert

RE: Route message to backup kannel box on SMS service failure

2016-09-27 Thread Jim Page
16 17:25 To: Jim Page Cc: users@kannel.org Subject: Re: Route message to backup kannel box on SMS service failure Am 07.09.2016 19:38, schrieb Jim Page: > Hi There > > Can anyone tell me if there is a cunning way to configure kannel to do this: > > - SMS arrives from foreign SMSC >

RE: Route message to backup kannel box on SMS service failure

2016-09-27 Thread Jim Page
ed to kannel #2. Is this doable? Thanks Jim -Original Message- From: Stipe Tolj [mailto:st...@kannel.org] Sent: 27 September 2016 20:46 To: Jim Page Cc: users@kannel.org Subject: Re: Route message to backup kannel box on SMS service failure Am 27.09.16 19:19, schrieb Jim Page: > Hi

Headers in onreply_route

2017-02-14 Thread Jim Page
Hi Everyone I need to be able to read/write headers in a reply in an onreply_route, in my case Contact. $ct, $hdr(Contact) come back null. $HDR(Contact) succeeds but it’s not what I want. I can write headers ok using hf_append, but I can’t currently read the content of a header. Is there a tric