Displaying 3 results from an estimated 3 matches for "a971".
Did you mean:
971
2004 Mar 30
0
microsoft messenger with sip debug
Sip read:
REGISTER sip:192.168.1.101 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.100:12250
From: <sip:1111@192.168.1.101>;tag=1e263406-3e84-45fb-a971-6f08bf684275
To: <sip:1111@192.168.1.101>
Call-ID: 3aef9010-eda5-44b7-9515-fc34c97dbb21@192.168.1.100
CSeq: 1 REGISTER
Contact: <sip:192.168.1.100:12250>;methods="INVITE, MESSAGE, INFO,
SUBSCRIBE, OPTIONS, BYE, CANCEL, NOTIFY, ACK"
User-Agent: Windows RTC/1.0
Expires: 1200
Eve...
2015 Sep 28
3
Respond to an out of call SIP MESSAGE
...gt; _X!,n,Answer()
exten => _X!,n,SendText(Zup dawg)
exten => _X!,n,NoOp(Done with message)
And when I run the scenario I get the following log:
<--- SIP read 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, INVI...
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