Displaying 2 results from an estimated 2 matches for "be616b5b".
2015 Sep 28
3
Respond to an out of call SIP MESSAGE
...d from UDP:127.0.0.1:5059 --->
REGISTER sip:127.0.0.1:5060 SIP/2.0
Via: SIP/2.0/UDP 127.0.0.1:5059;rport;branch=z9hG4bKPjd629f029-a971-4c83-9920-bb02da26cc25
Max-Forwards: 70
From: <sip:alice at 127.0.0.1>;tag=4b251b50-2a30-498c-a7bd-9502271e8ac2
To: <sip:alice at 127.0.0.1>
Call-ID: be616b5b-a301-477e-a4bc-c011bcecd4f0
CSeq: 17321 REGISTER
Contact: <sip:alice at 127.0.0.1:5059;ob>
Expires: 300
Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
Content-Length: 0
<------------->
--- (11 headers 0 lines) ---
Sending to 127.0.0.1:5...
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