search for: myswitch

Displaying 5 results from an estimated 5 matches for "myswitch".

2006 Apr 18
1
FXSwitcher message problem
Hi, I use @mySwitcher.setCurrent( index ) and have a method connected to my FXSwitcher object: @mySwitcher.connect(SEL_COMMAND, method(:onCmdSwitch)) I would expect that onCmdSwitch(sender, sel, index) would receive the new index as third parameter. At least it should according to the fxruby documentation: "S...
2004 Jun 16
0
Disable authentication on outgoing SIP calls
I am trying to make Asterisk communicate with a voice switch which doesn't need (and like) authentication on outgoing SIP calls. I have configured it as follows in my sip.conf:   [myswitch] type=friend host=192.168.1.100 port=5060 context=default canreinvite=no To dial out using this switch (it acts as a PSTN gateway) I use this in extensions.conf:   exten => _0.,1,Dial(SIP/${EXTEN:1}@myswitch,90)     Incoming PSTN calls from "myswitch" work, Asterisk doesn't expect...
2015 Apr 01
1
PJSIP Endpoint AOR question
...M Trey Hilyard <kctrey at gmail.com> wrote: > I don't know why you have issues using different names. I have multiple > AORs assigned to a single endpoint and it works fine. I have to admit that > my AORs do contain the endpoint name, though. For example, for endpoint > "myswitch" I have two AORs, "myswitch_1" and "myswitch_2", and I assign > them to the endpoint with aors=myswitch_1,myswitch_2. > > When you say that the first example fails, what specifically fails? Do the > PJSIP modules load but then you get an error when trying to dia...
2015 Apr 01
4
PJSIP Endpoint AOR question
I am running asterisk 13.1.0 In pjsip.conf, the endpoint section has an aors and an auth field. I can name the auth field anything I want. The key is to set the auth=field accordingly. However, when I try this with the aors field, it never works. It seems I have to name the aors=field to match the name of the endpoint section. Is this correct? Would there ever be a need for multiple aors to
2015 Apr 01
0
PJSIP Endpoint AOR question
I don't know why you have issues using different names. I have multiple AORs assigned to a single endpoint and it works fine. I have to admit that my AORs do contain the endpoint name, though. For example, for endpoint "myswitch" I have two AORs, "myswitch_1" and "myswitch_2", and I assign them to the endpoint with aors=myswitch_1,myswitch_2. When you say that the first example fails, what specifically fails? Do the PJSIP modules load but then you get an error when trying to dial to an endpoint, o...