|
Any
alpha characters can be sent to the display but no graphics or animations or
anything like that. It's fine for displaying a simple line of unformatted
text but that's about all. I'm playing with the XMLObjects feature of
Firmware 5.X on the 360 which shows promise for displaying more complex stuff.
There's a big screen on the 360 but not much use for it unless you have 5.X
firmware + XMLObjects.
Something like this would probably work:
exten
=> s,1,DBGet(CURRENTBALANCE=balances/user1234)
exten
=> s,2,System(sipsak -M -O desktop -B "Balance is: ${CURRENTBALANCE}" -s
sip:[EMAIL PROTECTED] -H 192.168.1.20)
Can this feature be used to display total balance left
(for a phone) on the display of the phone?
try
"sipsak -M -O desktop -B "foo" -s sip:<user>@<registrar> -H <ip
of registrar>"
the
trick is to specify the "-O desktop" parameter + the "-H <ip of
registrar>" parameter. Sipsak fakes the host-header of the registrar so
that the Snom thinks it is coming from your Asterisk server, then lets the
message through to the "desktop" (the display of the
phone)
I
wasn't kidding about obscure syntax, sipsak is a PITA
I have that set, but for some
reason I get errors when I try sipsak, and nothing comes through to the
phone:
sipsak -M -B "test" -s sip:[EMAIL PROTECTED] timeout after
500ms timeout after 500ms... Some debugging
info:
[EMAIL PROTECTED] root]# sipsak -vvv -M -B "test" -s sip:[EMAIL PROTECTED] warning: ignoring -i
option when in usrloc mode fqdnhostname: 192.168.1.1 our Via-Line:
Via: SIP/2.0/UDP
192.168.1.1:34213;branch=z9hG4bK.105fb86e;rport;alias
New message
with Via-Line: MESSAGE sip:[EMAIL PROTECTED] SIP/2.0 Via:
SIP/2.0/UDP 192.168.1.1:34213;branch=z9hG4bK.105fb86e;rport;alias To:
sip:[EMAIL PROTECTED] Call-ID: [EMAIL PROTECTED] CSeq: 1
MESSAGE Content-Type: text/plain Max-Forwards: 70 User-Agent:
sipsak 0.9.5 From: sip:[EMAIL PROTECTED]:34213;tag=7c8bd47f Content-Length:
4
test sending message ...
request: MESSAGE sip:[EMAIL PROTECTED] SIP/2.0 Via:
SIP/2.0/UDP 192.168.1.1:34213;branch=z9hG4bK.105fb86e;rport;alias To:
sip:[EMAIL PROTECTED] Call-ID: [EMAIL PROTECTED] CSeq: 1
MESSAGE Content-Type: text/plain Max-Forwards: 70 User-Agent:
sipsak 0.9.5 From: sip:[EMAIL PROTECTED]:34213;tag=7c8bd47f Content-Length:
4
test send to: UDP:192.168.1.67:5060 : ignoring MESSAGE
retransmission timeout after 500 ms So I am at a bit
of a loss.
Thanks for your help though, I apprecaite it.
:)
Colin Anderson wrote:
Trick with Sipsak is you have to change the network
port to 5060 or sipsak messages never hit the right port. In the
web interface, Advaced > Avanced Network > Network
identity (port): change that to 5060 and you should be good
assuming you can figure out sipsak's nasty syntax. hth.
|
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users