Am 30.10.2012 um 13:37 schrieb nedi:

> Hi,
> I found in the CLI in one Astlinux PBX which I give to my Customer, if I put 
> in the CLI "core show hints" I can see the Phone Status but If I make a Call 
> and if I put in the CLI "core show hints" again the status of Phone not 
> Change what can be the Problem?
> 
> should I change something on the Other Config files for a Working hint
> I have in
> 
> sip.conf
> 
> [79]
> type=friend
> username=79
> secret=xxxxxx
> callerid="79" <79>
> host=dynamic
> mailbox=70@default
> dtmfmode=info
> canreinvite=no
> insecure=port,invite
> context=79
> disallow=all 
> allow=alaw
> allow=ulaw
> callgroup=1
> pickupgroup=1
> notifyringing=yes
> callcounter=yes
> limitonpeers = yes
> 
> in Extensions.conf
> 
> [default]
> include => hints
> 
> exten =>79,hint,SIP/79
> exten =>79,1,Set(CHANNEL(language)=de)
> exten =>79,n,AGI(lookup.agi, ${CALLERID(num)})
> exten =>79,n,Set(CALLERID(name)=${LONGNAME})
> exten =>79,n,Dial(SIP/79,18,r)
> exten =>79,n,Playback(vm-m-no-avail)
> exten =>79,n,Dial(SIP/70,18,r)
> exten =>79,n,Voicemail(70)
> exten =>79,n,Hangup
> 
> [hints]
> exten => 79,hint,SIP/79
> 
> 
> I have another Astlinux PBX at home with the same Firmware and there works 
> all with the same settings.
> 
> has anyone idea what I should check can be the Firewall block something? 
> there is a Sonicwall.
> 
> Best Regards
> 
> -- 
> Nedi


You have the hint for 79 twice. Put all your hints in the context [hints] only, 
and make these settings in sip.conf:

allowsubscribe = yes            ; Disable support for subscriptions. (Default 
is yes)
subscribecontext = hints        ; Set a specific context for SUBSCRIBE requests
                                                ; Useful to limit subscriptions 
to local extensions
                                                ; Settable per peer/user also
notifyringing = yes             ; Notify subscriptions on RINGING state 
(default: no)

Don't include the "hints" context into default.

"core show hints" should show you then "79@hints"

Michael

http://www.mksolutions.info




Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
[email protected].

Reply via email to