Sorry if this is an obvious question, but I haven't seen an obvious answer on the wiki that I remember. Has anyone managed to make the record button on the snom 360 fire off the Monitor() application? I don't see a bounty, and googling for "snom 360 record button asterisk" returns tons of product specification pages. (Joy!) I don't see a bounty for it, and the only mention I _see_ on the wiki is "one touch RECORD button usuable only with special PBX support via SIP INFO method" which isn't much of an answer. I assume the answer is no because of this, but I'm hoping against hope this is just because I don't have anything set up for it: SIP Debugging Enabled voip*CLI> *****[I hit the record button at this point]***** Sip read: INFO sip:95551212@10.0.1.11 SIP/2.0 Via: SIP/2.0/UDP 10.0.1.213:2051;branch=z9hG4bK-q6cqmwneki97;rport From: "Patrick" <sip:pjf@voip>;tag=1pvw4rlq7s To: <sip:95551212@voip;user=phone>;tag=as51ba7d7b Call-ID: 3c325dd38b29-euqotg0g8sr7@snom360 CSeq: 4 INFO Max-Forwards: 70 Contact: <sip:pjf@10.0.1.213:2051;line=t2jii7ty> User-Agent: snom360/3.60r Record: on Content-Length: 0 11 headers, 0 lines Receiving DTMF! Jul 27 17:24:52 WARNING[26025]: chan_sip.c:6166 receive_info: Unable to parse INFO message from 3c325dd38b29-euqotg0g8sr7@snom360. Content Transmitting (no NAT): SIP/2.0 415 Unsupported media type Via: SIP/2.0/UDP 10.0.1.213:2051;branch=z9hG4bK-q6cqmwneki97 From: "Patrick" <sip:pjf@voip>;tag=1pvw4rlq7s To: <sip:95551212@voip;user=phone>;tag=as51ba7d7b Call-ID: 3c325dd38b29-euqotg0g8sr7@snom360 CSeq: 4 INFO User-Agent: Asterisk PBX Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER Contact: <sip:95551212@10.0.1.11> Content-Length: 0 to 10.0.1.213:2051 I assume the first one is the snom requesting the PBX to start recording, and the second is asterisk reminding the snom that it doesn't allow the INFO method and to get bent?
Patrick Friedel wrote:> I assume the first one is the snom requesting the PBX to start > recording, and the second is asterisk reminding the snom that it doesn't > allow the INFO method and to get bent?Yep, you're right. That would be an interesting addition to Asterisk, but it will likely require a bounty to get someone to write support for it.
Patrick Friedel wrote:> Sorry if this is an obvious question, but I haven't seen an obvious > answer on the wiki that I remember. Has anyone managed to make the > record button on the snom 360 fire off the Monitor() application? I > don't see a bounty, and googling for "snom 360 record button asterisk" > returns tons of product specification pages. (Joy!) I don't see a bounty > for it, and the only mention I _see_ on the wiki is "one touch RECORD > button usuable only with special PBX support via SIP INFO method" which > isn't much of an answer. >Is this during a call? Can you please send me a full SIP DEBUG of the call? Brainstorming, maybe we could treat this as a transfer to a local extension somehow and turn monitor on in the dial plan that way... /O
It would be nice if the PBX can acknowlegdge the Record header - then it would have the chance to paint a record icon on the screen. In the next release.-) CS> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Patrick Friedel > Sent: Thursday, July 28, 2005 7:31 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Snom 360 record button? > > Olle E. Johansson wrote: > > >Patrick Friedel wrote: > > > > > >>Sorry if this is an obvious question, but I haven't seen an obvious > >>answer on the wiki that I remember. Has anyone managed to make the > >>record button on the snom 360 fire off the Monitor() > application? I > >>don't see a bounty, and googling for "snom 360 record > button asterisk" > >>returns tons of product specification pages. (Joy!) I don't see a > >>bounty for it, and the only mention I _see_ on the wiki is > "one touch > >>RECORD button usuable only with special PBX support via SIP INFO > >>method" which isn't much of an answer. > >> > >> > >> > >Is this during a call? Can you please send me a full SIP > DEBUG of the call? > > > >Brainstorming, maybe we could treat this as a transfer to a local > >extension somehow and turn monitor on in the dial plan that way... > > > > > Yeah, that was in the middle of a call - the only other SIP > debug information is the normal call build up and tear down. > I can generate it if you want, but it's nothing exciting, > just the usual handshaking. > But that was kind of what I was thinking would be a solution > - Asterisk sees the Record INFO packet, and conferences the > call to a local extension with Monitor() going. I'm not 100% > sure whether or not the Snom 360 expects anything _else_ > (other than a simple acknowledgement) back from the PBX, as > there doesn't appear to be a whitepaper for it it on Snom's > site. I would assume it would be fairly straightforward in > chan_sip.c to bang in a new method, but whether there are any > ramifications, well... > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >
hello patrick Patrick Friedel schrieb:> Sorry if this is an obvious question, but I haven't seen an obvious > answer on the wiki that I remember. Has anyone managed to make the > record button on the snom 360 fire off the Monitor() application? I > don't see a bounty, and googling for "snom 360 record button asterisk" > returns tons of product specification pages. (Joy!) I don't see a bounty > for it, and the only mention I _see_ on the wiki is "one touch RECORD > button usuable only with special PBX support via SIP INFO method" which > isn't much of an answer.please have a look at: http://bugs.digium.com/view.php?id=4845 regards frank
Christian Stredicke wrote:> It would be nice if the PBX can acknowlegdge the Record header - then it > would have the chance to paint a record icon on the screen. > > In the next release.-) >Right. Is there another header for turning off recording? Anyway, we should not send "unsupported media type"... /O ;-)