Displaying 2 results from an estimated 2 matches for "1b6ac040".
2015 Sep 28
3
Respond to an out of call SIP MESSAGE
...UDP:127.0.0.1:5059 --->
MESSAGE sip:1234 at 127.0.0.1:5060 SIP/2.0
Via: SIP/2.0/UDP 127.0.0.1:5059;rport;branch=z9hG4bKPjb2135f5d-b7ba-43e6-a1d9-1f2729b2f1b2
Max-Forwards: 70
From: <sip:alice at 127.0.0.1>;tag=c12f77aa-d0d5-4517-8430-bf4406006397
To: <sip:1234 at 127.0.0.1>
Call-ID: 1b6ac040-4af5-4015-a85d-fb5c48831d6f
CSeq: 1266 MESSAGE
Accept: text/plain, application/im-iscomposing+xml
Content-Type: text/plain
Content-Length: 13
Hello, world!
<------------->
--- (10 headers 1 lines) ---
Sending to 127.0.0.1:5059 (no NAT)
Receiving message!
Found peer 'alice' for 'a...
2015 Sep 21
3
Respond to an out of call SIP MESSAGE
On Mon, Sep 21, 2015 at 9:45 AM, D'Arcy J.M. Cain <darcy at vex.net> wrote:
> On Mon, 21 Sep 2015 06:48:52 +0000
> Emil Ohlsson <emo at svep.se> wrote:
>> [sip-im]
>> exten _X!, 1, NoOp(Got message)
>> exten _X!, n, Answer()
>> exten _X!, n, Agi(agi://localhost/messagehandler.agi?...)
>> exten _X!, n, SendText(Message received)
>
> I am not