[Home]

Summary:ASTERISK-06159: messages
Reporter:X-Files (x-files)Labels:
Date Opened:2006-01-21 17:40:35.000-0600Date Closed:2011-06-07 14:03:08
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Hello, need eyeBeam messeges .

*CLI> Jan 22 02:41:37 WARNING[9322]: chan_sip.c:7354 receive_message: Received message to <sip:14@x.x.x.x> from "X-Files home"<sip:13@x.x.x.x>;tag=7d32fb7c, dropped it...
 Content-Type:text/plain
 Message: test

Comments:By: Daniele Martini (cyrax) 2006-01-22 08:47:08.000-0600

That message is dropped because chan_sip.c support messages only on active calls..

I don't know if this is a decision of the developers or just a missing feature...

By: X-Files (x-files) 2006-01-22 09:18:11.000-0600

no,
I call from eyebeam pc1 to eyebeam pc2 -- I can talk and send video, messages not work. debug error :

 == Spawn extension (sip_local, 14, 2) exited non-zero on 'SIP/13-794f'
   -- Executing Dial("SIP/14-4316", "SIP/13") in new stack
   -- Called 13
   -- SIP/13-9b37 answered SIP/14-4316
Jan 22 18:24:49 WARNING[23051]: chan_sip.c:7354 receive_message: Received message to <sip:14@85.115.115.120> from "X-Files home"<sip:13@85.115.115.120>;tag=407f2a40, dropped it...
 Content-Type:text/plain
 Message: xc

Jan 22 18:25:03 WARNING[23051]: chan_sip.c:7354 receive_message: Received message to <sip:13@85.115.115.120> from "X-Files tablet"<sip:14@85.115.115.120>;tag=431d3e44, dropped it...
 Content-Type:text/plain
 Message: jj

By: Olle Johansson (oej) 2006-01-24 05:01:36.000-0600

Asterisk currently does not support messaging cross channels. You can send a message to the phone with the sendtext(() application during a call.

For this kind of large feature requests, you need to set up a bounty. Also, before you open a new case, check the tracker for existing ones. There are experimental patches that adds support for messaging already in the bug tracker.

Closing this feature request.

/Olle