Hi I changed contex of SIP trunk to from-pstn-toheader and configured these lines on extensions.conf: exten => _.,1,Goto(from-pstn,${CUT(CUT(SIP_HEADER(To),@,1),:,2)},1) exten => s,1,Goto(from-pstn,${CUT(CUT(SIP_HEADER(To),@,1),:,2)},1) exten => _X.,1,Goto(from-pstn,${CUT(CUT(SIP_HEADER(To),@,1),:,2)},1) But the same happnes. RasPBX replies 500 Server Internal Error. Best regards.
Hi I have some modifications on SIP trunk for this: [leucotron] disallow=all allow=g729 allow=alaw allow=ulaw canreinvite=no context=from-pstn dtmfmode=rfc2833 host=10.150.100.2 fromdomain=10.150.100.2 nat=no port=5060 qualify=no secret=5000 accountcode=5000 type=friend username=5000 And I kept: 'Settings --> Asterisk SIP Settings --> Chan PJSIP Settings --> Allow Guests on YES'. 'Settings --> Asterisk SIP Settings --> Chan SIP Settings --> Allow SIP Guests on YES'. I can call from extension 1000...
Hi I have some modifications on SIP trunk for this: [leucotron] disallow=all allow=g729 allow=alaw allow=ulaw canreinvite=no context=from-pstn dtmfmode=rfc2833 host=10.150.100.2 fromdomain=10.150.100.2 nat=no port=5060 qualify=no secret=5000 accountcode=5000 type=friend username=5000 And I kept: 'Settings --> Asterisk SIP Settings --> Chan PJSIP Settings --> Allow Guests on YES'. 'Settings --> Asterisk SIP Settings --> Chan SIP Settings --> Allow SIP Guests on YES'. I can call from extension 1000...
Hello I am trying to register a hybrid PABX to RasPBX to allow calls from any extension to any extension from both sides. But RasPBX is replying 403 Forbidden when it tries to register. The configuration is made with trunk to trunk SIP. The scenario is: Ext 5XX <---> Hybrid PABX <---> SIP Trunk <---> RasPBX <---> Ext 1XXX On RasPBX I have created an ext 1000, my softphone is registering on it properly. I have also created a SIP trunk on RasPBX with these settings: [leucotron] disallow=all allow=g729...