Displaying 2 results from an estimated 2 matches for "rehmat".
Did you mean:
rahmat
2007 Mar 15
1
asterisk n-way call problem
...#####extensions.conf#######################################
[local]
exten => _XX,1,Set(DYNAMIC_FEATURES=nway-start)
exten => _XX,2,SIPDtmfMode(inband)
exten=> 10,3,Dial(SIP/saad,,tT)
exten=> 10,n,Hangup
exten=> 11,3,Dial(SIP/riz,,tT)
exten=> 11,n,Hangup
exten=> 12,3,Dial(SIP/rehmat,,tT)
exten=> 12,n,Hangup
[dynamic-nway]
exten => _XXX,1,Answer
exten => _XXX,n,Set(CONFNO=${EXTEN})
exten => _XXX,n,Set(MEETME_EXIT_CONTEXT=dynamic-nway-invite)
exten => _XXX,n,Set(DYNAMIC_FEATURES=)
exten => _XXX,n,MeetMe(${CONFNO},pdMX)
exten => _XXX,n,Hangup
[dynamic-nway-...
2007 Mar 17
2
Call counter for sip misbehaving
...t to 2.The problem is that, the counter is not reset to zero
after hangup and becoz of this the user is not able to recieve any call
anymore even if s/he has hungup. the asterisk cli displays the following
error.
[Mar 17 16:15:10] ERROR[7664]: chan_sip.c:3030 update_call_counter: Call to
peer 'rehmat' rejected due to usage limit of 2
-- Couldn't call rehmat
== Everyone is busy/congested at this time (0:0/0/0)
Im using asterisk1.4.0 . declaring type=peer solves the problem. but if
anybody knows why its not working for type=friend, plz share.
--
Regards
Rizwan Hisham
Software Eng...