[Asterisk-Users] Snom 360 NOTIFY syntax
Patrick Friedel
pfriedel at copweb.com
Mon Jul 11 11:16:08 MST 2005
I'm rolling out an installation with snom 360s in the near future.
Simple SOHO configuration, 3 FXOs hanging off a TDM400B, 4 snom 360s, a
snom 200, some variant of IAX softphone, and an IAXy or Sipura 2002. I
have the 360's set up to subscribe and notify for the line use lights,
which works like a charm for interoffice calling (between the 360's,
anyway. The IAXy, 200 and, softphone will be used by less phone
dependant types) but what I can't figure out from the Wiki is if it's
possible to have the ZAP lines notify for the outbound lines so we can
see how many lines are in use.
My configuration looks something like this:
sip.conf:
[mjg]
type=friend
username=mjg
context=sip
callerid="Masuo" <6001>
secret=****
host=dynamic
defaultip=199.242.227.227
canreinvite=no
mailbox=6001
subscribecontext=sip
[pjf]
type=friend
username=pjf
context=sip
callerid="Patrick" <6003>
secret=****
host=dynamic
defaultip=199.242.227.227
canreinvite=no
mailbox=6003
subscribecontext=sip
360 configuration:
fkey6!: dest <sip:6001 at voip.eti.wips.gov;user=phone>
fkey7!: dest <sip:6003 at voip.eti.wips.gov;user=phone>
extensions.conf:
[macro-oneline]
exten => s,1,Dial(${ARG1},20,t)
exten => s,2,Voicemail(u${MACRO_EXTEN})
exten => s,3,Hangup
exten => s,102,Voicemail(b${MACRO_EXTEN})
exten => s,103,Hangup
exten => 6001,hint,SIP/mjg
exten => 6001,1,Macro(oneline,${MJG})
exten => 6003,hint,SIP/pjf
exten => 6003,1,Macro(oneline,${PJF})
Is there any convenient way to monitor the status of my FXO lines from
the phones? Or do I have to set up the interested parties with gastman?
More information about the asterisk-users
mailing list