<br><br><div class="gmail_quote">2008/10/28 Robert Boardman <span dir="ltr"><<a href="mailto:robb@boardman.me.uk">robb@boardman.me.uk</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Olivier wrote:<br>
><br>
><br>
> 2008/10/5 <a href="mailto:robert.boardman@gmail.com">robert.boardman@gmail.com</a> <mailto:<a href="mailto:robert.boardman@gmail.com">robert.boardman@gmail.com</a>><br>
> <<a href="mailto:robert.boardman@gmail.com">robert.boardman@gmail.com</a> <mailto:<a href="mailto:robert.boardman@gmail.com">robert.boardman@gmail.com</a>>><br>
><br>
> Kevin P. Fleming wrote:<br>
> > Olivier wrote:<br>
> ><br>
> ><br>
> >> 2. R Hook-flash key is now available to transfer calls.<br>
> >> In s450IP web management server, its defaults settings are :<br>
> >> Application-type: dtmf-relay<br>
> >> Application-signal: 16<br>
> >><br>
> >> Is there anything to configure in features.conf, extensionsconf or<br>
> >> elsewhere to trigger transfers when R key is pressed ?<br>
> >><br>
> ><br>
> > I don't believe there is any support for hook-flash style<br>
> transfers over<br>
> > SIP in Asterisk; that key should be programmed to use standard SIP<br>
> > transfer methods, not DTMF emulation methods.<br>
> ><br>
> ><br>
> do you have a suggestion, there is only two fields that can be<br>
> filled in<br>
> that to refer to the R key,<br>
><br>
> Application-type: I think this is content type<br>
> Application-signal: what it sends?<br>
><br>
><br>
> Hello,<br>
><br>
> Reading this thread, I think I should have opened in the first place,<br>
> 2 different threads as a common title is misleading to this R<br>
> Hook-Flash key topic.<br>
><br>
> Now, Gigaset S450IP base configuration web offers 2 fields to set R key :<br>
> Application-type:<br>
> Application-signal:<br>
><br>
> When those 2 fields are respectively valued to<br>
> Application-type: dtmf-relay<br>
> Application-signal: 16<br>
><br>
> ... anytime this R-key is pressed, the base station would send a SIP<br>
> INFO message to Asterisk.<br>
> This SIP info is ended with :<br>
> ...<br>
> User-Agent: S450 IP021230000000<br>
> Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, INFO, REFER, SUBSCRIBE, NOTIFY<br>
> Content-Type: application/dtmf-relay<br>
> Content-Length: 22<br>
><br>
> Signal=16<br>
> Duration=86<br>
><br>
> This 16 signal is interpreted as :<br>
> Receiving INFO!<br>
> * DTMF-relay event received: FLASH<br>
><br>
> In my testing, I changed values like this<br>
> Application-type: foo<br>
> Application-signal: 16 2<br>
><br>
> and got a (single) SIP INFO message like this:<br>
> User-Agent: S450 IP021230000000<br>
> Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, INFO, REFER, SUBSCRIBE, NOTIFY<br>
> Content-Type: application/foo<br>
> Content-Length: 22<br>
><br>
> Signal=16 2<br>
><br>
><br>
><br>
> As Kevin told previously, Hook Flash transfer is not supported by<br>
> Asterisk SIP stack.<br>
><br>
> At the same time, it is written here<br>
> (<a href="http://www.voip-info.org/wiki/view/Siemens+Gigaset+S450IP" target="_blank">http://www.voip-info.org/wiki/view/Siemens+Gigaset+S450IP</a>) that :<br>
><br>
> * Enable the R-button in SIP mode /fixed 14/09/2007/<br>
><br>
><br>
> So, what does this exactly mean ?<br>
> Which values are to be typed in Application type and Application<br>
> signal to make this R key be of any use ?<br>
> Is it possible to pass several DTMF signals in a single SIP INFO so<br>
> that Asterisk would receive a *2 anytime the R-key is pressed ?<br>
><br>
><br>
> Regards<br>
><br>
> ------------------------------------------------------------------------<br>
><br>
> _______________________________________________<br>
> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
><br>
> AstriCon 2008 - September 22 - 25 Phoenix, Arizona<br>
> Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
><br>
> asterisk-users mailing list<br>
> To UNSUBSCRIBE or update options visit:<br>
> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
I'll reply to the correct thread<br>
<br>
[featuremap]<br>
blindxfer => ## ; Blind transfer<br>
;disconnect => *0 ; Disconnect<br>
;automon => *1 ; One Touch Record<br>
atxfer => A ; Attended transfer<br>
<br>
<br>
so set atxfer to 'A' and DTMF relay Application signal on the Gigaset to<br>
'A' (without quotes)<br>
<br>
and transfer works as expected<br>
<br>
Robb</blockquote><div><br>Thanks for replying !<br>I'll give it a try and report to the list<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br>